pltIBuildPlotsCtrl SelectXRequest

Selects the value(s) for the X request.

Syntax

pltIBuildPlotsCtrl_handle SelectXRequest request

Application

Tcl Modify

Description

This command sets the X request.
Note: In order for the X request to be set, the X type must be set before. If the X 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, call the GetRequestList command.

Inputs

request
The input for the request variable is a list. The list must consist of the requests that you wants to use within curly braces, { }. 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 X request to be set, empty {} must be inputted.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectXRequest {"HEAD CG"};

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Build Plots

Modify