change_properties#
- Q3d.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_name
str Name of the tab to update. Options are
BaseElementTab,EM Design, andFieldsPostProcessorTab. The default isBaseElementTab.- property_object
str Name of the property object.
- property_names
list List of property names. For example,
["prop1", "prop2"].- property_values
list List of property values corresponding to the property names.
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.ChangeProperty