Skip to content

Commit

Permalink
only added fields to the EPICS backend which are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Nov 20, 2024
1 parent f40ce4d commit 86aa42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fastcs/backends/epics/ioc.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def datatype_to_epics_fields(datatype: DataType) -> dict[str, Any]:
return {
DATATYPE_NAME_TO_RECORD_FIELD[field]: value
for field, value in asdict(datatype).items()
if field in DATATYPE_NAME_TO_RECORD_FIELD
}


Expand Down

0 comments on commit 86aa42a

Please sign in to comment.