ARTIQ Dashboard Config - Jayich-Lab/artiq GitHub Wiki

ARTIQ dashboard config file

This config saves parameters required for a computer that uses ARTIQ dashboard (does not need to be the computer connected to the Sinara device).

Sample config file artiq_dashboard.py:

dashboard_config = {}

dashboard_config["ip"] = "128.111.15.100"
dashboard_config["dds_display_chs"] = [
    "urukul0_ch0", "urukul0_ch1", "urukul0_ch2"
]
}

Information stored in dashboard_config dict:

  • dashboard_config["ip"]: str, IP address of the computer that runs artiq_master.
  • dashboard_config["dds_display_chs"]: list of strs, DDS channels that are shown on the client.