add_incident_rcs_settings#
- MonostaticRCSPlotter.add_incident_rcs_settings(theta_angle=None, phi_angle=None, arrow_color='#ff0000', line_color='#ff0000')#
Add incident wave arrow setting for RCS scene.
This function visualizes the incident wave arrows for RCS settings.
- Parameters:
- theta_angle
float
,optional
Incident theta angle in degrees. The default is
None
.- phi_angle
float
,optional
Incident phi angle in degrees. The default is
None
.- 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_angle