SequenceStepDeltaTimeEnabled
- Updated2025-10-06
- 1 minute(s) read
Gets or sets whether the SequenceStepDeltaTime property is enabled (true) or disabled (false).
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public bool SequenceStepDeltaTimeEnabled { get; set; }
Remarks
The default value is false.
When this property is set to true, you can set the SequenceStepDeltaTime property to control the time between consecutive steps in the sequence.
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.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The property was accessed after the associated NIDCPower object was disposed. |
| Ivi.Driver.OperationNotSupportedException | The property was accessed in a session to unsupported hardware. |
| Ivi.Driver.SelectorNameRequiredException | The property was accessed in a multi-channel session without specifying a channel. |
| Ivi.Driver.SelectorNameException | The property was accessed with an unknown channel or a badly-formed channel string. |
| Ivi.Driver.IviCDriverException | The underlying NI-DCPower driver returned an error. |