-
Notifications
You must be signed in to change notification settings - Fork 24
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
Real component of PTO impedance must be constant for all frequencies Error #317
Comments
Hi Nate, I think for now it is good that you disabled the check. If I remember correctly we implemented the check because we anticipated only PTO impedances with constant loss (real part) due the linear nature. Do you want to share more about the PTO you're trying to model? Feel free to do this offline. |
For reference, here's the check that was giving @degoeden trouble. The decision to include this related to how we assign the Lines 137 to 144 in 528c679
|
To cross-reference related issues: Long story short: The PTO impedance at |
Hi,
I was trying to create a PTO with an impedance that has a real component that is dependent on frequency when I ran into this error. Upon reading the error message and looking in the code, it makes a lot of sense that I am receiving the error, but I'm confused as to why this check is present. It seems to limit my PTO circuit design to only use components in series so that I can use KVL (I was trying to model a circuit that includes elements in parallel which forces me to use KCL, which forces me to have real components that depend on frequency).
I disabled the check for now (unfortunately I can't say if it works or not yet because I have been running into another error) but was wondering if you could tell me why this check is there, and if it will be problematic that I disabled it. Thank you!
The text was updated successfully, but these errors were encountered: