NI-HSDIO C Function Reference

Table of Contents

NIHSDIO_ATTR_ATTRIBUTE_COMMITTAL_STRATEGY

  • Updated2023-02-21
  • 1 minute(s) read

Specific Attribute

Data
type
Access Applies to Coercion High-Level Functions
ViInt32 R/W N/A None

Description

Specifies whether setting an attribute takes effect immediately (if the session has been committed at least once) or is deferred until the next commit.

Note Note  This attribute is supported for NI 6555/6556 devices only.

The behavior of the following attributes is affected by setting this attribute to NIHSDIO_VAL_IMMEDIATELY_UPON_SET_VOLTAGE:

Note Note   If you change the value of this attribute, the change does not take effect until the next commit.

Defined Values:

NIHSDIO_VAL_DEFERRED_UNTIL_COMMIT (0)  Changes to voltage attributes take effect upon the next commit. This value is the default.
NIHSDIO_VAL_IMMEDIATELY_UPON_SET_VOLTAGE (1)  Changes to voltage attributes take effect immediately if the session has been committed at least once.

Log in to get a better experience