CLASSPREFIX_ATTR_SPECIFIC_DRIVER_PREFIX

CVI/LabWindows IVI Class Driver

CLASSPREFIX_ATTR_SPECIFIC_DRIVER_PREFIX

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

Inherent Attribute

Data Type Access Applies to Coercion High Level Functions
ViString RO N/A None None

Description

Returns the prefix for the specific instrument driver. The prefix can be up to a maximum of 31 characters excluding the NULL byte. The name of each user-callable function in the specific driver begins with this prefix. For example, if the Fluke 45 driver has a user-callable attribute named "fl45_init", "fl45" is the prefix for that driver.