pltIBuildPlotsCtrl SetSubcase
Sets the subcase.
Syntax
pltIBuildPlotsCtrl_handle SetSubcase subcase
Application
Tcl Modify
Description
This command sets the subcase (from within the subcase list). If there is nothing in the
subcase list, then nothing can be set as the subcase. You can find what the subcase list
consists of with the GetSubcaseList command.
Note: The command
GeneratePlot must be called after to draw the plot with these
changes.
Inputs
- subcase
- A string with the value of the subcase that you want.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetSubcase "Time";
Errors
Success (0) or an error message is returned.
Keywords
Tcl
Build Plots
Modify