CLASSPREFIX_ATTR_USE_SPECIFIC_SIMULATION

CVI/LabWindows IVI Class Driver

CLASSPREFIX_ATTR_USE_SPECIFIC_SIMULATION

To form the ClassPrefix_ of the attribute 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 attribute name, IviDmm_ATTR_USE_SPECIFIC_SIMULATION.

Inherent Attribute

Data Type Access Applies to Coercion High Level Functions
ViBoolean R/O N/A None None

Description

Specifies whether the class driver or the specific driver generates the simulation data for output parameters. A value of VI_FALSE specifies that the class driver generates the simulation data for output parameters. A value of VI_TRUE specifies that the specific driver generates the simulation data for output parameters.

The default value is VI_FALSE. You can override this value by specifying a value in MAX or by initializing the IVI session with the CLASSPREFIX_InitWithOptions function.