change_properties#

Hfss3dLayout.change_properties(aedt_object: object, tab_name: str, property_object: str, property_names: list, property_values: list) bool#

Change multiple properties.

Parameters:
aedt_object

AEDT object. It can be oproject, odesign, oeditor or any of the objects to which the property belongs.

tab_namestr

Name of the tab to update. Options are BaseElementTab, EM Design, and FieldsPostProcessorTab. The default is BaseElementTab.

property_objectstr

Name of the property object.

property_nameslist

List of property names. For example, ["prop1", "prop2"].

property_valueslist

List of property values corresponding to the property names.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.ChangeProperty