Proto-App / Proto-Android

Realtime circuit simulator for Android platform.
99 stars 4 forks source link

bug wiht opamp #290

Closed Jurgen2003 closed 9 months ago

Jurgen2003 commented 9 months ago

Dear @Proto-App I am getting stuck and getting this error message what does this mean and furthermore at the opamp I noticed that the min voltage is fluctuating when the voltage at the input is lower than the minus

Screenshot_20231025_151550_P R O T O.jpg

Proto-App commented 9 months ago

Hello @Jurgen2003 It looks like you would like to use function "clamp" in script but it is not defined.

Jurgen2003 commented 9 months ago

Dear@Proto-App And what does that mean and how do you do it ? Greets jurgen

Proto-App commented 9 months ago

You can use clamp only if you define function with name "clamp". You can learn about functions at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions