[Fixed] Exponents in formula not recognised

Discussions and question about the general functionality of RadiMation
Post Reply
Paul
Posts: 2
Joined: 06 Feb 2017, 12:27

[Fixed] Exponents in formula not recognised

Post by Paul »

I am trying to use the monitoring input channel for a conducted immunity test.
I read a dBm value from a RF power meter and want to display this as a Voltage.
Under calculation I enter a formula, but as soon as I add an exponent (^) in the equation, Radimation gives a notification "There is an error in the configured formula". Clicking the "Knowledge base" button does nothing, no page on the wiki opens.

Is this a syntax error or does Radimation not support exponents?

See attachment for a screenshot of the situation

Update: If you want to use powers/exponents in your formula, you have to use the pow(x,y) function.

Example: 3*x^2 is written as 3*pow(x,2)
Attachments
formulae.PNG
formulae.PNG (21.74 KiB) Viewed 3974 times
Post Reply