Change color of MPC with TCL

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hi everybody,

 

Does someone know the TCL script to change the color of an MPC equation?

 

Thanks in advance,

Nicolas

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi, change color of load collector that holds the mpc

    *createmarkpanel loadcols 1 'select mpc loadcols:'

    *colormark loadcols 1 [expr round(rand()*63)+1]

    *clearmark loadcols 1