pltIBuildPlotsCtrl SelectYRequests

Sets the value(s) for the Y request.

Syntax

pltIBuildPlotsCtrl_handle SelectYRequests values

Application

Tcl Modify

Description

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

Inputs

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

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectYRequests {"LWR TORS" "HEAD CG"};

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Build Plots

Modify