Hyperview Scalar Result Creation

TolgahanÖztürk
TolgahanÖztürk Altair Community Member

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.

Tagged:

Answers

  • Adriano_Koga
    Adriano_Koga
    Altair Employee

    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.

    Site faviconpoIResultMathCtrl SetEquation

    Site faviconpoIResultMathCtrl SetLabel

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.