poIScalarDefine SetAverageFactor
Sets the nodal variation factor. Specify the threshold variation level above which nodal averaging should not be carried out.
Syntax
poIScalarDefine_handle SetAverageFactor f
Application
HyperView Tcl Modify
Description
Inputs
- f
- The threshold level between 0.0 and 100.0.
Example
To set the average factor for a result definition:
hwi OpenStack
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page [proj GetActivePage]
page GetWindowHandle win [page GetActiveWindow]
win GetClientHandle client
client GetResultHandle sdefine 4 scalar
sdefine SetAverageFactor 35.0
hwi CloseStack
Errors
None.
Related Topics
See the Upfront Data Loader APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.