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 import Hfss3dLayout
>>> h3d = Hfss3dLayout()
>>> setup = h3d.create_setup()
>>> setup.import_from_json(file_path="example.json")