Verifies that a path between channel 1 and channel 2 can be created.

If a path is possible in the switch module, the availability of that path is returned given the existing connections. If the path is possible but in use, an Implicit Connection Exists warning is returned.

Related Topic


icon

Inputs/Outputs

  • cgenclassrn.png session in

    session in identifies a particular SLSC Switch session established with SLSC Switch.lvlib:Initialize with Topology and used for this NI-SLSC Switch call.

  • cstr.png channel 1

    channel 1 specifies one of the channel names of the desired path. Pass the other channel name as channel 2 .

  • cstr.png channel 2

    channel 2 specifies one of the channel names of the desired path. Pass the other channel name as channel 1 .

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • igenclassrn.png session out

    session out identifies a particular SLSC Switch session established with SLSC Switch.lvlib:Initialize with Topology and used for this NI-SLSC Switch call.

  • ii32.png path capability

    path capability indicates whether a path is valid.

    Path Available (1)

    The path is possible and available.

    Path Exists (2)

    The path is possible, but already exists.

    Path Unsupported (3)

    The path is not possible in the specified switch module and topology.

    Resource In Use (4)

    The path is possible, but elements of the path are in use by another existing path. You must destroy the other path before creating this one.

    Source Conflict (5)

    The path is possible, but connecting the channels will connect two sources.

    Channel Not Available (6)

    Channel 1 and channel 2 are configuration channels and are thus unavailable for external connections.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.