Hello,
I have a big (maybe small for you) problem with coding using a VBS script inside DIAdem. I was able to write and run most of the code until I had to calculate the inverse cosinus and inverse tangent of something. Basically I have a channel and I want to take the inverse cosinus of this channel and save it onto the next one. The code that I wrote is below:
Call Formulacalc("Ch(12):=acos(Ch(11))")
When I run the script, it gives an error saying that there is a wrong argument. In short, how can I take the inverse cosinus of a channel?
I would be grateful if somebody can help me.
Cihan