sn9000 support
This commit is contained in:
@@ -170,11 +170,11 @@ class ProcessSupervisor:
|
||||
def _acquisition_command(self, config_path: Path) -> list[str]:
|
||||
"""Return acquisition producer command selected by radar.model."""
|
||||
radar_model = self._read_radar_model(config_path)
|
||||
if radar_model == "librevna_multi":
|
||||
if radar_model in {"librevna_multi", "sn9000"}:
|
||||
return [
|
||||
sys.executable,
|
||||
"-m",
|
||||
"python_app.scripts.multi_device_raw_producer",
|
||||
"python_app.scripts.matrix_raw_producer",
|
||||
"--config",
|
||||
str(config_path),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user