Change color of MPC with TCL

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hi everybody,

 

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

 

Thanks in advance,

Nicolas

Tagged:

Answers

  • tinh
    tinh Altair Community Member
    edited September 2017

    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