Objects
- Updated2024-09-12
- 5 minute(s) read
Calculations > Objects
Objects
The calculations consist of objects and subobjects that you can create, delete, and modify with a script. The global object is the CalculationSet object. Many subobjects have collections of single objects. You can access the single objects and the collection. Use the Set statement to assign objects to a variable and to make it easier to access these objects. You use the Add methods to create new objects. You use the Remove methods to delete existing objects. You use properties to change objects.
The following structure of the objects in calculations shows you how to navigate to the objects:
- CalculationSet
- CalculationGroups
- CalculationGroup
- Calculations
- Calculation
- CalculationGroup
- CalculationList
- Inputs
- Input
- Calculation
- Output
- Reference
- ReferenceChannel
- ReferenceChannelGroupProperty
- ReferenceChannelList
- ReferenceChannelProperty
- ReferenceDatasetProperty
- ReferenceValue
- Input
- Outputs
- Output
- Calculation
- InputList
- Reference
- ReferenceChannel
- ReferenceChannelGroupProperty
- ReferenceChannelList
- ReferenceChannelProperty
- ReferenceDatasetProperty
- ReferenceValue
- Output
- Calculation
- Calculations
- CalculationGroup
- CalculationList
- Calculation
- CalculationGroup
- CalculationList
- Inputs
- Input
- Calculation
- Output
- Reference
- ReferenceChannel
- ReferenceChannelGroupProperty
- ReferenceChannelList
- ReferenceChannelProperty
- ReferenceDatasetProperty
- ReferenceValue
- Input
- Outputs
- Output
- Calculation
- InputList
- Reference
- ReferenceChannel
- ReferenceChannelGroupProperty
- ReferenceChannelList
- ReferenceChannelProperty
- ReferenceDatasetProperty
- ReferenceValue
- Output
- Calculation
- CalculationGroups
Display all
Hide all