Method CreateSerialSourceWaveform
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
CreateSerialSourceWaveform(DigitalSessionsBundle, string, SourceDataMapping, uint, BitOrder)
Creates source waveform settings required for serial sourcing. Settings apply across all sites if multiple sites are configured in the pin map. You cannot reconfigure settings after waveforms are created.
public static void CreateSerialSourceWaveform(this DigitalSessionsBundle sessionsBundle, string waveformName, SourceDataMapping dataMapping, uint sampleWidth, BitOrder bitOrder)
Parameters
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
waveformName
stringThe name of the source waveform.
dataMapping
SourceDataMappingSpecifies whether the waveform is broadcasted to all sites or a unique waveform is sourced per site.
sampleWidth
uintThe width in bits of each serial sample. The value must be between 1 and 32.
bitOrder
BitOrderThe bit order significance.
CreateSerialSourceWaveform(DigitalSessionsBundle, string, string, SourceDataMapping, uint, BitOrder)
Creates source waveform settings required for serial sourcing. Settings apply across all sites if multiple sites are configured in the pin map. You cannot reconfigure settings after waveforms are created.
public static void CreateSerialSourceWaveform(this DigitalSessionsBundle sessionsBundle, string pin, string waveformName, SourceDataMapping dataMapping, uint sampleWidth, BitOrder bitOrder)
Parameters
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
pin
stringThe pin for which to create the source waveform.
waveformName
stringThe name of the source waveform.
dataMapping
SourceDataMappingSpecifies whether the waveform is broadcasted to all sites or a unique waveform is sourced per site.
sampleWidth
uintThe width in bits of each serial sample. The value must be between 1 and 32.
bitOrder
BitOrderThe bit order significance.