update_device_properties#
- Devices.update_device_properties(serial: str, name: str | None, raw: bool | None) None [source]#
Update the properties for a device.
The device options are used when the QCoDeS option of a new device is created.
- Parameters:
serial (str) – Serial of the device (e.g. dev1234)
name (str | None) – Optional name of the QCoDeS device object
raw (bool | None) – Flag if qcodes instance should only created with the nodes and not forwarding the toolkit functions. (default = False)
- Raises:
RuntimeError – If the device is already created
- Return type:
None