Skip to content

Bug located in ...create_rlc_component for multiple pins #1304

Open
@vswang

Description

@vswang

Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

Create_rlc_component is not working for a component with multiple pins. According to #153, this was fixed but the created component shows up as type None with rlc values [none, none, none]. Works with components that have two pins.

Steps To Reproduce

component_pins = edb_object.components.get_pin_from_component(name)
created_comp = edb_object.siwave.create_rlc_component(
                    component_pins,
                    name+"_resistor",
                    is_parallel = False,
                    r_value = value1,
                    l_value = 0,
                    c_value = 0
                    )

Which Operating System are you using?

Windows

Which Python version are you using?

3.7

Installed packages

Adafruit-Blinka==8.58.1
adafruit-circuitpython-busdevice==5.2.12
adafruit-circuitpython-connectionmanager==3.1.4
adafruit-circuitpython-requests==4.1.12
adafruit-circuitpython-typing==1.12.1
Adafruit-PlatformDetect==3.79.0
Adafruit-PureIO==1.1.11
annotated-types==0.7.0
ansys-api-edb==1.0.10
ansys-edb-core==0.1.10
ansys-pythonnet==3.1.0rc6
attrs==25.3.0
binho-host-adapter==0.1.6
cffi==1.17.1
clr_loader==0.2.7.post0
defusedxml==0.7.1
et_xmlfile==2.0.0
fonttools==4.58.2
fpdf2==2.8.3
grpcio==1.70.0
hidapi==0.14.0.post4
jsonschema==4.24.0
jsonschema-specifications==2025.4.1
numpy==2.3.0
openpyxl==3.1.5
pandas==2.2.3
pillow==11.2.1
plumbum==1.9.0
protobuf==4.25.8
psutil==7.0.0
pyaedt==0.17.1
pycparser==2.22
pydantic==2.10.6
pydantic_core==2.27.2
pyedb==0.50.0
pyftdi==0.56.0
pyserial==3.5
python-dateutil==2.9.0.post0
pytz==2025.2
pyusb==1.3.1
pywin32==310
PyYAML==6.0.2
referencing==0.36.2
rpds-py==0.25.1
rpyc==6.0.2
rtree==1.4.0
scikit-rf==1.7.0
scipy==1.15.3
setuptools==80.9.0
shapely==2.1.1
six==1.17.0
toml==0.10.2
tomli_w==1.2.0
typing_extensions==4.14.0
tzdata==2025.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions