DIAdem Help

Object: Calculation

  • Updated2024-09-12
  • 1 minute(s) read

Object: Calculation

The Calculation object provides a calculation. The Calculation object is an element of the Calculations collection.

The following example generates a new calculation in the first calculation group and assigns an appropriate description to the calculation group:

VBScriptPython

 

Dim oMyCalcTemp
Set oMyCalcTemp = CalculationSet.CalculationGroups(1).Calculations.Add("Resultant")
oMyCalcTemp.Description = "Resultant of Head Acceleration"

Log in to get a better experience