NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputSource.SequenceStepDeltaTimeEnabled Property

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

DCPowerOutputSourceSequenceStepDeltaTimeEnabled Property

Gets or sets whether the SequenceStepDeltaTime property is enabled () or disabled ().

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

Syntax

public bool SequenceStepDeltaTimeEnabled { get; set; }
Public Property SequenceStepDeltaTimeEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
The default value is .

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

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:

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