add_incident_rcs_settings#
- MonostaticRCSPlotter.add_incident_rcs_settings(theta_span: float, num_theta: int, phi_span: float, num_phi: int, arrow_color: str = '#ff0000', line_color: str = '#ff0000')#
Add incident wave arrow setting for RCS scene.
This function visualizes the incident wave arrows for RCS settings.
- Parameters:
- theta_span
float
Incident theta angle in degrees.
- num_theta
int
Number of theta points.
- phi_span
float
Incident phi angle in degrees.
- num_phi
int
Number of phi points.
- arrow_color
str
,optional
Color of the arrow. The default is red (
"#ff0000"
).- line_color
str
,optional
Color of the line. The default is red (
"#ff0000"
).
- theta_span