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

Defined in:

generated/minknow_api/promethion_device.pb.cr

Enum Members

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

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_raw?(raw : Int32) : self | Nil #

[View source]

Instance Method Detail

def all? #

Returns true if this enum value equals ALL


[View source]
def none? #

Returns true if this enum value equals NONE


[View source]
def well_1? #

Returns true if this enum value equals WELL_1


[View source]
def well_2? #

Returns true if this enum value equals WELL_2


[View source]
def well_3? #

Returns true if this enum value equals WELL_3


[View source]
def well_4? #

Returns true if this enum value equals WELL_4


[View source]