Macro Language Reference > Macros > Window > wtp
  
wtp
Description
Redraws the specified window as the top window. This is in contrast to the wdr command, which redraws any or all open windows whether or not they are currently selected.
 
The example below will redraw the window opened second in the PTC ALD session as the top window:
wtp 2
Syntax
wtp window:n?
wtp
[no parameter]
If the window is already the top window, or if no parameter is specified, the top window is redrawn.
window
The number of the window to be redrawn
Related Links