ClassPrefix_InvalidateAllAttributes
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_InvalidateAllAttributes.
C Function Prototype
ViStatus ClassPrefix_InvalidateAllAttributes (ViSession vi);
Purpose
This function invalidates the cached values of all attributes for the session.
Parameters
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. |