export_configuration#

Rmxprt.export_configuration(output_file: str | Path) str#

Export Rmxprt project to config file.

Parameters:
output_filestr or pathlib.Path, optional

Full path to json file to be created.

Returns:
str

Full path to json file created.

Examples

>>> from ansys.aedt.core.rmxprt import Rmxprt
>>> obj = Rmxprt()
>>> obj.export_configuration(r"C:\Temp\rmxprt_config.json")