pltIBuildPlotsCtrl SetYDatatype

Sets the value for the Y data type.

Syntax

pltIBuildPlotsCtrl_handle SetYDatatype dtype

Application

Tcl Modify

Description

This command sets the value for the Y data type variable from within the Y data type list.
Note: The command must be called after to draw the plot with these changes.

Inputs

dtype
A string with the value of the Y data type that you want.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetYDatatype "Angular Acceleration";

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Build Plots

Modify