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')[source]#
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, default:"#ff0000" Color of the arrow. The
"#ff0000"default is red.- line_color
str, default:"#ff0000" Color of the line. The
"#ff0000"default is red.
- theta_span