pylabrobot.resources.hamilton.hamilton_decks.HamiltonDeck.save_state_to_file#

HamiltonDeck.save_state_to_file(filename: str) None#

Save the state of the deck to a file. The state includes volumes and operations in wells.

Note: this does not include the resources on the deck. To safe the deck layout instead, use pylabrobot.resources.Resource.save().

Parameters:

filename (str) –

Return type:

None