disable_rlc_component#

Components.disable_rlc_component(component_name)[source]#

Disable a RLC component.

Parameters:
component_namestr

Name of the RLC component.

Returns:
bool

True when successful, False when failed.

Examples

>>> from pyaedt import Edb
>>> edbapp = Edb("myaedbfolder")
>>> edbapp.components.disable_rlc_component("A1")