Defined Values for pathCapability Parameter

CVI/LabWindows IVI Class Driver

Defined Values for pathCapability Parameter

IVISWTCH_VAL_PATH_AVAILABLE 1
IVISWTCH_VAL_PATH_EXISTS 2
IVISWTCH_VAL_PATH_UNSUPPORTED 3
IVISWTCH_VAL_RSRC_IN_USE 4
IVISWTCH_VAL_SOURCE_CONFLICT 5
IVISWTCH_VAL_CHANNEL_NOT_AVAILABLE 6
Notes  
  1. IVISWTCH_VAL_PATH_AVAILABLE indicates that the driver can create the path at this time.
  2. IVISWTCH_VAL_PATH_EXISTS indicates that the path already exists.
  3. IVISWTCH_VAL_PATH_UNSUPPORTED indicates that the instrument is not capable of creating a path between the channels you specify.
  4. IVISWTCH_VAL_RSRC_IN_USE indicates that although the path is valid, the driver cannot create the path at this moment because the switch module is currently using one or more of the required channels to create another path. You must destroy the other path before creating this one.
  5. IVISWTCH_VAL_SOURCE_CONFLICT indicates that the instrument cannot create a path because both channels are connected to a different source channel.
  6. IVISWTCH_VAL_CHANNEL_NOT_AVAILABLE indicates that the driver cannot create a path between the two channels because one of the channels is a configuration channel and thus unavailable for external connections.