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.Primitive.PadstackInstance]

List of EDB pins, length must be 2, since only 2 pins component are currently supported.

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:pyaedt.edb_core.components.Components

Created EDB component.