SetSequence(double[])
- Updated2025-10-06
- 1 minute(s) read
Configures a series of voltage, current, resistance or power outputs and corresponding source delays. The source mode must be set to Sequence for this method to take effect.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public void SetSequence(double[] values)
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 more information about NI-DCPower programming 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.
The valid values for this parameter are defined by the voltage level range, current level range, constant resistance level range or constant power level range.
Parameters
| Name | Type | Description |
|---|---|---|
| values | double[] | Specifies the series of voltage, current, resistance or power levels, depending on the configured output method. |