Apparent discrepancy between Far field data plotting 2D vs 3D #24
-
Beta Was this translation helpful? Give feedback.
Answered by
eisendaniel
Sep 12, 2025
Replies: 1 comment 4 replies
-
|
Seems that in |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
FennisRobert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Seems that in
FarFieldData.surfplot(...)the lineF = mapping(self.__dict__.get(polarization, self.normE))always defaults toself.normEas the polarization options are not members but
@property/ functions