class
MinknowApi::AnalysisConfiguration::EventDetection
- MinknowApi::AnalysisConfiguration::EventDetection
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/analysis_configuration.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. - #break_on_mux_changes : Bool
- #break_on_mux_changes=(break_on_mux_changes : Bool)
- #clear_events_to_base_ratio : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #events_to_base_ratio : Google::Protobuf::DoubleValue | Nil
- #events_to_base_ratio=(events_to_base_ratio : Google::Protobuf::DoubleValue | Nil)
- #force_detect_events_when_disconnected : Bool
- #force_detect_events_when_disconnected=(force_detect_events_when_disconnected : Bool)
- #has_events_to_base_ratio? : Bool
- #max_mux_change_back_shift : UInt32
- #max_mux_change_back_shift=(max_mux_change_back_shift : UInt32)
- #peak_height : Float64
- #peak_height=(peak_height : Float64)
- #threshold : Float64
- #threshold=(threshold : Float64)
- #type_ : Proto::OpenEnum(EventDetection::DetectionType)
- #type_=(type_ : Proto::OpenEnum(EventDetection::DetectionType))
- #validate_required! : Nil
- #validate_required_deep! : Nil
- #window_size : UInt32
- #window_size=(window_size : UInt32)
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 events_to_base_ratio=(events_to_base_ratio : Google::Protobuf::DoubleValue | Nil)
#
def force_detect_events_when_disconnected=(force_detect_events_when_disconnected : Bool)
#