mirror of
https://github.com/nqrduck/nqrduck-autotm.git
synced 2024-11-09 19:50:00 +00:00
Added frequency sweep method.
This commit is contained in:
parent
c7a7440cf0
commit
2cf6219f84
1 changed files with 3 additions and 1 deletions
|
@ -27,4 +27,6 @@ class AutoTMController(ModuleController):
|
||||||
logger.error("Failed to connect to device %s", device)
|
logger.error("Failed to connect to device %s", device)
|
||||||
logger.error(e)
|
logger.error(e)
|
||||||
|
|
||||||
|
def start_frequency_sweep(self, start_frequency : float, stop_frequency : float) -> None:
|
||||||
|
""" This starts a frequency sweep on the device in the specified range."""
|
||||||
|
pass
|
Loading…
Reference in a new issue