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_spanfloat

Incident theta angle in degrees.

num_thetaint

Number of theta points.

phi_spanfloat

Incident phi angle in degrees.

num_phiint

Number of phi points.

arrow_colorstr, optional

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

line_colorstr, optional

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