DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get out the E+ from the axis in Diadem Report?

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

0 Kudos
Message 1 of 3
(4,503 Views)

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!

0 Kudos
Message 2 of 3
(4,482 Views)

yes, thank you.

0 Kudos
Message 3 of 3
(4,474 Views)