ISwitch Interface

Interface for Switch Driver.

Definition

Namespace: Metas.Instr.Driver.Switch
Assembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
C#
public interface ISwitch : IDevice
Implements
IDevice

Properties

Identification Instrument Identification
(Inherited from IDevice)

Methods

Close Closes the specified device session.
(Inherited from IDevice)
Open Opens a Device session to the specified resource.
(Inherited from IDevice)
Preset Presets the device.
(Inherited from IDevice)
SetState Set State to Switch Driver.

See Also