pltIVector GetParameterizationID

Gives the string corresponding the name and number of the datasource (vector).

Syntax

pltIVector_handle GetParameterizationID

Application

Tcl Query

Description

This command returns the string having complete ID of just the datasource (vector), which can point out the datasource (vector) if the page and window are known. It essentially gives the curve name and the type of datasource (vector).

Example

Assuming that first page and first window contains one and only curve in plot client.
hwi GetSessionHandle sess;
sess GetProjectHandle prj
prj GetPageHandle pg 1
pg GetWindowHandle win 1
win GetClientHandle cl
cl GetCurveHandle crv 1
crv GetVectorHandle vecx x #taking the horizontal vector
vecx GetParameterizationID # will return c1.x

Errors

None.

Keywords

Tcl

ID

Query

Vector

DataSource