create_rlc_component# EdbSiwave.create_rlc_component(pins, component_name='', r_value=1.0, c_value=1e-09, l_value=1e-09, is_parallel=False)[source]# Create physical Rlc component. Parameters: pinslist[Edb.Cell.Primitive.PadstackInstance]List of EDB pins. component_namestrComponent name. r_valuefloatResistor value. c_valuefloatCapacitance value. l_valuefloatInductor value. is_parallelboolUsing parallel model when True, series when False. Returns: class:pyedb.dotnet.edb_core.components.ComponentsCreated EDB component.