enable_global_netlist#

NexximComponents.enable_global_netlist(assignment: str, global_netlist_list: list = None) bool#

Enable Nexxim global net list.

Parameters:
assignmentstr

Name of the component.

global_netlist_listlist

A list of lines to include. The default is None.

Returns:
bool

True when successful, False when 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")