pltIVector SetReaderTargetVersion
Sets the reader target version of the reader of the data file referenced by the datasource (vector).
Syntax
pltIVector_handle SetReaderTargetVersion version
Application
Tcl Modify
Description
This command sets the reader target version of the reader which has successfully processed the data file referenced by the datasource (vector).
Inputs
- version
- The version value to be set, for example, 13.0 or 14.0.
Example
#Precondition : A curve must be available on the plot client window.
hwi GetActiveClientHandle cl;#Must be a plot client.
cl GetCurveHandle crv 1;#Get the handle of the curve at index 1.
crv GetVectorHandle yvec y;#Possible options are x or y or u or v.
yvec SetReaderTargetVersion 14.0;
Errors
0 is returned upon success, or an error code is returned upon failure.
Keywords
Tcl
DataSource
Vector
Modify