get_efields_data#
- PostProcessorIcepak.get_efields_data(setup_sweep_name='', ff_setup='Infinite Sphere1', freq='All')#
Compute Etheta and EPhi.
Warning
This method requires NumPy to be installed on your machine.
- Parameters:
- Returns:
np.ndarray
Numpy array containing
[theta_range, phi_range, Etheta, Ephi]
.