Skip to content

Commit

Permalink
Do not require API and firmware versions for sigans
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jan 4, 2024
1 parent f796d32 commit 13d930a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scos_actions/hardware/sigan_iface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 13d930a

Please sign in to comment.