class

MinknowApi::PromethionDevice::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=(value : Float64) : Float64
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_fast_calibration_enabled
Source
clear_ramp_voltage
Source
clear_sampling_frequency
Source
clear_saturation_control_enabled
Source
clear_temperature_target
Source
clear_timings
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
fast_calibration_enabled
Source
fast_calibration_enabled=(fast_calibration_enabled : Google::Protobuf::BoolValue | Nil)
Source
has_fast_calibration_enabled?
Source
has_ramp_voltage?
Source
has_sampling_frequency?
Source
has_saturation_control_enabled?
Source
has_temperature_target?
Source
has_timings?
Source
ramp_voltage
Source
ramp_voltage=(ramp_voltage : Google::Protobuf::DoubleValue | Nil)
Source
sampling_frequency
Source
sampling_frequency=(sampling_frequency : Google::Protobuf::Int32Value | Nil)
Source
saturation_control_enabled
Source
saturation_control_enabled=(saturation_control_enabled : Google::Protobuf::BoolValue | Nil)
Source
temperature_target
Source
temperature_target=(temperature_target : Google::Protobuf::FloatValue | Nil)
Source
timings
Source
timings=(timings : TimingEnginePeriods | Nil)
Source
validate_required!
Source
validate_required_deep!
Source

Nested types