mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-04-30 12:42:23 +02:00
32 lines
434 B
JSON
32 lines
434 B
JSON
{
|
|
"scan_name": "scan_test",
|
|
"Id": [
|
|
"motor1_PV",
|
|
"motor2_PV"
|
|
],
|
|
"name": [
|
|
"motor1",
|
|
"motor2"
|
|
],
|
|
"offset": [
|
|
10.0,
|
|
-5.0
|
|
],
|
|
"conversion_factor": [
|
|
1.0,
|
|
0.2
|
|
],
|
|
"scan_readbacks": [
|
|
1.01,
|
|
4.1
|
|
],
|
|
"scan_readbacks_raw": [
|
|
1.0,
|
|
4.0
|
|
],
|
|
"scan_values": [
|
|
11.01,
|
|
-3.9975
|
|
]
|
|
}
|