Freq round off in Notes
N_Pat
Altair Community Member
Answers
-
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.1 -
Thank you Frederic for your input. It works
Regards,
Pat
0