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_namestr

Component name.

r_valuefloat

Resistor value.

c_valuefloat

Capacitance value.

l_valuefloat

Inductor value.

is_parallelbool

Using parallel model when True, series when False.

Returns:
class:pyedb.dotnet.edb_core.components.Components

Created EDB component.