🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to control measure groups by tcl in Hyperview

Jerry QuUser: "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

    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