change_options#
- Hfss3dLayout.change_options(color_by_net=True)[source]#
Change options for an existing layout.
It changes design visualization by color.
- Parameters:
- color_by_netbool,
optional
Whether visualize color by net or by layer. The default value is
True
, which means color by net.
- color_by_netbool,
- Returns:
- bool
True
if successful,False
if it fails.
>>> :obj:`oEditor.ChangeOptions` ..
Examples
>>> from ansys.aedt.core import Hfss3dLayout >>> h3d = Hfss3dLayout() >>> h3d.change_options(color_by_net=True)