MeasurementGroup
Description
The MeasurementGroup object provides a container to group Measurement objects while providing the additional enabled and view properties. This can be useful to model and use Measurement hierarchies through Repeater and Gather.
- › Inherits:
Overview
Properties
Methods
Signals
Properties
enabled
This property holds whether the measurement group is enabled, i.e. the measurements in this group are valid and/or should be displayed/processed.
This property was introduced in InCore 1.1.
- › Type:
Boolean
- › Default:
true- › Signal:
enabledChanged()
- › Attributes:
Writable
view
This property holds a MeasurementView with common view-related properties for all grouped measurements.
- › Type:
- › Signal:
viewChanged()
- › Attributes:
Writable