Method ConfigureSequence Deprecated
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.
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
ConfigureSequence(DCPowerSessionsBundle, double[], int, double?) Deprecated
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.
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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
sequencedouble[]-
The voltage or current sequence to set.
sequenceLoopCountint-
The number of loops a sequence runs after initiation.
sequenceStepDeltaTimeInSecondsdouble?-
The delta time between the start of two consecutive steps in a sequence.
ConfigureSequence(DCPowerOutput, double[], int, double?, SitePinInfo) Deprecated
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.
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
outputDCPowerOutput-
The NationalInstruments.ModularInstruments.NIDCPower.DCPowerOutput object.
sequencedouble[]-
The voltage or current sequence to set.
sequenceLoopCountint-
The number of loops a sequence runs after initiation.
sequenceStepDeltaTimeInSecondsdouble?-
The delta time between the start of two consecutive steps in a sequence.
sitePinInfoSitePinInfo-
The NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo object.