class

MinknowApi::PebbleDevice::DeviceSettings

Inherits Proto::Message < Proto::HasUnknownFields < Reference < Object

Constructors

decode(bytes : Bytes) : self

Decode a message from a raw byte slice.

Source
decode(io : IO) : self
Source
decode_partial(bytes : Bytes) : self
Source
decode_partial(io : IO) : self
Source

Instance methods

==(other : self) : Bool

Returns true if this reference is the same as other. Invokes same?.

Source
bias_voltage
Source
bias_voltage_setting_case
Source
bias_voltage_waveform
Source
bias_voltage_waveform=(value : WaveformSettings | Nil) : WaveformSettings | Nil
Source
clear_bias_voltage_setting
Source
clear_int_capacitor
Source
clear_overload_protection
Source
clear_power_save_active
Source
clear_reference_voltage
Source
clear_regen_current
Source
clear_regen_current_voltage_clamp
Source
clear_sample_rate
Source
clear_temperature_target
Source
clear_timing_config
Source
clear_unblock_voltage
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
has_int_capacitor?
Source
has_overload_protection?
Source
has_power_save_active?
Source
has_reference_voltage?
Source
has_regen_current?
Source
has_regen_current_voltage_clamp?
Source
has_sample_rate?
Source
has_temperature_target?
Source
has_timing_config?
Source
has_unblock_voltage?
Source
int_capacitor
Source
int_capacitor=(int_capacitor : Google::Protobuf::Int32Value | Nil)
Source
lpf_time_constant
Source
lpf_time_constant=(lpf_time_constant : Proto::OpenEnum(DeviceSettings::LowPassFilterValue))
Source
overload_protection
Source
overload_protection=(overload_protection : OverloadProtectionConfig | Nil)
Source
power_save_active
Source
power_save_active=(power_save_active : Google::Protobuf::BoolValue | Nil)
Source
reference_voltage
Source
reference_voltage=(reference_voltage : Google::Protobuf::Int32Value | Nil)
Source
regen_current
Source
regen_current=(regen_current : Google::Protobuf::Int32Value | Nil)
Source
regen_current_range
Source
regen_current_range=(regen_current_range : Proto::OpenEnum(DeviceSettings::RegenCurrentRange))
Source
regen_current_voltage_clamp
Source
regen_current_voltage_clamp=(regen_current_voltage_clamp : Google::Protobuf::UInt32Value | Nil)
Source
sample_rate
Source
sample_rate=(sample_rate : Google::Protobuf::Int32Value | Nil)
Source
temperature_target
Source
temperature_target=(temperature_target : Google::Protobuf::FloatValue | Nil)
Source
timing_config
Source
timing_config=(timing_config : Google::Protobuf::StringValue | Nil)
Source
unblock_voltage
Source
unblock_voltage=(unblock_voltage : Google::Protobuf::Int32Value | Nil)
Source
validate_required!
Source
validate_required_deep!
Source

Nested types