Writes the same source waveform data to all sites.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDigital

public void WriteBroadcast(string waveformName, uint[] waveformData)

Remarks

Use this method if you created the source waveform to use Broadcast data mapping.

Parameters

NameTypeDescription
waveformNamestring

Name of the source waveform. Use the waveformName  with the source_start opcode in your pattern.

waveformDatauint[]

A 1D array of waveform data samples to use as the source data to apply to all sites.

Exceptions

TypeDescription
Ivi.Driver.IviCDriverException

The NI-Digital Pattern Driver returned an error.

System.ArgumentException

The waveform name specified by waveformName  does not exist.