created_devices#

Devices.created_devices() ValuesView[Union[BaseInstrument, HDAWG, PQSC, SHFQA, SHFSG, UHFLI, UHFQA, SHFQC]][source]#

View on all created device.

The list contains all toolkit device objects that have been created for the underlying session.

Warning: This is not equal to the devices connected to the data server!

Use the iterator of the Devices class directly to get all devices connected to the data server.

Return type:

ValuesView[Union[BaseInstrument, HDAWG, PQSC, SHFQA, SHFSG, UHFLI, UHFQA, SHFQC]]