ViStatus pipx40_init (ViRsrc resourceName, ViBoolean IDQuery, ViBoolean resetDevice, ViPSession instrumentHandle);
Initializes the card having the specified VISA resource name, claiming whatever system resources it requires.
The card is initialized in the following ways:
- the card is opened
- all output channels are cleared
- all output channels are unmasked
Input | ||
Name | Type | Description |
resourceName | ViRsrc |
The VISA resource name of the card to be opened.
|
IDQuery | ViBoolean |
Specifies if the card is to be queried to confirm it's ID when it is opened. This action is implicit in the driver's operation so the value of this control is ignored. |
resetDevice | ViBoolean |
Specifies if the card is to be reset when it is opened. This action is obligatory for all cards so the value of this control is ignored. |
Output | ||
Name | Type | Description |
instrumentHandle | ViSession (passed by reference) |
Instrument handle to be used in all subsequent calls to the instrument. |
Name | Type | Description |
status | ViStatus |
A numeric code indicating the success or failure of the operation.
|
Pickering Interfaces PXI VISA
Alphabetical Function Index
Hierarchical Function Index