enum MinknowApi::PebbleDevice::DeviceSettings::RegenCurrentRange

Defined in:

generated/minknow_api/pebble_device.pb.cr

Enum Members

REGEN_RANGE_KEEP = 0
REGEN_RANGE_0_5nA_STEP_0_1nA = 1
REGEN_RANGE_0_667nA_STEP_0_133nA = 2
REGEN_RANGE_1_0nA_STEP_0_2nA = 3
REGEN_RANGE_2_0nA_STEP_0_4nA = 4

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]

Instance Method Detail

def regen_range_0_5n_a_step_0_1n_a? #

Returns true if this enum value equals REGEN_RANGE_0_5nA_STEP_0_1nA


[View source]
def regen_range_0_667n_a_step_0_133n_a? #

Returns true if this enum value equals REGEN_RANGE_0_667nA_STEP_0_133nA


[View source]
def regen_range_1_0n_a_step_0_2n_a? #

Returns true if this enum value equals REGEN_RANGE_1_0nA_STEP_0_2nA


[View source]
def regen_range_2_0n_a_step_0_4n_a? #

Returns true if this enum value equals REGEN_RANGE_2_0nA_STEP_0_4nA


[View source]
def regen_range_keep? #

Returns true if this enum value equals REGEN_RANGE_KEEP


[View source]