DCPowerOutputSource.SequenceStepDeltaTimeEnabled Property
- Updated2024-01-04
- 2 minute(s) read

DCPowerOutputSourceSequenceStepDeltaTimeEnabled Property
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public bool SequenceStepDeltaTimeEnabled { get; set; }
Public Property SequenceStepDeltaTimeEnabled As Boolean Get Set
Property Value
Type: BooleanThe default value is .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The property was accessed after the associated NIDCPower object was disposed. |
OperationNotSupportedException | The property was accessed in a session to unsupported hardware. |
SelectorNameRequiredException | The property was accessed in a multi-channel session without specifying a channel. |
SelectorNameException | The property was accessed with an unknown channel or a badly-formed channel string. |
IviCDriverException | The underlying NI-DCPower driver returned an error. |
Remarks
When this property is set to , you can set the SequenceStepDeltaTime property to control the time between consecutive steps in the sequence.
This property is applicable only if the Mode property is set to Sequence and may be set to only if:
- The Type property is set to None;
- The Type property is set to None; and
- The Function property is set to DCVoltage or DCCurrent.
![]() |
---|
This property is not supported by all instruments. Refer to the Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments. |
![]() |
---|
Refer to the Sequence Step Delta Time topic in the NI DC Power Supplies and SMUs Help for more information. |