Page 1 of 1

[Fixed] Exponents in formula not recognised

Posted: 09 Feb 2017, 12:39
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)