iqm.station_control.client.serializers.channel_property_serializer.unpack_channel_properties

iqm.station_control.client.serializers.channel_property_serializer.unpack_channel_properties#

unpack_channel_properties(payload, convert_instructions=True)#

Parse the Channel Property Dictionary from a string serialised protobuf payload.

Parameters:
  • payload (bytes) – protobuf serialised payload of channel property dictionary.

  • convert_instructions (bool) – whether to convert string representation of instruction types to actual python types.

Return type:

dict[str, ChannelProperties]