VISA Map Trigger Function

Maps the specified trigger source line to the specified trigger destination line.


icon

Inputs/Outputs

  • cu16.png mode

    mode is VI_NULL.

  • cvsrn.png VISA resource name

    VISA resource name specifies the resource to be opened. The VISA resource name control also specifies the session and class.

  • ci16.png trigger source

    trigger source is the source line from which to map.

    This input accepts the following values.

    0–7VXI/PXI TTL Line 0–VXI/PXI TTL Line 7—Map the specified VXI TTL trigger line.
    27Front Panel Input—Map the controller's front panel trigger input line.
    28Front Panel Output—Map the controller's front panel trigger output line.
    8VXI ECL Line 0—Map the specified VXI ECL trigger line.
    9VXI ECL Line 1—Map the specified VXI ECL trigger line.
  • ci16.png trigger destination

    trigger destination is the destination line to which to map.

    This input accepts the following values.

    0–7VXI/PXI TTL Line 0–VXI/PXI TTL Line 7—Map the specified VXI TTL trigger line.
    27Front Panel Input—Map the controller's front panel trigger input line.
    28Front Panel Output—Map the controller's front panel trigger output line.
    8VXI ECL Line 0—Map the specified VXI ECL trigger line.
    9VXI ECL Line 1—Map the specified VXI ECL trigger line.
  • cerrcodeclst.png error in (no error)

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

  • ivsrn.png VISA resource name out

    VISA resource name out is a copy of the VISA resource name that VISA functions return.

  • ierrcodeclst.png error out

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

  • Note VISA Map Trigger does not accept VISA sessions of class Instr. The VISA session must be of class PXI Backplane or VXI/GPIB-VXI Backplane.

    If this function is called multiple times on the same backplane resource with the same trigger source line and different trigger destination lines, all of the specified trigger destination lines are asserted when the trigger source line is asserted. If this function is called multiple times on the same backplane resource with different trigger source lines and the same trigger destination line, the trigger destination line is asserted when any of the specified trigger source lines are asserted.