NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputSource.SequenceStepDeltaTime Property

  • Updated2024-01-04
  • 3 minute(s) read
DCPowerOutputSource.SequenceStepDeltaTime Property

DCPowerOutputSourceSequenceStepDeltaTime Property

Gets or sets the amount of time, in seconds, between the start of two consecutive steps in a sequence.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public PrecisionTimeSpan SequenceStepDeltaTime { get; set; }
Public Property SequenceStepDeltaTime As PrecisionTimeSpan
	Get
	Set

Property Value

Type: PrecisionTimeSpan
The default value is 50 ms.

Valid Values:

DeviceValues
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]

NI-DCPower coerces the value you specify for this property to the nearest multiple of a device-specific resolution. You can read back the value of this property to determine the coerced value.

DeviceSelected ValueResolution
PXIe-4135
PXIe-4136/4137
PXIe-4138/4139
[12.5 μs, 21.4748 s]10 ns
(21.4748 s, 60 s]10 μs
PXIe-4140/4141
PXIe-4142/4143
PXIe-4144/4145
[10 μs, 233.0169 ms]27.7778 ns
(233.0169 ms, 60 s]10 μs
PXIe-4147[10 μs, 26.512 s]6.17 ns

Exceptions

ExceptionCondition
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

You can specify SequenceStepDeltaTime as one of the properties when calling the CreateAdvancedSequence(String, DCPowerAdvancedSequenceProperty, Boolean) 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 . 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.

Note Note
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.
Note Note
Refer to the Sequence Step Delta Time topic in the NI DC Power Supplies and SMUs Help for more information.

See Also

Log in to get a better experience