config_to_device#

config_to_device(daq: ziDAQServer, dev: str, qa_channel: int, qudit_idx: int, qudit_settings: QuditSettings, *, enable: bool = True) None[source]#

Configures the qudit settings to the device.

Parameters:
  • daq (ziDAQServer) – An instance of ziPython.ziDAQServer

  • dev (str) – The device id.

  • qa_channel (int) – The index of the QA channel

  • qudit_idx (int) – The index of the qudit to be configured

  • qudit_settings (QuditSettings) – The qudit settings to be configured

  • enable (bool) – Whether to enable the qudit (default: True)

Return type:

None