Skip to content

Commit

Permalink
MNT #559
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 5, 2022
1 parent 776d710 commit 9b1ee67
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions apstools/devices/eurotherm_2216e.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ class Eurotherm2216e(PVPositionerSoftDoneWithStop):
EpicsSignal,
"SetPointSensor",
kind="config",
write_pv="ModeWrite"
write_pv="ModeWrite",
string=True,
)
program_number = Component(EpicsSignalRO, "ProgramNumber", kind="config")
program_status = Component(EpicsSignalRO, "ProgramStatus", kind="config")
program_status = Component(
EpicsSignalRO,
"ProgramStatus",
kind="config",
string=True
)

0 comments on commit 9b1ee67

Please sign in to comment.