ISrqDevice Interface

Interface for driver which supports service request.

Definition

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

Properties

Identification Instrument Identification
(Inherited from IDevice)
SrqIdentification Instrument Identification using a SRQ Query

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)

See Also