class

Minknow::DeviceService

Inherits Reference < Object

Wrapper around the MinKNOW Device gRPC service.

Provides device-independent hardware queries: device info, state, flow cell info, calibration and temperature. Access via Connection#device.

Constructors

new(channel : GRPC::Channel, ctx : GRPC::ClientContext)
Source

Instance methods

calibration

Returns the current calibration for the device.

Source
channels_layout

Returns the channel layout for the attached device.

Source
client
Source
device_info

Returns general information about the device attached to this position.

Source
device_state

Returns the current device state (connected / ready).

Source
flow_cell_info

Returns information about the flow cell loaded in this position.

Source
stream_device_state

Streams device state changes. Returns an iterable server stream.

Source
stream_flow_cell_info

Streams flow cell info changes. Returns an iterable server stream.

Source
stream_temperature

Streams temperature changes. Returns an iterable server stream.

Source
temperature

Returns the current temperature reading.

Source

Nested types