change_net_visibility#

Modeler3DLayout.change_net_visibility(netlist=None, visible=False)[source]#

Change the visibility of one or more nets.

Parameters:
netliststr or list, optional

One or more nets to visualize. The default is None. If no nets are provided all the nets in the design will be selected.

visiblebool, optional

Whether to make the selected nets visible. The default value is False.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.SetNetVisible