Table of Contents

Class AnalogOutput

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

Defines operations on analog output channels.

public static class AnalogOutput
Inheritance
AnalogOutput
Inherited Members

Methods

WriteAnalogSingleSample(DAQmxTasksBundle, PinSiteData<double>, bool)

Writes a static DC output state to the pin(s).

WriteAnalogSingleSample(DAQmxTasksBundle, SiteData<double>, bool)

Writes a static DC output state to the pin(s).

WriteAnalogSingleSample(DAQmxTasksBundle, double, bool)

Writes a static DC output state to the pin(s).

WriteAnalogWaveform(DAQmxTasksBundle, AnalogWaveform<double>, bool)

Writes the specified waveform to output on the pin(s).

WriteAnalogWaveform(DAQmxTasksBundle, PinSiteData<AnalogWaveform<double>>, bool)

Writes the specified waveform to output on the pin(s).

WriteAnalogWaveform(DAQmxTasksBundle, SiteData<AnalogWaveform<double>>, bool)

Writes the specified waveform to output on the pin(s).