Skip to main content

A package to use a NanoVNA

Project description

pynanovna

This is a python module for using a NanoVNA.

Installation

Install with pip install pynanovna or pip3 install pynanovna.

Example

import pynanovna

worker = pynanovna.NanoVNAWorker()
stream = worker.stream_data()
for sweep in stream:
    print(sweep)

See src/pynanovna/example.py for a more detailed example on some use cases of the project.

History

Originally this was the fork nanovna-saver-headless from nanovna-saver but when that project no longer shared much code with the original we decided to create a new project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynanovna-0.0.7.tar.gz (29.7 kB view hashes)

Uploaded Source

Built Distribution

pynanovna-0.0.7-py3-none-any.whl (37.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page