Table of Contents

Method ReadDigitalSingleSample

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx
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

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

Returns

PinSiteData<bool>

Per-site per-pin boolean samples.