Table of Contents

Method CreateParallelCaptureWaveform

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

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

waveformName string

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

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

pin string

The pin for which to create the capture waveform.

waveformName string

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

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

pins string[]

The pins for which to create the capture waveform.

waveformName string

The name of the capture waveform.