Table of Contents

Method AcquireAnalogInputWaveforms

Namespace
NationalInstruments.SemiconductorTestLibrary.TestStandSteps
Assembly
NationalInstruments.SemiconductorTestLibrary.TestStandSteps.dll

AcquireAnalogInputWaveforms(ISemiconductorModuleContext, string[], int)

Acquires an analog waveform for each of the specified pins and pin groups. This step performs a simple acquisition of an analog signal, computes the minimums and maximums of the acquired waveforms, and then publishes the results. Only pins mapped to an analog input channel of a NI-DAQmx instrument are supported.

public static void AcquireAnalogInputWaveforms(ISemiconductorModuleContext tsmContext, string[] pinsOrPinGroups, int samplesPerChannel = 1000)

Parameters

tsmContext ISemiconductorModuleContext

The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.

pinsOrPinGroups string[]

The pins or pin groups.

samplesPerChannel int

The number of samples to read on each NI-DAQmx analog input channel.