enum

MinknowApi::Basecaller::SelectionPreset

Inherits Enum < Comparable < Value < Object

Constants

PRESET_ALL_RUNNING = 0
PRESET_MOST_RECENTLY_STARTED = 1
PRESET_ALL = 2

Class methods

from_raw?(raw : Int32) : self | Nil
Source

Instance methods

preset_all?

Returns true if this enum value equals PRESET_ALL

Source
preset_all_running?

Returns true if this enum value equals PRESET_ALL_RUNNING

Source
preset_most_recently_started?

Returns true if this enum value equals PRESET_MOST_RECENTLY_STARTED

Source