Skip to content

Commit 724050a

Browse files
committed
add configuration with invalid interface parameter
1 parent 283d6c8 commit 724050a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"general": {
3+
"sample_time": 2,
4+
"end_time": 15,
5+
"continuous_mode": false
6+
},
7+
"instruments": [
8+
{
9+
"id": "a43cce1c-c4cd-4dbb-b2fd-1a7f9e1ba499",
10+
"name": "Multimeter",
11+
"settings": {
12+
"instrument_name": "Simulator multimeter",
13+
"instrument_settings": {
14+
"ip_address": "localhost",
15+
"wrong_parameter": "value",
16+
"ip_port": "17000",
17+
"rx_timeout": "0.2"
18+
}
19+
}
20+
}
21+
],
22+
"measurements": [
23+
{
24+
"name": "Volt delayed",
25+
"settings": {
26+
"instrument_id": "a43cce1c-c4cd-4dbb-b2fd-1a7f9e1ba499",
27+
"measurement": "Get DC voltage",
28+
"gain": 1.0,
29+
"offset": 0.0
30+
}
31+
}
32+
],
33+
"process_steps": []
34+
}

0 commit comments

Comments
 (0)