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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
waveformNamestringThe name of the source waveform.
waveformDatauint[]The waveform data.
expandToMinimumSizeboolWhether to make the size of the waveform data at least a specified value.
minimumSizeintThe minimum size of the waveform data.