disable_data_netlist#
- NexximComponents.disable_data_netlist(assignment: str) bool#
Disable the Nexxim global net list.
- Parameters:
- assignment
str Name of the component.
- assignment
- 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.disable_data_netlist(assignment="Box1")