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)#
Creates and edits VRT field plots for SBR+ and Creeping Waves.
- Parameters:
- postprocessor
ansys.aedt.core.modules.post_general.PostProcessor - is_creeping_wavebool
Whether it is a creeping wave model or not.
- quantity
str,optional Name of the plot or the name of the object.
- max_frequency
str,optional Maximum Frequency. The default is
"1GHz".- ray_density
int,optional Ray Density. The default is
2.- bounces
int,optional Maximum number of bounces. The default is
5.- intrinsics
dict,optional Name of the intrinsic dictionary. The default is
{}.
- postprocessor
Methods
Create a field plot.
Delete the field plot.
VRTFieldPlot.export([path])Export the Visual Ray Tracing to
hdmfile.Update the field plot.
Attributes
Intrinsic variable.
Shortcut for dir(self).