IviDigitizer Is Measuring
IviDigitizerBase Capability Group
This VI is used to determine if the digitizer is currently in the Measuring state.
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 |
|
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. |
|
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 |
|
Status Returns whether the digitizer is currently in the Measuring 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 Measuring state. - IVIDIGITIZER_VAL_ACQUISITION_STATUS_RESULT_FALSE (2) The digitizer is not currently in the Measuring state. - IVIDIGITIZER_VAL_ACQUISITION_STATUS_RESULT_UNKNOWN (3) The driver cannot query the instrument to determine if the digitizer is in the Measuring state. |
|
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. |