SequenceStepDeltaTime
- Updated2025-10-06
- 2 minute(s) read
Gets or sets the amount of time, in seconds, between the start of two consecutive steps in a sequence.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public NationalInstruments.PrecisionTimeSpan SequenceStepDeltaTime { get; set; }
Remarks
The default value is 50 ms.
Device | Values |
|---|---|
PXIe-4135, PXIe-4136/4137, PXIe-4138/4139 | [12.5 μs, 60 s] |
PXIe-4140/4141, PXIe-4142/4143, PXIe-4144/4145 | [10 μs, 60 s] |
PXIe-4147 | [10 μs, 26.512 s] |
Device | Selected Value | Resolution |
|---|---|---|
PXIe-4135, PXIe-4136/4137, PXIe-4138/4139 | [12.5 μs, 21.4748 s] | 10 ns |
PXIe-4135, PXIe-4136/4137, PXIe-4138/4139 | (21.4748 s, 60 s] | 10 μs |
PXIe-4140/4141, PXIe-4142/4143, PXIe-4144/4145 | [10 μs, 233.0169 ms] | 27.7778 ns |
PXIe-4140/4141, PXIe-4142/4143, PXIe-4144/4145 | (233.0169 ms, 60 s] | 10 μs |
PXIe-4147 | [10 μs, 26.512 s] | 6.17 ns |
You can specify SequenceStepDeltaTime as one of the properties when calling the CreateAdvancedSequence method. In this case, this property specifies the amount of time between the start of the active step and the start of the next step.
This property is applicable only if the SequenceStepDeltaTimeEnabled property is set to true. Refer to the SequenceStepDeltaTimeEnabled property for more information about the settings with which this property is compatible. This property does not apply to the last step of the last iteration of a sequence.
You can set values for the SourceDelay and Measurement properties in conjunction with this property. Values for SourceDelay may conflict with the value of this property; Measurement properties may conflict with the value of this property only if the MeasureWhen property is set to AutomaticallyAfterSourceComplete.
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. |