pltICurve CalculateStatistics
Calculates a statistic.
Syntax
pltICurve_handle CalculateStatistics template_idx
Application
HyperWorks Tcl Modify
Description
This command calculates a statistic template based on the input statistics template index and returns the calculated statistics.
Inputs
- template_idx
- A number corresponding to the index (position) of the statistic template within the statistic template list that you want to use.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetCurveHandle c1 1
c1 CalculateStatistics 1;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Statistics
Modify
Create