Method WriteAnalogSingleSample
- 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
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
staticStatedouble-
The static state to write.
autoStartbool-
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
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
siteDataSiteData<double>-
The per-site data to write.
autoStartbool-
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
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
pinSiteDataPinSiteData<double>-
The per-site per-pin data to write.
autoStartbool-
Specifies whether to automatically start the tasks.