ViStatus pi40iv_Disconnect (ViSession instrumentHandle, ViChar _VI_FAR channel1[], ViChar _VI_FAR channel2[]);
This function destroys the path between two channels that you create with the pi40iv_Connect or pi40iv_SetPath function.
/*=CHANGE:====================================================*/
Add comments here about possible connections for your instrument.
/*==================================================END=CHANGE*/
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.
|
channel1 | ViChar[] |
You identify a path with two channels. Pass one of the channel names that identify the path you want to destroy. Pass the other channel name as the Channel 2 parameter.
|
channel2 | ViChar[] |
You identify a path with two channels. Pass one of the channel names that identify the path you want to destroy. Pass the other channel name as the Channel 1 parameter.
|
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.
|
Route
Pickering Interfaces PXI/LXI IVI Switch
Alphabetical Function Index
Hierarchical Function Index