File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ record(ai, "$(P)PRESSURE") {
260260 field(DTYP, "stream")
261261 field(SCAN, "1 second")
262262 field(INP, "@OxInstIPS_SCPI.protocol getPressure $(PORT)")
263- field(EGU, "mBar ")
263+ field(EGU, "mbar ")
264264 field(PREC, "4")
265265
266266 field(SIML, "$(P)SIM")
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ record(ai, "$(P)LVL:HE:EMPTY:RES") {
99 field(DTYP, "stream")
1010 field(SCAN, "5 second")
1111 field(INP, "@OxInstIPS_SCPI.protocol getLevelHeEmptyRes $(PORT)")
12- field(EGU, "Ohm ")
12+ field(EGU, "ohm ")
1313 field(PREC, "2")
1414
1515 field(SIML, "$(P)SIM")
@@ -23,7 +23,7 @@ record(ao, "$(P)LVL:HE:EMPTY:RES:SP") {
2323 field(DESC, "Set empty helium resistance value")
2424 field(DTYP, "stream")
2525 field(OUT, "@OxInstIPS_SCPI.protocol setLevelHeEmptyRes $(PORT)")
26- field(EGU, "Ohm ")
26+ field(EGU, "ohm ")
2727 field(PREC, "2")
2828
2929 field(SIML, "$(P)SIM")
@@ -37,7 +37,7 @@ record(ai, "$(P)LVL:HE:FULL:RES") {
3737 field(DTYP, "stream")
3838 field(SCAN, "5 second")
3939 field(INP, "@OxInstIPS_SCPI.protocol getLevelHeFullRes $(PORT)")
40- field(EGU, "Ohm ")
40+ field(EGU, "ohm ")
4141 field(PREC, "2")
4242
4343 field(SIML, "$(P)SIM")
@@ -51,7 +51,7 @@ record(ao, "$(P)LVL:HE:FULL:RES:SP") {
5151 field(DESC, "Set full helium resistance value")
5252 field(DTYP, "stream")
5353 field(OUT, "@OxInstIPS_SCPI.protocol setLevelHeFullRes $(PORT)")
54- field(EGU, "Ohm ")
54+ field(EGU, "ohm ")
5555 field(PREC, "2")
5656
5757 field(SIML, "$(P)SIM")
You can’t perform that action at this time.
0 commit comments