#include <nec_results.h>
|
| virtual enum nec_result_type | get_result_type () override |
| |
|
void | set_input (int tag, int segment, nec_complex voltage, nec_complex current, nec_complex impedance, nec_complex admittance, nec_float power) |
| |
| virtual void | write_to_file (ostream &os) override |
| |
|
vector< int > | get_tag () |
| |
|
vector< int > | get_segment () |
| |
|
vector< nec_complex > | get_current () |
| |
|
vector< nec_complex > | get_voltage () |
| |
|
vector< nec_complex > & | get_impedance () |
| |
|
vector< nec_float > | get_power () |
| |
|
bool | write_file () const |
| |
|
void | set_write_file (bool f) |
| |
|
void | set_frequency (nec_float f) |
| |
|
nec_float | get_frequency () |
| |
|
void | set_result_format (enum RESULT_FORMAT f) |
| |
|
|
enum RESULT_FORMAT | _result_format |
| |
◆ get_result_type()
| virtual enum nec_result_type nec_antenna_input::get_result_type |
( |
| ) |
|
|
inlineoverridevirtual |
◆ write_to_file()
| virtual void nec_antenna_input::write_to_file |
( |
ostream & |
os | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: