Skip to content

Commit 7591e8f

Browse files
committed
WIP Pass bool record *NAM fields
1 parent 7f0d4b7 commit 7591e8f

File tree

1 file changed

+3
-0
lines changed
  • src/fastcs/transport/epics/ca

1 file changed

+3
-0
lines changed

src/fastcs/transport/epics/ca/util.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ def _verify_in_datatype(_, value):
9191
return value in datatype.names
9292

9393
arguments["validate"] = _verify_in_datatype
94+
case Bool():
95+
arguments["ZNAM"] = "False"
96+
arguments["ONAM"] = "True"
9497

9598
return arguments
9699

0 commit comments

Comments
 (0)