How to control measure groups by tcl in Hyperview

Jerry Qu
Jerry Qu Altair Community Member
edited August 2022 in Community Q&A

In attachment, it’s my tcl, the measure as shown by default.

1.I want to set font size or color 

2.Don’t show min or ID

How to get it?

Tagged:

Answers

  • Adriano_Koga
    Adriano_Koga
    Altair Employee
    edited August 2022

    In newer versions I suggest you to use the HWC automation commands.

    These make it much easier to create automations in HV and HG, as it writes the commands performed manually to this HWC Console, and you can easily reply these commands into your TCL script.

    Just add a 'hwc' before these commands into your TCL script

    hwc annotation measure ....

    hwc 'command....'

    image