Returns the fully-qualified name of the specified signal. The fully-qualified name is helpful when you want to automatically route signals in a multi-segment chassis.

Supported Devices:PXI/PXIe-5650/5651/5652, PXIe-5653/5654/5654 with PXIe-5696, PXI-5670/5671, PXIe-5672/5673/5673E, PXIe-5820/5830/5831/5832/5840/5841/5842/5860


icon

Inputs/Outputs

  • civrn.png instrument handle

    instrument handle identifies your instrument session. instrument handle is obtained from either the niRFSG Initialize VI or the niRFSG Initialize With Options VI.

  • ci32.png signal

    signal specifies the signal to query.

    Start Trigger Queries the Start Trigger.
    Script Trigger Queries a Script Trigger.
    Marker Event Queries a Marker Event.
    Ref Clock Queries the Reference Clock.
    Started Event Queries the Started Event.
    Done Event Queries the Done Event.
    Configuration List Step Trigger Queries the Configuration List Step Trigger.
    Configuration Settled Event Queries the Configuration Settled Event.
  • cstr.png signal identifier

    signal identifier specifies the Script Trigger or Marker Event to query. This parameter is necessary when you set the signal parameter to Script Trigger or Marker Event. Otherwise, set this parameter to None.

    scriptTrigger0 Specifies Script Trigger 0.
    scriptTrigger1 Specifies Script Trigger 1.
    scriptTrigger2 Specifies Script Trigger 2.
    scriptTrigger3 Specifies Script Trigger 3.
    marker0 Specifies Marker 0.
    marker1 Specifies Marker 1.
    marker2 Specifies Marker 2.
    marker3 Specifies Marker 3.
    None Does not specify a signal identifier.
  • cerrcodeclst.png error in

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

  • iivrn.png instrument handle out

    instrument handle out passes a reference to your instrument session to the next VI. instrument handle out is obtained from the niRFSG Initialize VI or the niRFSG Initialize With Options VI.

  • istr.png terminal name

    terminal name returns the fully-qualified string.

  • ierrcodeclst.png error out

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