import_configuration#
- Rmxprt.import_configuration(input_file: str) bool#
Parse a json file and assign all the properties to the Rmxprt design.
- Parameters:
- input_file
str Full path to json file to be used.
- input_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.rmxprt import Rmxprt >>> obj = Rmxprt() >>> obj.import_configuration(r"C:\Temp\rmxprt_config.json")