Database.createVLORun


createVLORun(runName, [analysisName], [informPanel])

Create a new run of VLO (and, if necessary, the analysis to contain it). VLO run names need to be unique, it is not possible to have two runs with the same name, even if they are in different analyses

runNamestringName of this run of VLO, if empty string given then a default name will be generated
analysisNameoptional string Name of containing analysis, if empty or not given then a default name will be generated
informPaneloptional boolean if TRUE (default), the new run will appear in the loadcase panel
Return valueIFVLORunReturn created VLO analysis

Back to Database

Back to Overview