NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputSource.SetSequence Method (Double[])

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

DCPowerOutputSourceSetSequence Method (Double)

Configures a series of voltage or current outputs and corresponding source delays. The source mode must be set to Sequence for this method to take effect.

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

Syntax

public void SetSequence(
	double[] values
)
Public Sub SetSequence ( 
	values As Double()
)

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.

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.

Note Note
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.

See Also

Log in to get a better experience