iqm.station_control.client.serializers.channel_property_serializer.deserialize_instructions

iqm.station_control.client.serializers.channel_property_serializer.deserialize_instructions#

deserialize_instructions(instructions)#

Convert a repeated scalar container of instruction type strings into a tuple of python types.

Parameters:

instructions (Iterable[str]) –

Return type:

tuple[Operation, …]