As of TestStand 3.0, you can use the following expression function:
Pow(base, exponent)
This function returns a base value raised to a specified power.
Parameter 1: A number specifying the base value.
Parameter 2: A number specifying the exponent value.
Returns: The number x raised to the power of y.
In 2.0.1 or earlier, your best bet would be to call a code module to do it.
- James