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
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
waveformNamestring-
The name of the source waveform.
waveformDatauint[]-
The waveform data.
expandToMinimumSizebool-
Whether to make the size of the waveform data at least a specified value.
minimumSizeint-
The minimum size of the waveform data.