import_from_json#
- Setup3DLayout.import_from_json(file_path: str) bool#
Import setup properties from a json file.
- Parameters:
- file_path
str File path of the json file.
- file_path
Examples
>>> from ansys.aedt.core import Hfss3dLayout >>> h3d = Hfss3dLayout() >>> setup = h3d.create_setup() >>> setup.import_from_json(file_path="example.json")