Solved
The first argument you use when calling your function I is just the function(!) name omega.resonance - hence the result you are seeing.
I see two options:
- define omega.resonance not as a function but as a variable. omega.resonance := X(...) → …
OR - Use omega.resonance(C,L) when you call your function I and not just the function name
Welcome to the PTC Community
No account yet? Create an account
Please use your PTC eSupport account.
LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

