VRTFieldPlot#

class ansys.aedt.core.visualization.post.vrt_data.VRTFieldPlot(postprocessor, is_creeping_wave=False, quantity='QuantityName_SBR', max_frequency='1GHz', ray_density=2, bounces=5, intrinsics=None)[source]#

Creates and edits VRT field plots for SBR+ and Creeping Waves.

Parameters:
postprocessoransys.aedt.core.modules.post_general.PostProcessor
is_creeping_wavebool

Whether it is a creeping wave model or not.

quantitystr, optional

Name of the plot or the name of the object.

max_frequencystr, optional

Maximum Frequency. The default is "1GHz".

ray_densityint, optional

Ray Density. The default is 2.

bouncesint, optional

Maximum number of bounces. The default is 5.

intrinsicsdict, optional

Name of the intrinsic dictionary. The default is {}.

Methods

VRTFieldPlot.create()

Create a field plot.

VRTFieldPlot.delete()

Delete the field plot.

VRTFieldPlot.export([path])

Export the Visual Ray Tracing to hdm file.

VRTFieldPlot.update()

Update the field plot.

Attributes

VRTFieldPlot.intrinsicVar

Intrinsic variable.