class
MinknowApi::PebbleDevice::DeviceSettings
- MinknowApi::PebbleDevice::DeviceSettings
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/pebble_device.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #bias_voltage : Google::Protobuf::DoubleValue | Nil
- #bias_voltage=(value : Google::Protobuf::DoubleValue | Nil) : Google::Protobuf::DoubleValue | Nil
- #bias_voltage_setting_case : BiasVoltageSettingCase
- #bias_voltage_waveform : WaveformSettings | Nil
- #bias_voltage_waveform=(value : WaveformSettings | Nil) : WaveformSettings | Nil
- #clear_bias_voltage_setting : Nil
- #clear_int_capacitor : Nil
- #clear_overload_protection : Nil
- #clear_power_save_active : Nil
- #clear_reference_voltage : Nil
- #clear_regen_current : Nil
- #clear_regen_current_voltage_clamp : Nil
- #clear_sample_rate : Nil
- #clear_temperature_target : Nil
- #clear_timing_config : Nil
- #clear_unblock_voltage : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_int_capacitor? : Bool
- #has_overload_protection? : Bool
- #has_power_save_active? : Bool
- #has_reference_voltage? : Bool
- #has_regen_current? : Bool
- #has_regen_current_voltage_clamp? : Bool
- #has_sample_rate? : Bool
- #has_temperature_target? : Bool
- #has_timing_config? : Bool
- #has_unblock_voltage? : Bool
- #int_capacitor : Google::Protobuf::Int32Value | Nil
- #int_capacitor=(int_capacitor : Google::Protobuf::Int32Value | Nil)
- #lpf_time_constant : Proto::OpenEnum(DeviceSettings::LowPassFilterValue)
- #lpf_time_constant=(lpf_time_constant : Proto::OpenEnum(DeviceSettings::LowPassFilterValue))
- #overload_protection : OverloadProtectionConfig | Nil
- #overload_protection=(overload_protection : OverloadProtectionConfig | Nil)
- #power_save_active : Google::Protobuf::BoolValue | Nil
- #power_save_active=(power_save_active : Google::Protobuf::BoolValue | Nil)
- #reference_voltage : Google::Protobuf::Int32Value | Nil
- #reference_voltage=(reference_voltage : Google::Protobuf::Int32Value | Nil)
- #regen_current : Google::Protobuf::Int32Value | Nil
- #regen_current=(regen_current : Google::Protobuf::Int32Value | Nil)
- #regen_current_range : Proto::OpenEnum(DeviceSettings::RegenCurrentRange)
- #regen_current_range=(regen_current_range : Proto::OpenEnum(DeviceSettings::RegenCurrentRange))
- #regen_current_voltage_clamp : Google::Protobuf::UInt32Value | Nil
- #regen_current_voltage_clamp=(regen_current_voltage_clamp : Google::Protobuf::UInt32Value | Nil)
- #sample_rate : Google::Protobuf::Int32Value | Nil
- #sample_rate=(sample_rate : Google::Protobuf::Int32Value | Nil)
- #temperature_target : Google::Protobuf::FloatValue | Nil
- #temperature_target=(temperature_target : Google::Protobuf::FloatValue | Nil)
- #timing_config : Google::Protobuf::StringValue | Nil
- #timing_config=(timing_config : Google::Protobuf::StringValue | Nil)
- #unblock_voltage : Google::Protobuf::Int32Value | Nil
- #unblock_voltage=(unblock_voltage : Google::Protobuf::Int32Value | Nil)
- #validate_required! : Nil
- #validate_required_deep! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def bias_voltage=(value : Google::Protobuf::DoubleValue | Nil) : Google::Protobuf::DoubleValue | Nil
#
def lpf_time_constant=(lpf_time_constant : Proto::OpenEnum(DeviceSettings::LowPassFilterValue))
#
def regen_current_range=(regen_current_range : Proto::OpenEnum(DeviceSettings::RegenCurrentRange))
#
def regen_current_voltage_clamp=(regen_current_voltage_clamp : Google::Protobuf::UInt32Value | Nil)
#