plt3DIWaterfall PasteSlice
Pastes a waterfall slice from the clipboard.
Syntax
plt3DIWaterfall_handle PasteSlice index
Application
Tcl Query
Description
All waterfalls share a single clipboard, which can contain (in theory) one or more slices. The current implementation limits the number of slices that can be on the clipboard at a time to one (or zero).
Inputs
- index
- The index of where to insert the copied slice (one-based).
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName
myWaterfallName PasteSlice 1
Errors
None.