Grid Element

Inheritance diagram of hermespy.modem.waveforms.orthogonal.waveform.GridElement, hermespy.modem.waveforms.orthogonal.waveform.ElementType
class GridElement(type, repetitions=1)[source]

Bases: Serializable

Representation of a single element within a resource grid.

classmethod Deserialize(process)[source]

Deserialize an object’s state.

Objects cannot be deserialized directly, instead a Factory must be instructed to carry out the deserialization process.

Parameters:

process (DeserializationProcess) – The current stage of the deserialization process. This object is generated by the Factory and provides an interface to deserialization methods supporting multiple backends.

Return type:

GridElement

Returns:

The deserialized object.

serialize(process)[source]

Serialize this object’s state.

Objects cannot be serialized directly, instead a Factory must be instructed to carry out the serialization process.

Parameters:

process (SerializationProcess) – The current stage of the serialization process. This object is generated by the Factory and provides an interface to serialization methods supporting multiple backends.

Return type:

None

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