In REDHAWK IDE (v2.12), I am trying to use fcalc
component for some math calculations. I tried to follow an example in the doc by putting math.sin(a+b)+random.random()
in the equation field, but I got the following error:
CF.PropertySetPackage.InvalidConfiguration: Failure: . Properties: equation
IDL:CF/PropertySet/InvalidConfiguration:1.0
I also tried other math functions, such as sqrt
. However, none of them worked. It is very hard to add any modules in the import field as well.
Did I do anything wrong while using this fcalc component?