Grid Element¶
- class GridElement(type, repetitions=1)[source]¶
Bases:
Serializable
- repetitions: int = 1¶
- type: ElementType¶
- class ElementType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
Bases:
SerializableEnum
Type of resource element.
- DATA = 1¶
Data element within the resource grid
- NULL = 2¶
Empty element within the resource grid
- REFERENCE = 0¶
Reference element within the resource grid