niSE_IsConnected
- Updated2023-02-21
- 1 minute(s) read
Checks to see whether the specified route or route group is connected.
Function Prototype
Function niSE_IsConnected( | sessionHandle As NISESession, |
routeSpec As String, | |
isConnected As NISEBoolean) As NISEStatus |
Parameters
Input
Name | Type | Description |
---|---|---|
sessionHandle | NISESession | The session referencing this NI Switch Executive virtual device session. |
routeSpec | String | The routes and route groups to be checked. Refer to Route Specification Strings for more information. |
Output
Name | Type | Description |
---|---|---|
isConnected | NISEBoolean | Returns TRUE if the specified route or route group is connected or FALSE if it is not connected. |