pylabrobot.plate_reading.plate_reader.PlateReader.load_state#

PlateReader.load_state(state: Dict[str, Any]) None#

Load state for this resource only.

The base implementation reads "rotation" if present. Subclasses overriding this method should call super().load_state(state).

Parameters:

state (Dict[str, Any])

Return type:

None