ViStatus pi40iv_self_test (ViSession instrumentHandle, ViPInt16 selfTestResult, ViChar _VI_FAR selfTestMessage[]);
This function runs the instrument's self test routine and returns the test result(s).
Input | ||
Name | Type | Description |
instrumentHandle | ViSession |
The ViSession handle that you obtain from the pi40iv_init or pi40iv_InitWithOptions function. The handle identifies a particular instrument session.
|
Output | ||
Name | Type | Description |
selfTestResult | ViInt16 (passed by reference) |
This control contains the value returned from the instrument self test. Zero means success. For any other code, see the device's operator's manual.
|
selfTestMessage | ViChar[] |
Returns the self-test response string from the instrument. See the device's operation manual for an explanation of the string's contents.
|
Name | Type | Description |
status | ViStatus |
Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. You examine the status code from each call to an instrument driver function to determine if an error occurred.
|
Utility
Pickering Interfaces PXI/LXI IVI Switch
Alphabetical Function Index
Hierarchical Function Index