import_configuration#

Rmxprt.import_configuration(input_file: str) bool#

Parse a json file and assign all the properties to the Rmxprt design.

Parameters:
input_filestr

Full path to json file to be used.

Returns:
bool

True when successful, False when failed.

Examples

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