|
nec2++
1.7.0
|
#include <nec_results.h>
Public Member Functions | |
| nec_norm_rx_pattern (int in_n_theta, int in_n_phi, real_matrix &in_mag, nec_float theta0, nec_float theta_step, nec_float phi0, nec_float phi_step, nec_float in_eta, nec_float in_axial_ratio, int in_segment_number, string in_type) | |
| virtual enum nec_result_type | get_result_type () |
| void | set_input (int theta_index, int phi_index, nec_float mag) |
| int | get_n_theta () |
| int | get_n_phi () |
| nec_float | get_theta_start () |
| nec_float | get_phi_start () |
| nec_float | get_delta_theta () |
| nec_float | get_delta_phi () |
| nec_float | get_eta () |
| nec_float | get_axial_ratio () |
| int | get_segment_number () |
| string | get_type () |
| real_array | get_mag () |
| nec_float | get_mag (int theta_index, int phi_index) |
| nec_float | get_norm_factor () |
| virtual void | write_to_file (ostream &os) |
Public Member Functions inherited from nec_base_result | |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from nec_base_result | |
| enum RESULT_FORMAT | _result_format |
Normalized Receiving Pattern
1.8.8