We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1592343 commit bf61df1Copy full SHA for bf61df1
src/fastcs/backends/epics/ioc.py
@@ -43,6 +43,7 @@ def datatype_to_epics_fields(datatype: DataType) -> dict[str, Any]:
43
return {
44
DATATYPE_NAME_TO_RECORD_FIELD[field]: value
45
for field, value in asdict(datatype).items()
46
+ if field in DATATYPE_NAME_TO_RECORD_FIELD
47
}
48
49
0 commit comments