NIDCPOWER_ATTR_SEQUENCE_LOOP_COUNT_IS_FINITE
- Updated2025-10-06
- 1 minute(s) read
Specifies whether a sequence should repeat indefinitely.
Syntax
NIDCPOWER_ATTR_SEQUENCE_LOOP_COUNT_IS_FINITE
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
1150078 | ViBoolean | Read/Write | Channels |
Remarks
Refer to the Sequence Source Mode topic in the NI DC Power Supplies and SMUs Help for more information about infinite sequencing.
Note
This attribute is not supported by all devices. When the NIDCPOWER_ATTR_SEQUENCE_LOOP_COUNT_IS_FINITE attribute is set to VI_FALSE, the NIDCPOWER_ATTR_SEQUENCE_LOOP_COUNT attribute is ignored.
Default Value: VI_TRUE
Note
To specify a channel name when accessing this attribute, you must first initialize the session using the niDCPower_InitializeWithIndependentChannels function.
Related Topics: