Method DeleteAdvancedSequence
- 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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
sequenceNamesstring[]-
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.