export#

VRTFieldPlot.export(path: str = None) str#

Export the Visual Ray Tracing to hdm file.

Parameters:
pathstr, optional

Full path to the output file. The default is None, in which case the file is exported to the working directory.

Returns:
str

Path to the file.

Examples

>>> from ansys.aedt.core.visualization.post.vrt_data import VRTFieldPlot
>>> obj = VRTFieldPlot()
>>> obj.export(path="example.txt")