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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
waveformNamestringThe name of the source waveform.
dataMappingSourceDataMappingSpecifies whether the waveform is broadcasted to all sites or a unique waveform is sourced per site.
sampleWidthuintThe width in bits of each serial sample. The value must be between 1 and 32.
bitOrderBitOrderThe 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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
pinstringThe pin for which to create the source waveform.
waveformNamestringThe name of the source waveform.
dataMappingSourceDataMappingSpecifies whether the waveform is broadcasted to all sites or a unique waveform is sourced per site.
sampleWidthuintThe width in bits of each serial sample. The value must be between 1 and 32.
bitOrderBitOrderThe bit order significance.