Node.setScriptedResults


setScriptedResults(val, component)

Specify a named result value at node Only really useful when called for all visible nodes Then allows (for example) drawing of smoothed contours of any arbitary values If the given name does not already exist, this call creates a new component to receive the values Note that the results will not be removed from the system (and so will potentially use a large amount of memory) until explicitly removed with a call to flushScriptedResults

valdoubleUser results value
componentstringUser results component
Return valuenone 

Example


' set averaged results
 call node.setScriptedResults(myResultValue, "MyComponentName")

See also flushScriptedResults initialiseScriptedResults setScriptedResultsEntity specifyResultsUpdateScript specifyResultsUpdateModule setNodeScriptedResults setGaussScriptedResults

Back to Node

Back to Overview