Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bondwire.set_start_elevation() #450

Open
2 tasks done
svandenb-dev opened this issue Oct 16, 2024 · 1 comment
Open
2 tasks done

Bondwire.set_start_elevation() #450

svandenb-dev opened this issue Oct 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@svandenb-dev
Copy link
Collaborator

🔍 Before submitting the issue

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

🐞 Description of the bug

set_start_elevation requires CellInstance and layer as argument. However CellInstance is optional, EDB .NET accept the current opened Cell as argument.

When I try to change the bondwire elevation I got this error.

image

image

image

📝 Steps to reproduce

NA

💻 Which operating system are you using?

Windows

📀 Which ANSYS version are you using?

No response

🐍 Which Python version are you using?

3.11

📦 Installed packages

NA
@svandenb-dev svandenb-dev added the bug Something isn't working label Oct 16, 2024
@drewm102
Copy link
Collaborator

@svandenb-dev I don't think that passing the active Cell object is an option for this API in the .NET API. In the .NET API, the context parameter must either be a CellInstance or null. In the edb rpc API, it must be either a CellInstance or None. Can you try passing None? I think that should resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants