[SOLVED] How to solve 'unable to resolve function expression' in Advanced Design System (ADS)?

Status
Not open for further replies.

amir_syakir

Newbie level 6
Joined
Oct 15, 2020
Messages
14
Helped
0
Reputation
0
Reaction score
1
Trophy points
11
Activity points
132
I try to simulate with these equation, but it is unable to be resolved. Can anyone please help me.



 

You have a couple of basic errors
  1. Some typos as Sls != SLs and Slg != SLg. ADS is case sensitive for such variable names.
  2. 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)​
 
Thank you, your reply helped me solve it.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…