How to control measure groups by tcl in Hyperview

User: "Jerry Qu"
Altair Community Member
Updated by Jerry Qu

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?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Adriano_Koga"
    Altair Employee
    Updated by Adriano_Koga

    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