plot_farfield_contour#

FfdSolutionData.plot_farfield_contour(qty_str='RealizedGain', phi_scan=0, theta_scan=0, title='RectangularPlot', convert_to_db=True, export_image_path=None)[source]#

Create a Contour plot of specified quantity.

Parameters:
qty_strstr, optional

Quantity to plot. Default “RealizedGain”.

phi_scanfloat, int, optional

Phi Scan Angle in degree. Default 0.

theta_scanfloat, int, optional

Theta Scan Angle in degree. Default 0.

titlestr, optional

Plot title. Default “RectangularPlot”.

convert_to_dbbool, optional

Either if the quantity has to be converted in db or not. Default is True.

export_image_pathstr, optional

Full path to image file. Default is None to not export.

Returns:
matplotlib.plt

Matplotlib fig object.