enum

MinknowApi::Acquisition::Purpose

Inherits Enum < Comparable < Value < Object

Constants

OTHER_PURPOSE = 0
SEQUENCING = 2
CALIBRATION = 3

Class methods

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

Instance methods

calibration?

Returns true if this enum value equals CALIBRATION

Source
other_purpose?

Returns true if this enum value equals OTHER_PURPOSE

Source
sequencing?

Returns true if this enum value equals SEQUENCING

Source