Hyperview Scalar Result Creation
Hi. In HyperView 2021.1, I am creating an expression in the Expression Builder, but I can’t see it in the command.tcl file. I want to write this directly in the HyperView Console. For example, the label should be Metric_14, and the expression should be S48 + 6 * S45 / 5.
For instance, I couldn’t find a command like result scalar create.
Answers
-
HV doesn't write to command.tcl. Newer versions log the commands into the HWC console, making it easier to automate most of operations.
unfortunately these result math operations are not written to the HWC history, so in order to do what you want, specially in your version, you will need to rely on the TCL APIs.
These 2 help sections show you samples on how to define a derived result and change its label by TCL APIs. Hopefully these might help.
1