DCPowerOutputSource.SetSequence Method (Double[], PrecisionTimeSpan[])
- Updated2024-01-04
- 2 minute(s) read

DCPowerOutputSourceSetSequence Method (Double, PrecisionTimeSpan)
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public void SetSequence( double[] values, PrecisionTimeSpan[] sourceDelays )
Public Sub SetSequence ( values As Double(), sourceDelays As PrecisionTimeSpan() )
Parameters
- values
- Type: SystemDouble
Specifies the series of voltage levels or current levels, depending on the configured output method.The valid values for this parameter are defined by the voltage level range or current level range.
- sourceDelays
- Type: NationalInstrumentsPrecisionTimeSpan
Specifies the source delay, in seconds, that follows the configuration of each value in the sequence.Valid Values:
For the PXIe-4051, 0 to 39 seconds.
For the PXIe-4147, 0 to 26.5 seconds.
For the PXIe-4151, 0 to 42 seconds.
For the PXIe-4162/4163 and PXIe-4190, 0 to 23 seconds.
For all other supported instruments, 0 to 167 seconds.
Remarks
Refer to the Configuring the Source Unit topic in the NI DC Power Supplies and SMUs Help for more information about how to configure your device.
Use this method in the Uncommitted or Committed programming states. Refer to the Programming States topic in the NI DC Power Supplies and SMUs Help for information about the specific NI-DCPower software states.
Using this method with Advanced Sequence methods for the same channel in the same session is not supported.
![]() |
---|
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively. |
This method is not supported by all instruments. Refer to the Supported Functions by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.