Database.specifyResultsUpdateScript


specifyResultsUpdateScript(filename, entity, [component])

Specify the file location of the script to be run for the given named component each time either the loadcase changes, or the set of elements used for results averaging changes. The entity may be given either as a name, or as an index previously registered using addScriptedResultsEntity. If the entity is given as a string and does not already exist, it will be created. If the component does not already exist within the given entity, a new component is created within the given entity.

filenamestringName of script to be run
entitystring or long Name or index of results entity
componentstring Name of results component
Return valuenone 

See also flushScriptedResults initialiseScriptedResults setScriptedResultsEntity setNodeScriptedResults setGaussScriptedResults setScriptedResults

Back to Database

Back to Overview