DeviceConfigurationCollection

class caqtus.session.DeviceConfigurationCollection

Bases: MutableMapping[DeviceName, DeviceConfiguration], ABC

A collection of device configurations inside a session.

This object behaves like a dictionary where the keys are the names of the devices and the values are the configurations of the devices.