Holds structure excitation data at network connection points.
More...
#include <nec_results.h>
|
| virtual enum nec_result_type | get_result_type () override |
| |
|
void | add (int segment, int tag, nec_complex voltage, nec_complex current, 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_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 |
| |
Holds structure excitation data at network connection points.
◆ get_result_type()
| virtual enum nec_result_type nec_structure_excitation::get_result_type |
( |
| ) |
|
|
inlineoverridevirtual |
◆ write_to_file()
| virtual void nec_structure_excitation::write_to_file |
( |
ostream & |
os | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: