NIDMM_ATTR_INTERCHANGE_CHECK

NI-DMM C/CVI/VB

NIDMM_ATTR_INTERCHANGE_CHECK

Specific Attribute

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

Description

Specifies whether to perform interchangeability checking and log interchangeability warnings when you call niDMM functions. Interchangeability warnings indicate that using your application with a different instrument might cause different behavior. Use niDMM_GetNextInterchangeWarning to extract interchange warnings. Use niDMM_ClearInterchangeWarnings to clear the list of interchangeability warnings without reading them. Interchangeability checking examines the attributes in a capability group only if you specify a value for at least one attribute within that group. Interchangeability warnings can occur when an attribute affects the behavior of the instrument and you have not set that attribute, or the attribute has been invalidated since you set it.

Defined Values

VI_FALSE (default) 0False
VI_TRUE1 True