NI-DCPower C Function Reference Help

NIDCPOWER_ATTR_MEASURE_RECORD_LENGTH_IS_FINITE

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

Specific Attribute

Numeric Value Data
type
Access Applies to Coercion High-Level Functions
1150064 ViBoolean R/W Channel None None

Description

Specifies whether to take continuous measurements. Call the niDCPower_AbortWithChannels function to stop continuous measurements. When this attribute is set to VI_FALSE and the NIDCPOWER_ATTR_SOURCE_MODE attribute is set to NIDCPOWER_VAL_SINGLE_POINT, the NIDCPOWER_ATTR_MEASURE_WHEN attribute must be set to NIDCPOWER_VAL_AUTOMATICALLY_AFTER_SOURCE_COMPLETE or NIDCPOWER_VAL_ON_MEASURE_TRIGGER. When this attribute is set to VI_FALSE and the NIDCPOWER_ATTR_SOURCE_MODE attribute is set to NIDCPOWER_VAL_SEQUENCE, the NIDCPOWER_ATTR_MEASURE_WHEN attribute must be set to NIDCPOWER_VAL_ON_MEASURE_TRIGGER.

Note Note  This attribute is not supported by all devices. Refer to Supported Attributes by Device for information about supported devices.
Note Note  To specify a channel name when accessing this attribute, you must first initialize the session using the niDCPower_InitializeWithIndependentChannels function.

Defined Values:

VI_FALSE (0) Allows continuous measurement.
VI_TRUE (1) Does not allow continuous measurement.

Default Value: VI_TRUE

Related Topics:

Log in to get a better experience