Table of Contents

Method ConfigureSequence Deprecated

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

ConfigureSequence(DCPowerSessionsBundle, double[], int, double?) Deprecated

Configures a hardware-timed sequence of values.

[Obsolete("Using both simple sequencing and advanced sequencing for the same channel within the same session is not supported. For this reason it is better to just use advanced sequencing. This method does not support configuring ganged pin groups for sequencing. Consider using either ConfigureVoltageSequence or ConfigureCurrentSequence instead.", false)]
public static void ConfigureSequence(this DCPowerSessionsBundle sessionsBundle, double[] sequence, int sequenceLoopCount, double? sequenceStepDeltaTimeInSeconds = null)

Parameters

sessionsBundle DCPowerSessionsBundle

The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.

sequence double[]

The voltage or current sequence to set.

sequenceLoopCount int

The number of loops a sequence runs after initiation.

sequenceStepDeltaTimeInSeconds double?

The delta time between the start of two consecutive steps in a sequence.

ConfigureSequence(DCPowerOutput, double[], int, double?, SitePinInfo) Deprecated

Configures a hardware-timed sequence of values.

[Obsolete("Using both simple sequencing and advanced sequencing for the same channel within the same session is not supported. For this reason it is better to just use advanced sequencing. This method does not support configuring ganged pin groups for sequencing. Consider using the high-level ConfigureVoltageSequence or ConfigureCurrentSequence methods instead.", false)]
public static void ConfigureSequence(this DCPowerOutput output, double[] sequence, int sequenceLoopCount, double? sequenceStepDeltaTimeInSeconds = null, SitePinInfo sitePinInfo = null)

Parameters

output DCPowerOutput

The NationalInstruments.ModularInstruments.NIDCPower.DCPowerOutput object.

sequence double[]

The voltage or current sequence to set.

sequenceLoopCount int

The number of loops a sequence runs after initiation.

sequenceStepDeltaTimeInSeconds double?

The delta time between the start of two consecutive steps in a sequence.

sitePinInfo SitePinInfo

The NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo object.