Hi,
I have a small issue, I have a dpe value very tiny, I would like to scale it from 1.8E-10 to 1.8
how it can be done without using dp functions ?
Thank you in advance for your help
Cheers,
Henso
how to scale DPE value
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: how to scale DPE value
If the value comes from a driver, you could use a message conversion config (_msg_conv) to scale the value.
- habreu
- Posts:2
- Joined: Thu Feb 02, 2017 2:12 pm
Re: how to scale DPE value
Hi, thanks. it makes the deal and works!