add_rlc_boundary#

Components.add_rlc_boundary(component=None, circuit_type=True)[source]#

Add RLC gap boundary on component and replace it with a circuit port. The circuit port supports only 2-pin components.

Parameters:
componentstr

Reference designator of the RLC component.

circuit_typebool

When True circuit type are defined, if False gap type will be used instead (compatible with HFSS 3D modeler). Default value is True.

Returns:
bool

True when successful, False when failed.