get_efields_data#
- PostProcessor3DLayout.get_efields_data(setup_sweep_name: str = '', ff_setup: str = 'Infinite Sphere1') dict[str, Any]#
Compute Etheta and EPhi.
Warning
This method requires NumPy to be installed on your machine.
- Parameters:
- Returns:
np.ndarrayNumpy array containing
[theta_range, phi_range, Etheta, Ephi].
Examples
>>> from ansys.aedt.core.visualization.post.post_common_3d import PostProcessor3D >>> obj = PostProcessor3D() >>> obj.get_efields_data(setup_sweep_name=1, ff_setup=1)