xfftspy
Installation
pip install xfftspy
Usage
>>> import xfftspy
# initialize XFFTS boards
>>> cmd = xfftspy.udp_client(host='localhost')
>>> cmd.stop()
>>> cmd.set_synctime(100000) # synctime : 100 ms
>>> cmd.set_usedsections([1]) # use board : 1
>>> cmd.set_board_bandwidth(1, 2500) # bandwidth : 2500 MHz
>>> cmd.configure() # apply settings
>>> cmd.caladc() # calibrate ADCs
>>> cmd.start() # start measurement
# receive spectra
>>> rcv = xfftspy.data_consumer(host='localhost')
>>> rcv.clear_buffer()
>>> rcv.receive_once()
Release files for xfftspy 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| xfftspy-0.1.4.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| xfftspy-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.1 kB
Release files / xfftspy-0.1.4.tar.gz
| Download URL | xfftspy-0.1.4.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
362016e796e2043ef678694ed664b307687eae66aa16d1df2b7ad265f60aaa15
|
|
BLAKE2b-256 checksum How to use checksums |
e83ddc8f15c5fd991bb7b7d6f809df5dab58a2c62fb20f136115a4294ca19dd8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.20
|
Release files / xfftspy-0.1.4-py3-none-any.whl
| Download URL | xfftspy-0.1.4-py3-none-any.whl |
|---|---|
| Size | 7.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e57e3990fa987bdcfe3166dfd4f6a1d753cbcfa5eac747c7a8f51f374a5c9bc7
|
|
BLAKE2b-256 checksum How to use checksums |
171ab064ae96d96c00361b0f7294994bba1f07e6b67435c40e7f1b318882c0a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.20
|