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

Printing / accessing standard NEC output using PyNEC

Open aeropung opened this issue 1 year ago • 0 comments

The original documentation and websites like this, lead me to believe that NEC prints information regarding Input Power, Radiated Power, Wire Loss, and Efficiency. However, I have yet to see this information when running PyNEC. Which card am I missing? Simple examples like this and this, do not show the printout for these parameters.

Alternatively, how can I access these parameters even if they're not being printed? Is there an online example I missed? I'm hoping to access this information specifically:

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
                                           INPUT POWER   = 6.8603E-02 WATTS
                                           RADIATED POWER= 5.6868E-02 WATTS
                                           WIRE LOSS     = 1.1735E-02 WATTS
                                           EFFICIENCY    =  82.89 PERCENT
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

aeropung avatar Jun 23 '23 20:06 aeropung