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

how to set multiple RC parameters for Thevenin Model #4902

Open
citizen-z1 opened this issue Mar 9, 2025 · 2 comments
Open

how to set multiple RC parameters for Thevenin Model #4902

citizen-z1 opened this issue Mar 9, 2025 · 2 comments

Comments

@citizen-z1
Copy link

I noticed in the official documentation that the "number of rc elements" parameter of the Thevenin Model seems to indicate that this model can be configured as a second-order model.
However, I'm unsure how to set multiple RC parameters. I printed out the parameter list for this model, and it only includes R1 and C1. How can I set the values for R2 and C2?

Image

Image

@valentinsulzer
Copy link
Member

you pass options to the model like this: Thevenin({"number of rc elements": 2})

@valentinsulzer valentinsulzer added the needs-reply Needs further information from the author and may be closed if no response is received label Mar 11, 2025
@github-actions github-actions bot removed the needs-reply Needs further information from the author and may be closed if no response is received label Mar 11, 2025
@citizen-z1
Copy link
Author

您将选项传递给模型,如下所示:Thevenin({"number of rc elements": 2})

I know this parameter and have tried it, but when I print the parameter list of the model, there are still no R2 and C2 parameters

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants