diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2023-03-26 14:08:10 +0100 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2023-03-26 14:08:10 +0100 |
commit | ceeccd90f648b4f673d2633df4cb7dafc1bbf5b4 (patch) | |
tree | 4a2e5ab81bd6bfc0a57709646ed1bf4ce100763a /airspyhf/airspyhf.py | |
parent | e74679711bb9051080e7f11e16fe474fb6b56e60 (diff) | |
download | pyairspyhf-ceeccd90f648b4f673d2633df4cb7dafc1bbf5b4.tar.gz pyairspyhf-ceeccd90f648b4f673d2633df4cb7dafc1bbf5b4.zip |
Update waterfall
Diffstat (limited to 'airspyhf/airspyhf.py')
-rw-r--r-- | airspyhf/airspyhf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/airspyhf/airspyhf.py b/airspyhf/airspyhf.py index 5a26fa3..74e2e1d 100644 --- a/airspyhf/airspyhf.py +++ b/airspyhf/airspyhf.py @@ -98,7 +98,7 @@ class AirSpyHF: ret = libairspyhf.airspyhf_set_hf_lna(self.dev_p, flag) return ret - def set_frequency(self,freq:int): + def set_frequency(self, freq:int): if not self.initalized: print("airspy not initalized") return -1 |