pltIBuildPlotsCtrl SetRequestFilter
Sets the Y request filter.
Syntax
pltIBuildPlotsCtrl_handle SetRequestFilter request_filter
Application
HyperWorks Tcl Modify
Description
This command sets the value in the Y request filter. The filter removes Y requests from the Y request list that do not match the filter value.
Inputs
- request_filter
- The string that you want to use as a filter. All Y Requests that do not have this string within it will be removed from the Y Request list.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetRequestFilter “UPPER”;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Modify
Filter