Table of Contents

Class Control

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Relay
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

Defines methods for relay control.

public static class Control

Inheritance

Inherited Members

Methods

ApplyRelayConfiguration(ISemiconductorModuleContext, string)

Performs the relay actions on the relays in the relay configuration.

ControlRelay(ISemiconductorModuleContext, string, RelayDriverAction)

Performs the relay action on the relay.

ControlRelay(ISemiconductorModuleContext, string[], RelayDriverAction)

Performs the same relay action on multiple relays.

ControlRelay(ISemiconductorModuleContext, string[], RelayDriverAction[])

Performs the relay actions on the relays.

ControlRelay(ISemiconductorModuleContext, IDictionary<string, RelayDriverAction>)

Performs the relay actions on the relays.

ControlRelay(ISemiconductorModuleContext, string[], SiteData<RelayDriverAction>)

Performs the relay actions on the relays.