Sends the specified custom command to the device under test (DUT).


icon

Inputs/Outputs

  • cvsrn.png VISA resource name

    VISA resource name specifies the name of the resource to be opened. This parameter also specifies the VISA session and class.

  • c1di32.png opcode

    opcode specifies an array of custom opcode commands to send to the DUT.

  • c1di32.png command parameters

    command parameters specifies an array of the input parameters required for the custom command.

  • cerrcodeclst.png error in

    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 returns the resource name to which a VISA session is opened and the resource class. The class name matches the VISA resource name parameter.

  • i1di32.png return parameters

    return parameters returns an array of the parameters sent by the DUT in response to the custom command.

  • ierrcodeclst.png error out

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