Admin Production ni-theme
Current Publication

Configure Multi Arm [MA]

IVI Compliance Package

IviDigitizer Configure Multi Arm [MA]

IviDigitizerMultiArm Capability Group

Configures the digitizer to arm based on multiple arm sources.

The digitizer can be instructed to arm when any one of multiple arm source conditions are met or when all specified arm source conditions are met.

IviDigitizer Configure Multi Arm [MA].vi

civrn instrument handle The instrument handle that you obtain from the IviDigitizer Initialize VI or IviDigitizer Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None

cstr Source List ("") Specifies the source names to be used in a multi-arm scenario. You can add multiple sources names by separating them with a comma. The driver uses this value to set the IviDigitizer Arm Source List property.

Default Value: ""

Note:

You can specify the trace name as a string variable or as a literal enclosed in double quotes.

ci32 Arm Source Operator (And) Specifies the boolean operation to apply to the arm sources specified by the Source List input. The driver uses this value to set the IviDigitizer Arm Source Operator property.

Valid Values:

- IVIDIGITIZER_VAL_ARM_SOURCE_OPERATOR_AND (0)

Arm sources are AND'd together. The digitizer arms when all configured arm source conditions are satisfied.

- IVIDIGITIZER_VAL_ARM_SOURCE_OPERATOR_OR (1)

Arm sources are OR'd together. The digitizer arms when the first configured arm source condition is satisfied.

- IVIDIGITIZER_VAL_ARM_SOURCE_OPERATOR_NONE (2)

No operator is applied to the configured list of arm sources. The arm source list is ignored, and the digitizer arms when the active arm source, given by the IviDigitizer Active Arm Source property, and its associated arm conditions are satisfied.

Default Value: IVIDIGITIZER_VAL_ARM_SOURCE_OPERATOR_AND (0)

cerrcodeclst error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

iivrn instrument handle out The instrument handle that you obtain from the IviDigitizer Initialize VI or IviDigitizer Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None

ierrcodeclst error out The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.