ClassPrefix_ResetWithDefaults
IVI Inherent Function
To form the ClassPrefix_ of the function name, use the prefix of the class driver with which you are working. For example, if you are working with the IviDmm class driver, use the prefix IviDmm_ to create the correct function name, IviDmm_ResetWithDefaults.
C Function Prototype
ViStatus ClassPrefix_ResetWithDefaults (ViSession vi, ViInt32 bufferSize, ViInt32* code ViString description);
Purpose
This function resets the instrument and applies initial user-specified settings from the Logical Name which was used to initialize the session.
Parameter
Name | Type | Description |
---|---|---|
vi | ViSession | The instrument handle that you obtain from the ClassPrefix_init or ClassPrefix_InitWithOptions functions. The handle identifies a particular IVI session. |