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

This command, valid only in HyperView - MultiCore profile, sets the nodal variation factor, which specifies the level above which nodal averaging should not be carried out.
Note: The result definition can only be modified if it is not cached.

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 HyperView - MultiCore APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.