Table of Contents

Method WriteSequencerRegister

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

WriteSequencerRegister(DigitalSessionsBundle, string, int)

Writes a value to a pattern sequencer register.

public static void WriteSequencerRegister(this DigitalSessionsBundle sessionsBundle, string register, int value)

Parameters

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

register string

Specifies the sequencer register to which you would like to write the specified value. Possible values include "reg0" through "reg15".

value int

The value to write to the specified pattern sequence register.