import_from_json#

Setup3DLayout.import_from_json(file_path: str) bool#

Import setup properties from a json file.

Parameters:
file_pathstr

File path of the json file.

Examples

>>> from ansys.aedt.core.modules.solve_setup import Setup3DLayout
>>> obj = Setup3DLayout()
>>> obj.import_from_json(file_path="example.json")