Method WriteSequencerFlag
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
WriteSequencerFlag(DigitalSessionsBundle, string, bool)
Writes a Boolean state of a pattern sequencer flag.
public static void WriteSequencerFlag(this DigitalSessionsBundle sessionsBundle, string flag, bool value)Parameters
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
flagstring-
The name of the pattern sequencer flag to read. Possible values include "seqflag0", "seqflag1", "seqflag2", or "seqflag3".
valuebool-
The value to assign to the specified pattern sequencer flag.