![]() |
ResetInterchangeCheck()






Public Function |
Declared in: NiIviDriver.h |
Declaration
inline void ResetInterchangeCheck();
Description
Causes interchangeability checking algorithms in the specific driver to ignore all previous configuration operations. By calling this function at the beginning of a test module, you can determine if the test module has dependencies on the operation of previously executed test modules.
This function does not clear the interchangeability warnings from the list of previously recorded interchangeability warnings. If you want to guarantee that the GetNextInterchangeWarning function returns only those interchangeability warnings that are generated after calling this function, you must clear the list of interchangeability warnings by either retrieving all previous warnings with GetNextInterchangeWarning or by clearing the list with ClearInterchangeWarnings.