Table of Contents

Method WriteSequencerFlagSynchronized

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

WriteSequencerFlagSynchronized(DigitalSessionsBundle, string, bool)

Writes a Boolean state to a specified pattern sequencer flag for synchronized instruments.

public static void WriteSequencerFlagSynchronized(this DigitalSessionsBundle sessionsBundle, string flag, bool value)

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

value bool

The value to assign to the specified pattern sequencer flag.