channel_property_serializer

channel_property_serializer#

Serializers and deserializers for ChannelProperties

Full path: iqm.station_control.client.serializers.channel_property_serializer

Functions

deserialize_channel_properties(...[, ...])

Convert the given protobuf dictionary of channel properties into a dictionary of ChannelProperties.

deserialize_instructions(instructions)

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

serialize_channel_properties(...)

Pack the given dictionary of channel properties into a protobuf format for further serialization.

unpack_channel_properties(payload[, ...])

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