FDTD_Solver.get_farfield_rE

rfnetwork.solver.FDTD_Solver.get_farfield_rE

FDTD_Solver.get_farfield_rE(theta, phi)

Compile E-field monitor data from the farfield monitor attached to the solver.

E-field values are returned for thetapol and phipol, and are normalized by (exp(1j * beta * r) / r).

Return type:

ldarray

Parameters

thetanp.ndarray | float

spatial theta values in degrees

phinp.ndarray | float

spatial phi values in degrees

Returns

ldarray

rE field values. labeled numpy array with dimensions (polarization, frequency, theta, phi)