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.

Returns:
bool

True if successful, False if it fails.

>>> :obj:`oEditor.ChangeOptions`
    ..

Examples

>>> from pyaedt import Hfss3dLayout
>>> h3d = Hfss3dLayout()
>>> h3d.change_options(color_by_net=True)