pltIBuildPlotsCtrl SelectYComponent

Sets the value(s) for the Y component.

Syntax

pltIBuildPlotsCtrl_handle SelectYComponent values

Application

Tcl Modify

Description

This command sets the Y component.
Note: In order for the Y component to be set, the Y request and the Y type must be set before. If the Y component does not have any components in its list of components, this function would be unable to select a component. To find the list of components, call the GetComponentList command.

Inputs

values
The input for the values variable is a list. The list must consist of the components that you want to use within curly braces, { }. Each string representing a component must also be within “ “ if there are any spaces in the string. Example: {“LOWER TORSO” “SHOULDER BELT”}. If you do not want a Y component to be set, empty {} must be inputted.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectYComponent {" Resultant Force (N)" "Elastic Force (N)"};

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Build Plots

Modify