Skip to content

Commit

Permalink
Merge pull request #46 from NTIA/fix-mock-sigan-connect
Browse files Browse the repository at this point in the history
Add dummy connect method for mock sigan
  • Loading branch information
aromanielloNTIA committed Sep 8, 2022
2 parents b01c377 + 130edd1 commit a586d93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scos_actions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0"
__version__ = "4.0.1"
3 changes: 3 additions & 0 deletions scos_actions/hardware/mocks/mock_sigan.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def gain(self):
def gain(self, gain):
self._gain = gain

def connect(self):
pass

def acquire_time_domain_samples(
self, num_samples, num_samples_skip=0, retries=5, gain_adjust=True
):
Expand Down

0 comments on commit a586d93

Please sign in to comment.