add_incident_waterfall_settings#

MonostaticRCSPlotter.add_incident_waterfall_settings(phi_angle=None, arrow_color='#ff0000', line_color='#ff0000')#

Add incident wave arrow setting for waterfall scene.

This function visualizes the incident wave arrows for waterfall settings.

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