mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-04-30 18:52:23 +02:00
31 lines
469 B
JSON
31 lines
469 B
JSON
{
|
|
"scan_name": "scan_test",
|
|
"motors_pv_name": [
|
|
"motor1_PV",
|
|
"motor2_PV"
|
|
],
|
|
"motors_name": [
|
|
"motor1",
|
|
"motor2"
|
|
],
|
|
"motors_offset": [
|
|
10.0,
|
|
-5.0
|
|
],
|
|
"motors_coefficient": [
|
|
1.0,
|
|
0.2
|
|
],
|
|
"motors_readback_value": [
|
|
1.01,
|
|
4.1
|
|
],
|
|
"motors_value": [
|
|
1.0,
|
|
4.0
|
|
],
|
|
"motors_readback_raw": [
|
|
11.01,
|
|
-3.9975
|
|
]
|
|
} |