Admin Production ni-theme
Current Publication

Is Waiting For Arm

IVI Compliance Package

IviDigitizer Is Waiting For Arm

IviDigitizerBase Capability Group

This VI is used to determine if the digitizer is currently in the Waiting For Arm state.

IviDigitizer Is Waiting For Arm.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

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

ii32 Status Returns whether the digitizer is currently in the Waiting For Arm state. If the driver cannot query the instrument to determine its state, the driver returns the value Unknown.

Possible Values:

- IVIDIGITIZER_VAL_ACQUISITION_STATUS_RESULT_TRUE (1)

The digitizer is currently in the Waiting For Arm state.

- IVIDIGITIZER_VAL_ACQUISITION_STATUS_RESULT_FALSE (2)

The digitizer is not currently in the Waiting For Arm state.

- IVIDIGITIZER_VAL_ACQUISITION_STATUS_RESULT_UNKNOWN (3)

The driver cannot query the instrument to determine if the digitizer is in the Waiting For Arm state.

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.