A program to recognize and reward our most engaged community members
Hello All,
While doing modal analysis post processing, i wanted round off value of freq. in "Model Info-Notes". I tried "Notes" option, but it didn't work.
Is there any way to do it?
Regards,
Pat
Hello Pat,
Please insert the following code in the note:
{convert(mid(window.simulationstep,strrchr(window.simulationstep, chr(61))+1,strlen(window.simulationstep))),%.2f}
It should give you the freq value with 2 digits. If you need more digits, please adapt the last argument. For instance %.3f to get a float number with 3 digits...
Regards,Fred.
Thank you Frederic for your input. It works