Method WriteSourceWaveformBroadcast
- 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
DigitalSessionsBundleThe DigitalSessionsBundle object.
waveformName
stringThe name of the source waveform.
waveformData
uint[]The waveform data.
expandToMinimumSize
boolWhether to make the size of the waveform data at least a specified value.
minimumSize
intThe minimum size of the waveform data.