+{"description": "Options for running Ephys Link.\n\nAttributes:\n background: Whether to skip the GUI and run using CLI arguments.\n ignore_updates: Whether to ignore updates.\n type: Type of manipulator platform to use.\n debug: Whether to print debug messages.\n use_proxy: Whether to use VBL proxy service.\n proxy_address: Address of the proxy service.\n mpm_port: Port for New Scale MPM HTTP server.\n serial: Serial port for emergency stop.", "properties": {"Background": {"default": false, "title": "Background", "type": "boolean"}, "IgnoreUpdates": {"default": false, "title": "Ignoreupdates", "type": "boolean"}, "Type": {"default": "ump-4", "title": "Type", "type": "string"}, "Debug": {"default": false, "title": "Debug", "type": "boolean"}, "UseProxy": {"default": false, "title": "Useproxy", "type": "boolean"}, "ProxyAddress": {"default": "proxy2.virtualbrainlab.org", "title": "Proxyaddress", "type": "string"}, "MpmPort": {"default": 8080, "maximum": 49151, "minimum": 1024, "title": "Mpmport", "type": "integer"}, "ParallaxPort": {"default": 8081, "maximum": 49151, "minimum": 1024, "title": "Parallaxport", "type": "integer"}, "Serial": {"default": "no-e-stop", "title": "Serial", "type": "string"}}, "title": "EphysLinkOptions", "type": "object"}
0 commit comments