Property: CalculationGroup for Calculation
- Updated2024-09-12
- 1 minute(s) read
Calculations > Properties > Property: CalculationGroup for Calculation
Property: CalculationGroup for Calculation
Specifies which calculation group the calculation is assigned to.
Set oCalculationGroup = Object.CalculationGroup
Object | Calculation Object with this property |
oCalculationGroup | CalculationGroup Returned object |
The following example displays the name of the calculation to which the transferred calculation is assigned:
VBScript | Python |
Sub Display(oMyCalculation) Call MsgBoxDisp(oMyCalculation.CalculationGroup.Name) End Sub
See Also
Procedures
Connecting Channels and Values in Calculations | Creating a Calculation Script with Debug Option | Creating and Executing Calculations | Executing Calculations Multiple Times | Using Channel Lists in Calculations | Working with Dependent Inputs
Examples
Calculating the Sound Pressure Level with Calculation Templates