Table of Contents

Method ConfigureSequence

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

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

Configures a hardware-timed sequence of values.

public static void ConfigureSequence(this DCPowerSessionsBundle sessionsBundle, double[] sequence, int sequenceLoopCount, double? sequenceStepDeltaTimeInSeconds = null)

Parameters

sessionsBundle DCPowerSessionsBundle

The 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?)

Configures a hardware-timed sequence of values.

public static void ConfigureSequence(this DCPowerOutput output, double[] sequence, int sequenceLoopCount, double? sequenceStepDeltaTimeInSeconds = 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.