|
Top Previous Next |
Returns whether an acquisition is in progress, complete, or if the status is unknown. Function Tree Node: \Boonton55xxx\Instrument Specific\Acquisition\Status Declaration: Btn55xxx.h Implementation: Btn55xxx.dll
ParametersVi The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session. Val The acquisition status. Return Value
|
Name |
Description |
BTN55XXX_VAL_ACQ_COMPLETE |
The meter has completed the acquisition. |
BTN55XXX_VAL_ACQ_IN_PROGRESS |
The meter is still acquiring data. |
BTN55XXX_VAL_ACQ_STATUS_UNKNOWN |
The meter cannot determine the status of the acquisition. |