pltIPlot PasteCurves

Pastes the curves from the clipboard into the current plot

Syntax

pltIPlot_handle PasteCurves index

Application

Tcl Query

Description

Returns 0 = HW_Success, 1 = HW_Error, or 3 = HW_InvalidHandle.

Inputs

index
The index to which the curve should be pasted.

Example

To copy and paste a curve:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName CopyCurve 1 0
myPlotName PasteCurves 0

Errors

None.