enum MinknowApi::PromethionDevice::PixelSettings::GainCapacitor

Defined in:

generated/minknow_api/promethion_device.pb.cr

Enum Members

INTCAP_KEEP = 0
INTCAP_100fF = 1
INTCAP_200fF = 2
INTCAP_500fF = 3
INTCAP_600fF = 4

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]

Instance Method Detail

def intcap_100f_f? #

Returns true if this enum value equals INTCAP_100fF


[View source]
def intcap_200f_f? #

Returns true if this enum value equals INTCAP_200fF


[View source]
def intcap_500f_f? #

Returns true if this enum value equals INTCAP_500fF


[View source]
def intcap_600f_f? #

Returns true if this enum value equals INTCAP_600fF


[View source]
def intcap_keep? #

Returns true if this enum value equals INTCAP_KEEP


[View source]