FRTMPlotter#

class ansys.aedt.core.visualization.advanced.frtm_visualization.FRTMPlotter(frtm_data)#

Provides range doppler data.

Read FRTM data and return the Python interface to analyze the range doppler data. All units are in SI.

Parameters:
frtm_datadict or FRTMData

Dictionary with multiple FRTMData objects or one single FRTMData.

Examples

>>> from ansys.aedt.core.visualization.advanced.doppler_range_visualization import RangeDopplerData
>>> file = "RxSignal.frtm"
>>> data = RangeDopplerData(file)

Methods

FRTMPlotter.plot_range_angle_map([frame, ...])

Create range-angle map contour plot.

FRTMPlotter.plot_range_doppler([channel, ...])

Create range-Doppler contour plot.

FRTMPlotter.plot_range_profile([channel, ...])

Create a 2D plot of the range profile.

Attributes

FRTMPlotter.all_data

RCS data object.

FRTMPlotter.frames

Frames.