Table of Contents

Method DeleteAdvancedSequence

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

DeleteAdvancedSequence(DCPowerSessionsBundle, params string[])

Deletes one or more advanced sequences by name from all sessions in the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle.

public static void DeleteAdvancedSequence(this DCPowerSessionsBundle sessionsBundle, params string[] sequenceNames)

Parameters

sessionsBundle DCPowerSessionsBundle

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

sequenceNames string[]

The names of the advanced sequences to delete.

Remarks

This function will also switch the Source Mode back to SinglePoint.
Note that you can pass one or more sequence names via the sequenceNames parameter.