Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 1, 2021 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/98a1e90f625ffe459943f1fed5d06b4b to your computer and use it in GitHub Desktop.
Save r-ryantm/98a1e90f625ffe459943f1fed5d06b4b to your computer and use it in GitHub Desktop.
/nix/store/jy57ra9xd49qvsxw98mzxlw5jj5n9462-nanovna-saver-0.3.8
├── bin
│   └── NanoVNASaver
├── lib
│   └── python3.8
│   └── site-packages
│   ├── NanoVNASaver
│   │   ├── About.py
│   │   ├── Analysis
│   │   │   ├── Analysis.py
│   │   │   ├── AntennaAnalysis.py
│   │   │   ├── BandPassAnalysis.py
│   │   │   ├── BandStopAnalysis.py
│   │   │   ├── HighPassAnalysis.py
│   │   │   ├── __init__.py
│   │   │   ├── LowPassAnalysis.py
│   │   │   ├── PeakSearchAnalysis.py
│   │   │   ├── __pycache__
│   │   │   │   ├── Analysis.cpython-38.pyc
│   │   │   │   ├── AntennaAnalysis.cpython-38.pyc
│   │   │   │   ├── BandPassAnalysis.cpython-38.pyc
│   │   │   │   ├── BandStopAnalysis.cpython-38.pyc
│   │   │   │   ├── HighPassAnalysis.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── LowPassAnalysis.cpython-38.pyc
│   │   │   │   ├── PeakSearchAnalysis.cpython-38.pyc
│   │   │   │   ├── SimplePeakSearchAnalysis.cpython-38.pyc
│   │   │   │   └── VSWRAnalysis.cpython-38.pyc
│   │   │   ├── SimplePeakSearchAnalysis.py
│   │   │   └── VSWRAnalysis.py
│   │   ├── Calibration.py
│   │   ├── Charts
│   │   │   ├── Capacitance.py
│   │   │   ├── Chart.py
│   │   │   ├── CLogMag.py
│   │   │   ├── Frequency.py
│   │   │   ├── GroupDelay.py
│   │   │   ├── Inductance.py
│   │   │   ├── __init__.py
│   │   │   ├── LogMag.py
│   │   │   ├── Magnitude.py
│   │   │   ├── MagnitudeZ.py
│   │   │   ├── Permeability.py
│   │   │   ├── Phase.py
│   │   │   ├── Polar.py
│   │   │   ├── __pycache__
│   │   │   │   ├── Capacitance.cpython-38.pyc
│   │   │   │   ├── Chart.cpython-38.pyc
│   │   │   │   ├── CLogMag.cpython-38.pyc
│   │   │   │   ├── Frequency.cpython-38.pyc
│   │   │   │   ├── GroupDelay.cpython-38.pyc
│   │   │   │   ├── Inductance.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── LogMag.cpython-38.pyc
│   │   │   │   ├── Magnitude.cpython-38.pyc
│   │   │   │   ├── MagnitudeZ.cpython-38.pyc
│   │   │   │   ├── Permeability.cpython-38.pyc
│   │   │   │   ├── Phase.cpython-38.pyc
│   │   │   │   ├── Polar.cpython-38.pyc
│   │   │   │   ├── QFactor.cpython-38.pyc
│   │   │   │   ├── RI.cpython-38.pyc
│   │   │   │   ├── Smith.cpython-38.pyc
│   │   │   │   ├── SParam.cpython-38.pyc
│   │   │   │   ├── Square.cpython-38.pyc
│   │   │   │   ├── TDR.cpython-38.pyc
│   │   │   │   └── VSWR.cpython-38.pyc
│   │   │   ├── QFactor.py
│   │   │   ├── RI.py
│   │   │   ├── Smith.py
│   │   │   ├── SParam.py
│   │   │   ├── Square.py
│   │   │   ├── TDR.py
│   │   │   └── VSWR.py
│   │   ├── Controls
│   │   │   ├── __init__.py
│   │   │   ├── MarkerControl.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── MarkerControl.cpython-38.pyc
│   │   │   │   └── SweepControl.cpython-38.pyc
│   │   │   └── SweepControl.py
│   │   ├── Formatting.py
│   │   ├── Hardware
│   │   │   ├── AVNA.py
│   │   │   ├── Hardware.py
│   │   │   ├── __init__.py
│   │   │   ├── NanoVNA_F.py
│   │   │   ├── NanoVNA_F_V2.py
│   │   │   ├── NanoVNA_H4.py
│   │   │   ├── NanoVNA_H.py
│   │   │   ├── NanoVNA.py
│   │   │   ├── NanoVNA_V2.py
│   │   │   ├── __pycache__
│   │   │   │   ├── AVNA.cpython-38.pyc
│   │   │   │   ├── Hardware.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── NanoVNA.cpython-38.pyc
│   │   │   │   ├── NanoVNA_F.cpython-38.pyc
│   │   │   │   ├── NanoVNA_F_V2.cpython-38.pyc
│   │   │   │   ├── NanoVNA_H4.cpython-38.pyc
│   │   │   │   ├── NanoVNA_H.cpython-38.pyc
│   │   │   │   ├── NanoVNA_V2.cpython-38.pyc
│   │   │   │   ├── Serial.cpython-38.pyc
│   │   │   │   └── VNA.cpython-38.pyc
│   │   │   ├── Serial.py
│   │   │   └── VNA.py
│   │   ├── __init__.py
│   │   ├── Inputs.py
│   │   ├── __main__.py
│   │   ├── Marker
│   │   │   ├── Delta.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── Delta.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── Values.cpython-38.pyc
│   │   │   │   └── Widget.cpython-38.pyc
│   │   │   ├── Values.py
│   │   │   └── Widget.py
│   │   ├── NanoVNASaver.py
│   │   ├── __pycache__
│   │   │   ├── About.cpython-38.pyc
│   │   │   ├── Calibration.cpython-38.pyc
│   │   │   ├── Formatting.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── Inputs.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   ├── NanoVNASaver.cpython-38.pyc
│   │   │   ├── RFTools.cpython-38.pyc
│   │   │   ├── SITools.cpython-38.pyc
│   │   │   ├── SweepWorker.cpython-38.pyc
│   │   │   ├── Touchstone.cpython-38.pyc
│   │   │   └── Version.cpython-38.pyc
│   │   ├── RFTools.py
│   │   ├── Settings
│   │   │   ├── Bands.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── Bands.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── Sweep.cpython-38.pyc
│   │   │   └── Sweep.py
│   │   ├── SITools.py
│   │   ├── SweepWorker.py
│   │   ├── Touchstone.py
│   │   ├── Version.py
│   │   └── Windows
│   │   ├── About.py
│   │   ├── AnalysisWindow.py
│   │   ├── Bands.py
│   │   ├── CalibrationSettings.py
│   │   ├── DeviceSettings.py
│   │   ├── DisplaySettings.py
│   │   ├── __init__.py
│   │   ├── MarkerSettings.py
│   │   ├── __pycache__
│   │   │   ├── About.cpython-38.pyc
│   │   │   ├── AnalysisWindow.cpython-38.pyc
│   │   │   ├── Bands.cpython-38.pyc
│   │   │   ├── CalibrationSettings.cpython-38.pyc
│   │   │   ├── DeviceSettings.cpython-38.pyc
│   │   │   ├── DisplaySettings.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── MarkerSettings.cpython-38.pyc
│   │   │   ├── Screenshot.cpython-38.pyc
│   │   │   ├── SweepSettings.cpython-38.pyc
│   │   │   └── TDR.cpython-38.pyc
│   │   ├── Screenshot.py
│   │   ├── SweepSettings.py
│   │   └── TDR.py
│   └── NanoVNASaver-0.3.8.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
22 directories, 159 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment