Method ReadSequencerFlag
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
ReadSequencerFlag(DigitalSessionsBundle, string)
Reads the Boolean value of a pattern sequencer flag.
public static bool[] ReadSequencerFlag(this DigitalSessionsBundle sessionsBundle, string flag)
Parameters
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
flag
stringThe name of the pattern sequencer flag to read. Possible values include "seqflag0", "seqflag1", "seqflag2", or "seqflag3".
Returns
- bool[]
An array of the states for the specified pattern sequencer flag, one state value per session.