amir_syakir
Newbie level 6
I try to simulate with these equation, but it is unable to be resolved. Can anyone please help me.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you, your reply helped me solve it.You have a couple of basic errors
- Some typos as Sls != SLs and Slg != SLg. ADS is case sensitive for such variable names.
- Secondly just doing an s-parameter simulation does not produce Z or Y parameter results. You would need to add two addition expressions as follows:
Z = stoz(S, 50)Y = stoy(S, 50)