IviSpecAn Acquisition Status
IviSpecAnBase Capability Group
This VI determines if an acquisition is in progress or complete.
instrument handle The instrument handle that you obtain from the IviSpecAn Initialize or IviSpecAn Initialize With Options VIs. | |
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 IviSpecAn Initialize or IviSpecAn Initialize With Options VIs. | |
acquisition status Returns the acquisition status.
Valid Values: IVISPECAN_VAL_ACQUISITION_STATUS_COMPLETE (1) - The spectrum analyzer has completed the acquisition. IVISPECAN_VAL_ACQUISITION_STATUS_IN_PROGRESS (0) - The spectrum analyzer is still acquiring data. IVISPECAN_VAL_ACQUISITION_STATUS_UNKNOWN (-1) - The spectrum analyzer cannot determine the status of the acquisition. |
|
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. |