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: componentstrReference designator of the RLC component. circuit_typeboolWhen True circuit type are defined, if False gap type will be used instead (compatible with HFSS 3D modeler). Default value is True. Returns: boolTrue when successful, False when failed.