Skip to content

afiskon/pynec-examples

Repository files navigation

pynec-examples

This repository contains the following PyNEC models:

  • Inverted-V antenna for 20 meters (invv-*.py)
  • ZS6BKW antenna for 40/20/17/12/10 meters (zs6bkw-*.py)

Usage:

mkvirtualenv pynec-examples
pip3 install -r requirements.txt

# Inverted-V
./invv-azimuth.py && ./invv-elevation.py && ./invv-swr.py
open invv-*.png

# ZS6BKW
time ./zs6bkw-optimize.py | tee zs6bkw-result.txt
cat zs6bkw-result.txt | grep 'nbands = 5' | grep 'worse_swr = 1.4'

About

Several antennas modeled with PyNEC library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages