The geometry-specific sub-class of Base State Data, used to distinguish sibling Geometry Hierarchy entries within a State Related Geometry aggregation.
See State Related Geometry for examples.
| SE_PROPERTY_DATA_VALUE | state_value_min; | (notes) |
|---|---|---|
| SE_PROPERTY_DATA_VALUE | state_value_max; | (notes) |
the minimum (inclusive lower limit) of a <State Related> component branch selection criterion - expected to be either an SE_FLOAT32 (for continuous states) or an EDCS Attribute Code (EAC) enumerator (for EDCS State Codes defined as enumerations)
the maximum (exclusive upper limit) of a <State Related> component branch selection criterion - expected to be either an SE_FLOAT32 (for continuous states) or an EDCS Attribute Code (EAC) enumerator (for EDCS State Codes defined as enumerations) If state_value_min == state_value_max, then a discrete single value is represented (just like a traditional page/switch value number). The ranges are meant to provide more granularity to the implementation of states, without requiring new enumerations. See examples in <State Related Geometry>.