Method CreateSerialCaptureWaveform
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
CreateSerialCaptureWaveform(DigitalSessionsBundle, string, uint, BitOrder)
Creates capture waveform settings for serial acquisition. 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 CreateSerialCaptureWaveform(this DigitalSessionsBundle sessionsBundle, string waveformName, uint sampleWidth, BitOrder bitOrder = BitOrder.MostSignificantBitFirst)
Parameters
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
waveformName
stringThe name of the capture waveform.
sampleWidth
uintThe width in bits of each serial sample. The value must be between 1 and 32.
bitOrder
BitOrderThe bit order significance.
Remarks
The number of waveforms is limited to 512.
CreateSerialCaptureWaveform(DigitalSessionsBundle, string, string, uint, BitOrder)
Creates capture waveform settings for serial acquisition. 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 CreateSerialCaptureWaveform(this DigitalSessionsBundle sessionsBundle, string pin, string waveformName, uint sampleWidth, BitOrder bitOrder = BitOrder.MostSignificantBitFirst)
Parameters
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
pin
stringThe pin for which to create the capture waveform.
waveformName
stringThe name of the capture waveform.
sampleWidth
uintThe width in bits of each serial sample. The value must be between 1 and 32.
bitOrder
BitOrderThe bit order significance.
Remarks
The number of waveforms is limited to 512.