export_configuration#
- Rmxprt.export_configuration(output_file: str | Path) str#
Export Rmxprt project to config file.
- Parameters:
- output_file
strorpathlib.Path,optional Full path to json file to be created.
- output_file
- Returns:
strFull path to json file created.
Examples
>>> from ansys.aedt.core.rmxprt import Rmxprt >>> obj = Rmxprt() >>> obj.export_configuration(r"C:\Temp\rmxprt_config.json")