pltICurveComplex GetVectorHandle

Gets a handle to a pltVector interface for the specified curve.

Syntax

pltICurveComplex_handle GetVectorHandle iVector, which

Application

Tcl Query

Description

Gets a handle to a pltVector interface for the specified curve.

Inputs

iVector
A reference to a pltVector pointer.
Note: This method instantiates an interface and copies the pointer to it into this value. The caller is responsible for deleting it.
which
A string indicating the vector to get.
"x"
"y"
"time"
"yp"
"ym"
"yr"
"yi"

Errors

Returns success (0) or an error code.