enable_global_netlist#
- NexximComponents.enable_global_netlist(assignment: str, global_netlist_list: list = None) bool#
Enable Nexxim global net list.
- 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_global_netlist(assignment="Box1")