Table of Contents

Method Do

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Do<T>(SiteData<T>, Action<DigitalSessionInformation, T[]>)

Does an operation on each DigitalSessionInformation in parallel with the given per-site data.

public void Do<T>(SiteData<T> data, Action<DigitalSessionInformation, T[]> action)

Parameters

data SiteData<T>

The per-site data the action relies on.

action Action<DigitalSessionInformation, T[]>

The operation to do. This operation takes DigitalSessionInformation and per-site data as inputs.

Type Parameters

T

The element type of the per-site data.