class
MinknowApi::PromethionDevice::DeviceSettings
- MinknowApi::PromethionDevice::DeviceSettings
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/promethion_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 : Float64
- #bias_voltage=(value : Float64) : Float64
- #bias_voltage_setting_case : BiasVoltageSettingCase
- #bias_voltage_waveform : WaveformSettings | Nil
- #bias_voltage_waveform=(value : WaveformSettings | Nil) : WaveformSettings | Nil
- #clear_bias_voltage_setting : Nil
- #clear_fast_calibration_enabled : Nil
- #clear_ramp_voltage : Nil
- #clear_sampling_frequency : Nil
- #clear_saturation_control_enabled : Nil
- #clear_temperature_target : Nil
- #clear_timings : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #fast_calibration_enabled : Google::Protobuf::BoolValue | Nil
- #fast_calibration_enabled=(fast_calibration_enabled : Google::Protobuf::BoolValue | Nil)
- #has_fast_calibration_enabled? : Bool
- #has_ramp_voltage? : Bool
- #has_sampling_frequency? : Bool
- #has_saturation_control_enabled? : Bool
- #has_temperature_target? : Bool
- #has_timings? : Bool
- #ramp_voltage : Google::Protobuf::DoubleValue | Nil
- #ramp_voltage=(ramp_voltage : Google::Protobuf::DoubleValue | Nil)
- #sampling_frequency : Google::Protobuf::Int32Value | Nil
- #sampling_frequency=(sampling_frequency : Google::Protobuf::Int32Value | Nil)
- #saturation_control_enabled : Google::Protobuf::BoolValue | Nil
- #saturation_control_enabled=(saturation_control_enabled : Google::Protobuf::BoolValue | Nil)
- #temperature_target : Google::Protobuf::FloatValue | Nil
- #temperature_target=(temperature_target : Google::Protobuf::FloatValue | Nil)
- #timings : TimingEnginePeriods | Nil
- #timings=(timings : TimingEnginePeriods | 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 fast_calibration_enabled=(fast_calibration_enabled : Google::Protobuf::BoolValue | Nil)
#
def saturation_control_enabled=(saturation_control_enabled : Google::Protobuf::BoolValue | Nil)
#