Table of Contents

Method CreateSerialSourceWaveform

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
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 DigitalSessionsBundle

The DigitalSessionsBundle object.

waveformName string

The name of the source waveform.

dataMapping SourceDataMapping

Specifies whether the waveform is broadcasted to all sites or a unique waveform is sourced per site.

sampleWidth uint

The width in bits of each serial sample. The value must be between 1 and 32.

bitOrder BitOrder

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

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

pin string

The pin for which to create the source waveform.

waveformName string

The name of the source waveform.

dataMapping SourceDataMapping

Specifies whether the waveform is broadcasted to all sites or a unique waveform is sourced per site.

sampleWidth uint

The width in bits of each serial sample. The value must be between 1 and 32.

bitOrder BitOrder

The bit order significance.