class
MinknowApi::Acquisition::BreamInfo
- MinknowApi::Acquisition::BreamInfo
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/acquisition.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. - #clear_mux_scan_metadata : Nil
- #clear_target_q_score : Nil
- #clear_target_temperature : Nil
- #clear_target_translocation_speed : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_mux_scan_metadata? : Bool
- #has_target_q_score? : Bool
- #has_target_temperature? : Bool
- #has_target_translocation_speed? : Bool
- #mux_scan_metadata : MuxScanMetadata | Nil
- #mux_scan_metadata=(mux_scan_metadata : MuxScanMetadata | Nil)
- #mux_scan_results : Array(MuxScanResult)
- #mux_scan_results=(mux_scan_results : Array(MuxScanResult))
- #target_q_score : BreamInfo::Range | Nil
- #target_q_score=(target_q_score : BreamInfo::Range | Nil)
- #target_temperature : BreamInfo::Range | Nil
- #target_temperature=(target_temperature : BreamInfo::Range | Nil)
- #target_translocation_speed : BreamInfo::Range | Nil
- #target_translocation_speed=(target_translocation_speed : BreamInfo::Range | 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 target_translocation_speed=(target_translocation_speed : BreamInfo::Range | Nil)
#