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_anglefloat, optional

Incident theta angle in degrees. The default is None.

phi_anglefloat, optional

Incident phi angle in degrees. The default is None.

arrow_colorstr, optional

Color of the arrow. The default is red ("#ff0000").

line_colorstr, optional

Color of the line. The default is red ("#ff0000").