Table of Contents

Method WriteAnalogSingleSample

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

WriteAnalogSingleSample(DAQmxTasksBundle, double, bool)

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

public static void WriteAnalogSingleSample(this DAQmxTasksBundle tasksBundle, double staticState, bool autoStart = true)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

staticState double

The static state to write.

autoStart bool

Specifies whether to automatically start the tasks.

WriteAnalogSingleSample(DAQmxTasksBundle, SiteData<double>, bool)

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

public static void WriteAnalogSingleSample(this DAQmxTasksBundle tasksBundle, SiteData<double> siteData, bool autoStart = true)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

siteData SiteData<double>

The per-site data to write.

autoStart bool

Specifies whether to automatically start the tasks.

WriteAnalogSingleSample(DAQmxTasksBundle, PinSiteData<double>, bool)

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

public static void WriteAnalogSingleSample(this DAQmxTasksBundle tasksBundle, PinSiteData<double> pinSiteData, bool autoStart = true)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

pinSiteData PinSiteData<double>

The per-site per-pin data to write.

autoStart bool

Specifies whether to automatically start the tasks.