Table of Contents

Method WriteSourceWaveformBroadcast

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

WriteSourceWaveformBroadcast(DigitalSessionsBundle, string, uint[], bool, int)

Writes source waveform. Use this method to write the same waveform data to all sites.

public static void WriteSourceWaveformBroadcast(this DigitalSessionsBundle sessionsBundle, string waveformName, uint[] waveformData, bool expandToMinimumSize = false, int minimumSize = 128)

Parameters

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

waveformName string

The name of the source waveform.

waveformData uint[]

The waveform data.

expandToMinimumSize bool

Whether to make the size of the waveform data at least a specified value.

minimumSize int

The minimum size of the waveform data.