add_incident_waterfall_settings#

MonostaticRCSPlotter.add_incident_waterfall_settings(phi_span: float, num_phi: int, arrow_color: str = '#ff0000', line_color: str = '#ff0000')#

Add incident wave arrow setting for waterfall scene.

This function visualizes the incident wave arrows for waterfall settings.

Parameters:
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").