NIDMM_ATTR_QUERY_INSTRUMENT_STATUS

NI-DMM C/CVI/VB

NIDMM_ATTR_QUERY_INSTRUMENT_STATUS

Specific Attribute

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

Description

Specifies whether the instrument driver queries the instrument status after each operation. Querying the instrument status is very useful for debugging. After the user program is validated, this attribute can be set to VI_FALSE (0) to disable status checking and maximize performance. The instrument driver can choose to ignore status checking for particular attributes regardless of the setting of this attribute. The default value is VI_TRUE (1). Use niDMM_InitWithOptions to override this setting.