Method WriteDigital
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
WriteDigital(DAQmxTasksBundle, bool, bool)
Writes a single Boolean sample to the specified pin(s).
public static void WriteDigital(this DAQmxTasksBundle tasksBundle, bool staticState, bool autoStart = true)Parameters
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
staticStatebool-
The static state to write.
autoStartbool-
Specifies whether to automatically start the tasks.
WriteDigital(DAQmxTasksBundle, SiteData<bool>, bool)
Writes a single Boolean sample to the specified pin(s).
public static void WriteDigital(this DAQmxTasksBundle tasksBundle, SiteData<bool> siteData, bool autoStart = true)Parameters
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
siteDataSiteData<bool>-
The per-site data to write.
autoStartbool-
Specifies whether to automatically start the tasks.
WriteDigital(DAQmxTasksBundle, PinSiteData<bool>, bool)
Writes a single Boolean sample to the specified pin(s).
public static void WriteDigital(this DAQmxTasksBundle tasksBundle, PinSiteData<bool> pinSiteData, bool autoStart = true)Parameters
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
pinSiteDataPinSiteData<bool>-
The per-site per-pin data to write.
autoStartbool-
Specifies whether to automatically start the tasks.