Table of Contents

Method ReadSequencerRegister

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

ReadSequencerRegister(DigitalSessionsBundle, string)

Reads the numeric state of a pattern sequencer register.

public static int[] ReadSequencerRegister(this DigitalSessionsBundle sessionsBundle, string registerName)

Parameters

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

registerName string

Specifies pattern sequencer register to read. Possible values include "reg0" through "reg15".

Returns

int[]

An array of the values for the specified pattern sequencer register, one integer value per session.