|
Top Previous Next |
Class-compliant IIviPwrMeter method that queries the instrument to determine the status of the measurement initiated by the Initiate method. This method returns a status of Measurement only when measurements are complete on all enabled channels. Function Tree Node: \Boonton55xxx\Measurement\Low-Level Measurement\Is Measurement Complete Declaration: Btn55xxx.h Implementation: Btn55xxx.dll
ParametersVi The ViSession handle that you obtain from the IviPwrMeter_init or IviPwrMeter_InitWithOptions function. The handle identifies a particular instrument session. Status Returns the status of the measurement. Return Value
|
Name |
Description |
BTN55XXX_VAL_MEAS_IN_PROGRESS |
The power meter is still taking a measurement on one or more enabled channels. |
BTN55XXX_VAL_MEAS_COMPLETE |
The power meter has completed the measurement on all enabled channels. |
BTN55XXX_VAL_MEAS_STATUS_UNKNOWN |
The power meter cannot determine the status of the measurement. |