aboutsummaryrefslogtreecommitdiffstats
path: root/test_class.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_class.py')
-rwxr-xr-xtest_class.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/test_class.py b/test_class.py
new file mode 100755
index 0000000..35a6fd3
--- /dev/null
+++ b/test_class.py
@@ -0,0 +1,13 @@
+from airspyhf import *
+from ctypes import *
+import time
+import sys
+import wave
+import struct
+import argparse
+
+airspy = AirSpyHF()
+
+airspy.open(device_index=0)
+
+airspy.close() \ No newline at end of file