Method CreateParallelCaptureWaveform
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
CreateParallelCaptureWaveform(DigitalSessionsBundle, string)
Creates the capture waveform settings for parallel 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 CreateParallelCaptureWaveform(this DigitalSessionsBundle sessionsBundle, string waveformName)Parameters
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
waveformNamestring-
The name of the capture waveform.
CreateParallelCaptureWaveform(DigitalSessionsBundle, string, string)
Creates the capture waveform settings for parallel 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 CreateParallelCaptureWaveform(this DigitalSessionsBundle sessionsBundle, string pin, string waveformName)Parameters
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
pinstring-
The pin for which to create the capture waveform.
waveformNamestring-
The name of the capture waveform.
CreateParallelCaptureWaveform(DigitalSessionsBundle, string[], string)
Creates the capture waveform settings for parallel 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 CreateParallelCaptureWaveform(this DigitalSessionsBundle sessionsBundle, string[] pins, string waveformName)Parameters
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
pinsstring[]-
The pins for which to create the capture waveform.
waveformNamestring-
The name of the capture waveform.