Remove Notes from Window using tcl commands

Is it possible to remove Notes from being displayed on a Hyperview window using a tcl command in the console ? I can hide a particular component or set using the GetComponentHandle and SetVisibility commands, however I haven't been able to find a GetNoteHandle or similar command to hide the model info displayed by a Note on the active window.

poINote has the SetVisibility command.
Getting a poINote handle is done through poIPost GetNoteHandle().

poINote has the SetVisibility command.
Getting a poINote handle is done through poIPost GetNoteHandle().
Thank you! This is exactly what I was looking for. I initially tried looking for a note handle inside the Model but now I realize that the NoteHandle lies in the window's Client.
Yes, I was able to do the same as you've shown above. But I wanted to replicate that using tcl code so as to avoid the multiple user clicks. Thanks.
Hi Seyilmaz,
Where do you want to change the format of frequencies? please share a screenshot.
Thanks.
Hi Seyilmaz,
Sorry for delayed response, You should replace the underlined text in the attached image with the below script:
{convert(mid(window.simulationstep,strrchr(window.simulationstep, chr(32))+1,strlen(window.simulationstep))),%.5f} :
Hi,
Select the notes option, and in notes panel the user can hide the selected note(s) in the graphics area by deselecting the corresponding check box(s).
<?xml version="1.0" encoding="UTF-8"?>