ngkiaboon I understand that if I have multiple targets for my controller, I can call the methods of a specific target with sipyco_rpctool using the -t target option. How do I do this in my device_db (or in my main script) so that I can refer to specific targets within the same controller?
sb10q Use target_name in the device database entry for the controller. For example: "camera_sim": { "type": "controller", "host": "::1", "port": 6283, "target_name": "camera_sim", "command": "python3 -m artiq.examples.remote_exec_controller" },