Fix OOPT error

This commit is contained in:
Jim Larsson
2024-06-20 08:54:56 +00:00
parent e7c34375ee
commit bf9dccedc6

View File

@@ -230,7 +230,7 @@ record(calcout, "$(P)$(R)#StopAfterAcq0") {
field(DESC, "Stop seq when acquire 0")
field(CALC, "A = 0")
field(INPA, "$(P)$(R)Acquire CPP")
field(OOPT, "When Non-Zero")
field(OOPT, "When Non-zero")
field(OUT, "$(P)$(R)#SoftSeqDisable PP")
}