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
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
waveformNamestring-
The name of the source waveform.
dataMappingSourceDataMapping-
Specifies whether the waveform is broadcasted to all sites or a unique waveform is sourced per site.
sampleWidthuint-
The width in bits of each serial sample. The value must be between 1 and 32.
bitOrderBitOrder-
The 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
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
pinstring-
The pin for which to create the source waveform.
waveformNamestring-
The name of the source waveform.
dataMappingSourceDataMapping-
Specifies whether the waveform is broadcasted to all sites or a unique waveform is sourced per site.
sampleWidthuint-
The width in bits of each serial sample. The value must be between 1 and 32.
bitOrderBitOrder-
The bit order significance.