pltIPlotManager SetDefaultDynamicRange
Sets the default dynamic range.
Syntax
pltIPlotManager_handle SetDefaultDynamicRange decades
Application
HyperWorks Tcl Modify
Description
This command sets the default dynamic range. The default dynamic range is the number of tics (decades) on the log axis when the plot is in log mode.
Inputs
- decades
- The number of decades that you want to have.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm SetDefaultDynamicRange 4;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Modify