NIDMM_ATTR_RANGE_CHECK

NI-DMM C/CVI/VB

NIDMM_ATTR_RANGE_CHECK

Specific Attribute

Data
type
Access Coercion High-Level Function
ViBoolean R/W None niDMM_InitWithOptions

Description

Specifies whether to validate attribute values and function parameters. If enabled, the instrument driver validates the parameter values passed to driver functions. Range checking parameters is very useful for debugging. After the user program is validated, this attribute can be set to VI_FALSE (0) to disable range checking and maximize performance. The default value is VI_TRUE (1). Use the niDMM_InitWithOptions function to override this setting.