From b4a8c8d128bece080998b60922df40cd617e1000 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:09:51 -0600 Subject: [PATCH] [create-pull-request] automated change (#92) --- daemons/ni-daqmx-tmux.avpr | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/daemons/ni-daqmx-tmux.avpr b/daemons/ni-daqmx-tmux.avpr index e5ec5d0be..12246302a 100644 --- a/daemons/ni-daqmx-tmux.avpr +++ b/daemons/ni-daqmx-tmux.avpr @@ -90,7 +90,7 @@ "string" ] }, - "shots_processing_script": { + "shots_processing_path": { "default": null, "doc": "Path to script for shots processing.", "type": [ @@ -129,6 +129,13 @@ "request": [], "response": "boolean" }, + "get_allowed_voltage_ranges": { + "request": [], + "response": { + "items": "string", + "type": "array" + } + }, "get_channel_names": { "doc": "Get current channel names.", "origin": "is-sensor", @@ -341,6 +348,11 @@ ], "type": "enum" }, + { + "items": "float", + "name": "voltage_range", + "type": "array" + }, { "fields": [ { @@ -348,8 +360,13 @@ "type": "string" }, { + "default": [ + -10.0, + 10.0 + ], + "doc": "[min_value, max_value], in volts. Range values are restricted to those the available to the device.", "name": "range", - "type": "string" + "type": "voltage_range" }, { "default": true,