diff --git a/scos_actions/hardware/sigan_iface.py b/scos_actions/hardware/sigan_iface.py index f312dfbb..ee6a43e0 100644 --- a/scos_actions/hardware/sigan_iface.py +++ b/scos_actions/hardware/sigan_iface.py @@ -71,16 +71,14 @@ def plugin_version(self) -> str: pass @property - @abstractmethod def firmware_version(self) -> str: """Returns the version of the signal analyzer firmware.""" - pass + return "Unknown" @property - @abstractmethod def api_version(self) -> str: """Returns the version of the underlying signal analyzer API.""" - pass + return "Unknown" @abstractmethod def acquire_time_domain_samples(