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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
waveformNamestringThe name of the capture waveform.
sampleWidthuintThe width in bits of each serial sample. The value must be between 1 and 32.
bitOrderBitOrderThe 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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
pinstringThe pin for which to create the capture waveform.
waveformNamestringThe name of the capture waveform.
sampleWidthuintThe width in bits of each serial sample. The value must be between 1 and 32.
bitOrderBitOrderThe bit order significance.
Remarks
The number of waveforms is limited to 512.