enum

MinknowApi::PromethionDevice::PixelSettings::InputWell::InputConfig

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
WELL_1 = 1
WELL_2 = 2
WELL_3 = 3
WELL_4 = 4
ALL = 5

Class methods

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

Instance methods

all?

Returns true if this enum value equals ALL

Source
none?

Returns true if this enum value equals NONE

Source
well_1?

Returns true if this enum value equals WELL_1

Source
well_2?

Returns true if this enum value equals WELL_2

Source
well_3?

Returns true if this enum value equals WELL_3

Source
well_4?

Returns true if this enum value equals WELL_4

Source