Database.setScriptedResultsEntity


setScriptedResultsEntity(name)

There is a special results entity (by default called "Scripted") which allows the calculation and storage of arbitary results for later plotting (see setScriptedResults) This function allows the name of that entity to that given. The given name then appears in the properties dialog of results layers such as contours. 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

namestring
Return valuenone 

See also flushScriptedResults initialiseScriptedResults specifyResultsUpdateScript specifyResultsUpdateModule setNodeScriptedResults setGaussScriptedResults setScriptedResults

Back to Database

Back to Overview