IviDmm_Abort
IviDmmBase Capability Group
C Function Prototype
ViStatus IviDmm_Abort (ViSession vi);
Purpose
This function aborts a previously initiated measurement and returns the DMM to the Idle state.
This function does not check the instrument status. Typically, you call this function only in a sequence of calls to other low-level driver functions. The sequence performs one operation. You use the low-level functions to optimize one or more aspects of interaction with the instrument. To check the instrument status, call the IviDmm_error_query function at the conclusion of the sequence.
Parameter
Name | Type | Description |
---|---|---|
vi | ViSession | The instrument handle that you obtain from the IviDmm_init or IviDmm_InitWithOptions functions. The handle identifies a particular IVI session. |