ViStatus pi40iv_SetPath (ViSession instrumentHandle, ViChar _VI_FAR pathList[]);
This function connects two channels by establishing the exact path you specify with the pathList parameter.
/*=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.
|
pathList | ViChar[] |
Pass the path list for the path you previously created that you want the switch module to establish. You obtain the path list for a path you previously created with the pi40iv_GetPath function.
|
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.
|
Paths
Route
Pickering Interfaces PXI/LXI IVI Switch
Alphabetical Function Index
Hierarchical Function Index