NI-DCPower C Function Reference Help

NIDCPOWER_ATTR_INTERCHANGE_CHECK

  • Updated2023-04-15
  • 1 minute(s) read

Specific Attribute

Numeric Value Data
type
Access Applies to Coercion High-Level Functions
1050021 ViBoolean R/W Session None niDCPower_InitializeWithIndependentChannels

Description

Specifies whether to perform interchangeability checking and log interchangeability warnings when you call NI-DCPower functions. VI_TRUE specifies that interchangeability checking is enabled.

Interchangeability warnings indicate that using your application with a different instrument might cause different behavior. Call the niDCPower_GetNextInterchangeWarning function to retrieve interchange warnings.

Call the niDCPower_GetNextInterchangeWarning function 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 when the attribute has been invalidated since you set it.

Default Value: VI_FALSE

Log in to get a better experience