enable_use_instance_name#
- TwinBuilderComponents.enable_use_instance_name(component_library: str = '', component_name: str = 'RES_') bool#
Enable the use of the instance name.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oComponentManager.GetData >>> oComponentManager.Edit
Examples
>>> from ansys.aedt.core import Circuit >>> aedtapp = Circuit() >>> sch = aedtapp.modeler.schematic >>> sch.enable_use_instance_name()