pylabrobot.resources.PlateCarrier.serialize_state#
- PlateCarrier.serialize_state() Dict[str, Any]#
Serialize the state of this resource only.
Use
pylabrobot.resources.resource.Resource.serialize_all_state()to serialize the state of this resource and all children.The base implementation includes
"rotation"so that subscribers (e.g. the Visualizer) are notified of orientation changes through the standard state channel. Subclasses overriding this method should merge insuper().serialize_state().