get_efields_data#

PostProcessor.get_efields_data(setup_sweep_name='', ff_setup='Infinite Sphere1', freq='All')[source]#

Compute Etheta and EPhi.

Warning

This method requires NumPy to be installed on your machine.

Parameters:
setup_sweep_namestr, optional

Name of the setup for computing the report. The default is "", in which case the nominal adaptive is applied.

ff_setupstr, optional

Far field setup. The default is "Infinite Sphere1".

freqstr, optional

The default is "All".

Returns:
np.ndarray

Numpy array containing [theta_range, phi_range, Etheta, Ephi].