A plain language Python wrapper for NEC
Project description
NECBOL
NECBOL is a Python library that provides a geometry-first interface for building antenna models using the NEC (Numerical Electromagnetics Code) engine.
⚠️ VERSION V2.0.0 has some limited function name and module name changes
If you have been using V1.0.0 with your own python files, you'll need to change the import statements and the name of the wire viewer function. See the file CHANGES from V1.0.0.md for details.
Features
- Component-based antenna construction: Easily create antennas using predefined components.
- Flexible length units: Specify antenna dimensions in mm, m, cm, ft or in as needed.
- Automatic wire joining: Automatically connects wires that intersect, simplifying model creation.
- Flexible connector placement: Add connectors between specific points on different objects.
- Configurable simulation parameters: Set frequency, ground type, and pattern observation points.
- Current component library: Helix, circular arc/loop, rectangular loop, straight wire, straight connector
- Easy to place: feedpoint, series RLC load(s), prarallel RLC load(s) specified in ohms, uH and pF
- Dielectric sheet model: currently experimental, not validated, built in to a flat sheet geometry component
- Optimiser: Optimise VSWR and / or Gain in a specified direction
- More coming soon: See next steps/future plans
- Extensible design: It's written in Python, so you can use the core and add your own code
- Example files: Simple dipole, Hentenna with reflector with example parameter sweep, Circular version of Skeleton Slot Cube with Optimiser code
⚠️ Note: NECBOL is a very new project, and my first released using pip. Code comments are work in progress, and I have yet to decide how to add a user guide.
🛠 Installation
Install using pip: open a command window and type
pip install necbol
Copies of the files installed by pip are in the folders on this repository - see the Python files example_ ... and modify to suit your needs. Tip: Look inside necbol/components.py to see which antenna components and modification methods are currently available.
User Guide
See the file example_minimal_example_dipole_with_detailed_comments.py for a minimal explanation of how to use this framework. Browse the other examples as needed, and see the comments in the necbol/*.py files which are currently being written.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file necbol-2.0.2.tar.gz.
File metadata
- Download URL: necbol-2.0.2.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3fec0b952778bce8633f2be1958c3f223663fdd3267fdbbdef1d7c6ea819dfd
|
|
| MD5 |
f268bfe65ca937c913f3739a9f17981b
|
|
| BLAKE2b-256 |
f07002d60b3ab17f7b0b5fd1beb200953237f0bfcc31f8850f0f83e6716822bc
|
File details
Details for the file necbol-2.0.2-py3-none-any.whl.
File metadata
- Download URL: necbol-2.0.2-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
812fcb9971274c0988e96254a61ed63439aa856d1686d497f0cd5596cbe321f5
|
|
| MD5 |
cf6011ebb782b0cfb1604a210c9bbc6f
|
|
| BLAKE2b-256 |
277c19ca691986487d6edc7380616af67344ce1831958c95a12b16bd96b3528d
|