pltIVector Freeze

Removes the dependency of this datasource (vector) from other datasources (vectors).

Syntax

pltIVector_handle Freeze

Application

Tcl Modify

Description

This command removes the dependency of one datasource (vector) over others and copies the value if there is a dependency on other datasources (vectors). In other words, it makes the datasource (vector) independent of other datasources (vectors).

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 Freeze

Errors

0 is returned on success or an error code is returned on failure.

Keywords

Tcl

Freeze

DataSource

Vector

Query