enum

MinknowApi::Instance::StreamInstanceActivityResponse::StreamValueCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
DEVICE_INFO = 1
FLOW_CELL_INFO = 2
PROTOCOL_RUN_INFO = 3
ACQUISITION_RUN_INFO = 4
FLOW_CELL_HEALTH = 5
YIELD_SUMMARY = 6
BASECALL_SPEED = 7
N50 = 8

Instance methods

acquisition_run_info?

Returns true if this enum value equals ACQUISITION_RUN_INFO

Source
basecall_speed?

Returns true if this enum value equals BASECALL_SPEED

Source
device_info?

Returns true if this enum value equals DEVICE_INFO

Source
flow_cell_health?

Returns true if this enum value equals FLOW_CELL_HEALTH

Source
flow_cell_info?

Returns true if this enum value equals FLOW_CELL_INFO

Source
n50?

Returns true if this enum value equals N50

Source
none?

Returns true if this enum value equals NONE

Source
protocol_run_info?

Returns true if this enum value equals PROTOCOL_RUN_INFO

Source
yield_summary?

Returns true if this enum value equals YIELD_SUMMARY

Source