diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2023-03-09 22:47:36 +0000 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2023-03-09 22:47:36 +0000 |
commit | 194f0c07ecbab61eb383c9d17c72fb73a4c9af80 (patch) | |
tree | a70fdd9a8e1235e1b35fbdd735ecaf9cdb7c0e41 /test.py | |
parent | c1ae0bcdb4eb27404d132b108f3d8da5ccdcf817 (diff) | |
parent | fba22599d2ce386517c5c7f93403e0b3a4c92877 (diff) | |
download | pyairspyhf-194f0c07ecbab61eb383c9d17c72fb73a4c9af80.tar.gz pyairspyhf-194f0c07ecbab61eb383c9d17c72fb73a4c9af80.zip |
Adding test for class. Implementeing main class. cleaning/fixing airspyhf_rx
Diffstat (limited to 'test.py')
-rwxr-xr-x[-rw-r--r--] | test.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,3 +1,4 @@ +#!/usr/bin/python3 import os from airspyhf import * from ctypes import * @@ -110,10 +111,6 @@ print("closed: Returned %d"%(ret)) print(f"Total samples received {sample_count}") -libairspyhf.py_test() - -libairspyhf.py_test_cb(read_samples_cb) - wave_file.close() print("All is ok") |