ClassPrefix_ClearInterchangeWarnings

CVI/LabWindows IVI Class Driver

ClassPrefix_ClearInterchangeWarnings

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_ClearInterchangeWarnings.

C Function Prototype

ViStatus ClassPrefix_ClearInterchangeWarnings (ViSession vi);

Purpose

The class driver performs interchangeability checking if the CLASSPREFIX_ATTR_INTERCHANGE_CHECK attribute is set to VI_TRUE. This function clears the list of interchange warnings.

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.

Return Values