python-necpp icon indicating copy to clipboard operation
python-necpp copied to clipboard

PyPI module for nec2++

Results 15 python-necpp issues
Sort by recently updated
recently updated
newest added

Hello, I've tried to get PyNEC installed but instructions are a bit messed up all over different links (most likely I'm a beginner with this stuff so it's complicated for...

I am on RHEL7. The shared library buids successfully but when I try to do "from PyNEC import *" it produces the error: ModuleNotFoundError: No module named 'PyNEC' My PYTHONPATH...

The [original documentation](http://www.nec2.org/other/nec2prt3.pdf) and websites like [this](http://on5au.be/content/amod/amod75.html), lead me to believe that NEC prints information regarding Input Power, Radiated Power, Wire Loss, and Efficiency. However, I have yet to see...

The documentation for `multiple_patch` in PyNEC follows the [original documentation](http://www.nec2.org/other/nec2prt3.pdf), stating that, "A second card with the following format must immediately follow a SM card", but neither the PyNEC documentation...

Long story short, I'm trying to build a helical antenna based on physical parameters. What I mean by this is that the user should be able to specify a desired...

-Undocumented arguments in wire method. What are they? -Segment voltage and current? get_structure_currents () returns a unrecognized object. How to parse this? -Feedpoint impedance?

It seems like the `build.sh` script it is specifically designed for Debian-based distros. Also, there are some permission errors that come up. Thus, there are some minor changes that one...

At the moment, this library is licensed under GPLv2 which means any code that uses the library(derivative works) must also use the GPLv2 license. This isn't ideal considering this is...

VSWR can go negative. The correct way to calculate VSWR is: VSWR= (1 + | Γ |)/(1 - | Γ |) In the code below, the absolute value operators are...

See Geometry issue noted in other issue: If you start with a Wire or something that has a tag number you do not get that error message. If you start...