CLASSPREFIX_ATTR_DRIVER_SETUP

CVI/LabWindows IVI Class Driver

CLASSPREFIX_ATTR_DRIVER_SETUP

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

Inherent Attribute

Data Type Access Applies to Coercion High Level Functions
String with Options RO N/A None CLASSPREFIX_InitWithOptions

Description

Some cases exist where you must specify instrument driver options at initialization time. An example of this is specifying a particular instrument model from a family of instruments which the driver supports. This is useful when using simulation. You can specify driver-specific options through the DriverSetup keyword in the optionsString parameter in the CLASSPREFIX_InitWithOptions function, or through MAX.

If you do not specify a Driver Setup string, this property returns an empty string.