disable_data_netlist#

NexximComponents.disable_data_netlist(assignment: str) bool#

Disable the Nexxim global net list.

Parameters:
assignmentstr

Name of the component.

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.disable_data_netlist(assignment="Box1")