sn9000 support
This commit is contained in:
@@ -312,10 +312,10 @@ class AppWindowBscanPlotMixin:
|
||||
return display_key
|
||||
|
||||
def _requested_bscan_display_key(self) -> tuple[int, int] | None:
|
||||
"""Return the multi-device B-scan display combo requested by the GUI."""
|
||||
"""Return the matrix-radar B-scan display combo requested by the GUI."""
|
||||
if not (
|
||||
hasattr(self, "_is_multi_device_model_selected")
|
||||
and self._is_multi_device_model_selected()
|
||||
hasattr(self, "_is_matrix_radar_model_selected")
|
||||
and self._is_matrix_radar_model_selected()
|
||||
and hasattr(self, "_single_combo_input")
|
||||
and hasattr(self, "_single_combo_output")
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user