forked from m-labs/artiq
-
Notifications
You must be signed in to change notification settings - Fork 1
ARTIQ Dashboard Config
jayich-lab-bot edited this page May 2, 2021
·
1 revision
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 runsartiq_master
. -
dashboard_config["dds_display_chs"]
: list of strs, DDS channels that are shown on the client.