Open topic with navigation
<viz:window>.getName
Get the name of the window
Remarks
This command will return the name of the graphics window. The name is what appears in the title bar of the window.
Return Value
Window name
Example
print(viz.window.getName())
See also