diff --git a/models/csharp/EphysLinkModels.cs b/models/csharp/EphysLinkModels.cs index cf615ab..0c6d3e3 100644 --- a/models/csharp/EphysLinkModels.cs +++ b/models/csharp/EphysLinkModels.cs @@ -79,11 +79,10 @@ public struct EphysLinkOptions public bool Debug; public bool UseProxy; public string ProxyAddress; - public int Port; public int MpmPort; public string Serial; - public EphysLinkOptions(bool background, bool ignoreUpdates, string type, bool debug, bool useProxy, string proxyAddress, int port, int mpmPort, string serial) + public EphysLinkOptions(bool background, bool ignoreUpdates, string type, bool debug, bool useProxy, string proxyAddress, int mpmPort, string serial) { Background = background; IgnoreUpdates = ignoreUpdates; @@ -91,7 +90,6 @@ public EphysLinkOptions(bool background, bool ignoreUpdates, string type, bool d Debug = debug; UseProxy = useProxy; ProxyAddress = proxyAddress; - Port = port; MpmPort = mpmPort; Serial = serial; } diff --git a/models/schemas/ephys_link/EphysLinkOptions.json b/models/schemas/ephys_link/EphysLinkOptions.json index 92d44c9..fb3ddac 100644 --- a/models/schemas/ephys_link/EphysLinkOptions.json +++ b/models/schemas/ephys_link/EphysLinkOptions.json @@ -1 +1 @@ -{"description": "Options for running Ephys Link.\n\n:param background: Whether to skip the GUI and run using CLI arguments.\n:type background: bool\n:param ignore_updates: Whether to ignore updates.\n:type ignore_updates: bool\n:param type: Type of manipulator platform to use.\n:type type: str\n:param debug: Whether to print debug messages.\n:type debug: bool\n:param use_proxy: Whether to use VBL proxy service.\n:type use_proxy: bool\n:param proxy_address: Address of the proxy service.\n:type proxy_address: str\n:param port: HTTP port to serve on or connect to (if using the proxy).\n:type port: int\n:param mpm_port: Port for New Scale MPM HTTP server.\n:type mpm_port: int\n:param serial: Serial port for emergency stop.\n:type serial: str", "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"}, "Port": {"default": 8081, "maximum": 49151, "minimum": 1024, "title": "Port", "type": "integer"}, "MpmPort": {"default": 8080, "maximum": 49151, "minimum": 1024, "title": "Mpmport", "type": "integer"}, "Serial": {"default": "no-e-stop", "title": "Serial", "type": "string"}}, "title": "EphysLinkOptions", "type": "object"} \ No newline at end of file +{"description": "Options for running Ephys Link.\n\n:param background: Whether to skip the GUI and run using CLI arguments.\n:type background: bool\n:param ignore_updates: Whether to ignore updates.\n:type ignore_updates: bool\n:param type: Type of manipulator platform to use.\n:type type: str\n:param debug: Whether to print debug messages.\n:type debug: bool\n:param use_proxy: Whether to use VBL proxy service.\n:type use_proxy: bool\n:param proxy_address: Address of the proxy service.\n:type proxy_address: str\n:param mpm_port: Port for New Scale MPM HTTP server.\n:type mpm_port: int\n:param serial: Serial port for emergency stop.\n:type serial: str", "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"}, "Serial": {"default": "no-e-stop", "title": "Serial", "type": "string"}}, "title": "EphysLinkOptions", "type": "object"} \ No newline at end of file