Property: Parent for ReferenceValue
- Updated2024-09-12
- 1 minute(s) read
Calculations > Properties > Property: Parent for ReferenceValue
Property: Parent for ReferenceValue
Specifies the input or the output of a calculation to which the value reference is assigned.
Set oInputOrOutput = Object.Parent
Object | ReferenceValue Object with this property |
oInputOrOutput | InputOrOutput Returned object |
The following example displays the name of the calculation to which the transferred calculation is assigned:
VBScript | Python |
Sub Display(oMyReference) Call MsgBoxDisp(oMyReference.Parent.Calculation.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