NI Switch Executive

Table of Contents

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

NameTypeDescription
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

NameTypeDescription
isConnected NISEBoolean Returns TRUE if the specified route or route group is connected or FALSE if it is not connected.

Log in to get a better experience