CLASSPREFIX_ATTR_RANGE_CHEC

CVI/LabWindows IVI Class Driver

CLASSPREFIX_ATTR_RANGE_CHECK

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

Inherent Attribute

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

Description

Specifies whether to validate attribute values and function parameters. Range checking parameters is very useful for debugging. After validating the program, you can set this attribute to VI_FALSE to disable range checking and maximize performance.

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