Skip to content
Snippets Groups Projects
Commit c6da85e0 authored by Emanuele Laface's avatar Emanuele Laface
Browse files

Unit fixes in POS

parent 2daec96f
No related branches found
No related tags found
No related merge requests found
Pipeline #83801 passed
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
"value": "datasources[\"POS\"][\"RFQ-010:RFS-DIG-101:AI6-SMonAvg-Mag\"][\"value\"].toFixed(3)", "value": "datasources[\"POS\"][\"RFQ-010:RFS-DIG-101:AI6-SMonAvg-Mag\"][\"value\"].toFixed(3)",
"sparkline": false, "sparkline": false,
"animate": true, "animate": true,
"units": "W" "units": "kW"
} }
} }
] ]
...@@ -357,7 +357,8 @@ ...@@ -357,7 +357,8 @@
"settings": { "settings": {
"size": "regular", "size": "regular",
"value": "Math.round(datasources[\"POS\"][\"RFQ-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"])", "value": "Math.round(datasources[\"POS\"][\"RFQ-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"])",
"animate": true "animate": true,
"units": "μs"
} }
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment