Method ReadDigitalSingleSample
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
ReadDigitalSingleSample(DAQmxTasksBundle)
Reads a single sample and returns pin- and site-aware object of type Boolean.
public static PinSiteData<bool> ReadDigitalSingleSample(this DAQmxTasksBundle tasksBundle)Parameters
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
Returns
- PinSiteData<bool>
-
Per-site per-pin boolean samples.