IviDigitizer Get Channel Name
IviDigitizerBase Capability Group
This VI returns the specific driver defined channel name that corresponds to the one-based index that the user specifies.
If the driver defines a qualified channel name, this VI returns the qualified name.
If the value that the user passes for the Channel Index parameter is less than one or greater than the value of the IviDigitizer Channel Count property, the VI returns an empty string in the Channel Name parameter and returns the Invalid Value error.
instrument handle Returns an Instrument Handle that you use to identify the instrument in all subsequent instrument driver VI calls.
Notes: (1) This VI creates a new session each time you invoke it. This is useful if you have multiple physical instances of the same type of instrument. (2) Avoid creating multiple concurrent sessions to the same physical instrument. Although you can create more than one IVI session for the same resource, it is best not to do so. A better approach is to use the same IVI session in multiple execution threads. |
|
Channel Index (1) A one-based index that defines which name to return.
Default Value: 1 |
|
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
instrument handle out Returns an Instrument Handle that you use to identify the instrument in all subsequent instrument driver VI calls.
Notes: (1) This VI creates a new session each time you invoke it. This is useful if you have multiple physical instances of the same type of instrument. (2) Avoid creating multiple concurrent sessions to the same physical instrument. Although you can create more than one IVI session for the same resource, it is best not to do so. A better approach is to use the same IVI session in multiple execution threads. |
|
Channel Name Returns the trigger sourcee name that corresponds to the index. | |
error out The error out cluster passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |