pltIBuildPlotsCtrl SetYDatatype
Sets the value for the Y data type.
Syntax
pltIBuildPlotsCtrl_handle SetYDatatype dtype
Application
HyperWorks Tcl Modify
Description
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
HyperWorks
Tcl
Build Plots
Modify