export#
- VRTFieldPlot.export(path: str = None) str#
Export the Visual Ray Tracing to
hdmfile.- Parameters:
- path
str,optional Full path to the output file. The default is
None, in which case the file is exported to the working directory.
- path
- Returns:
strPath to the file.
Examples
>>> from ansys.aedt.core.visualization.post.vrt_data import VRTFieldPlot >>> obj = VRTFieldPlot() >>> obj.export(path="example.txt")