Skip to content

Commit

Permalink
improve vacuumSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 17, 2025
1 parent 0b36972 commit 0958a67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ibek-support-dls
Submodule ibek-support-dls updated from d6dcda to 2d69b2
1 change: 0 additions & 1 deletion src/builder2ibek/converters/epics_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ def handler(entity: Entity, entity_type: str, ioc: Generic_IOC):
entity.remove("at_end")

elif entity_type == "dbpf":
entity.type = "epics.Dbpf"
entity.value = str({entity.value})
8 changes: 4 additions & 4 deletions tests/samples/bl16i-va-ioc-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1935,18 +1935,18 @@ entities:
device: BL16I-VA-RACK-01:PSU-01
s: 9

- type: epics.Dbpf
- type: epics.dbpf
pv: BL16I-VA-PIRG-21:CTL:SETSP
value: '{0.2}'

- type: epics.Dbpf
- type: epics.dbpf
pv: BL16I-VA-IMG-21:CTL:SP.HIGH
value: '{0.3}'

- type: epics.Dbpf
- type: epics.dbpf
pv: BL16I-VA-SPACE-21:PSTA.B
value: '{1e-05}'

- type: epics.Dbpf
- type: epics.dbpf
pv: BL16I-VA-SPACE-21:P.HIGH
value: '{1e-05}'

0 comments on commit 0958a67

Please sign in to comment.