Skip to content

Commit

Permalink
[create-pull-request] automated change (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 4, 2023
1 parent 894bdee commit b4a8c8d
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions daemons/ni-daqmx-tmux.avpr
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"string"
]
},
"shots_processing_script": {
"shots_processing_path": {
"default": null,
"doc": "Path to script for shots processing.",
"type": [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -341,15 +348,25 @@
],
"type": "enum"
},
{
"items": "float",
"name": "voltage_range",
"type": "array"
},
{
"fields": [
{
"name": "name",
"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,
Expand Down

0 comments on commit b4a8c8d

Please sign in to comment.