Property: Description for CalculationGroup
- Updated2024-09-12
- 1 minute(s) read
Calculations > Properties > Property: Description for CalculationGroup
Property: Description for CalculationGroup
Specifies the description of the calculation group.
Object.Description
Object | CalculationGroup Object with this property |
Object.Description | String with read and write access |
The following example displays the descriptions of all calculation groups:
VBScript | Python |
Dim i, oMyCalcTemp Set oMyCalcTemp = CalculationSet.CalculationGroups For I = 1 To oMyCalcTemp.Count Call MsgBoxDisp(oMyCalcTemp(i).Description) Next
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