06-26-2015 02:42 AM
Hallo
on the photo you can see numbers written like 10E+5 etc. Like I have done the 10^5 shall be written in front of the unit and not after the numbers.
The channel is created with Diadem Analysis
Thank You
06-26-2015 08:07 AM
Hi,
You can sclae the channel by 10^-5 if you're already considering that portion in the unit. You can do this in a script using the following. Otherwise it's in the basic mathematics portion of Analysis.
Call ChnLinScale("Group/Channel","/LinearScaled",1E-05,0)
Hope that helps!
06-26-2015 09:54 AM
yes, thank you.