added pass through s11
This commit is contained in:
@@ -78,8 +78,8 @@ class AppWindow(
|
||||
def _init_preprocess_state(self) -> None:
|
||||
"""Initialize preprocessing dialog and selected set names."""
|
||||
self._preprocess_dialog: PreprocessDialog | None = None
|
||||
self._selected_calibration_set = str(self._defaults_config.preprocess.calibration_set)
|
||||
self._selected_reference_set = str(self._defaults_config.preprocess.reference_set)
|
||||
self._selected_s21_calibration_set = str(self._defaults_config.preprocess.s21_calibration_set)
|
||||
self._selected_s21_reference_set = str(self._defaults_config.preprocess.s21_reference_set)
|
||||
|
||||
def _init_capture_state(self) -> None:
|
||||
"""Initialize one-shot capture and sequence-control flags."""
|
||||
|
||||
Reference in New Issue
Block a user