vic.py (VNA impedance calculator) is a Python script to convert measured S-parameters to complex impedances for the following measurement setups:
- S11 Shunt
- S21 Series
- S21 Shunt Through
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
python vic.py -h
python3 -m venv .env
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
.env/Scripts/Activate.ps1
pip install -r requirements.txt
python vic.py -h