aboutsummaryrefslogtreecommitdiffstats
path: root/test_class.py
blob: 35a6fd3b9a06040b49a3c9dcb7ddb28e5395715d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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()