Table of Contents

Method ReadSequencerFlag

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
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 DigitalSessionsBundle

The DigitalSessionsBundle object.

flag string

The 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.