Skip to content

Commit

Permalink
Name signal to match expected PV name
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Nov 27, 2024
1 parent ea285a7 commit c5ee3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ophyd_async/epics/adandor/_andor_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Andor2DriverIO(ADBaseIO):
def __init__(self, prefix: str, name: str = "") -> None:
self.trigger_mode = epics_signal_rw(Andor2TriggerMode, prefix + "TriggerMode")
self.data_type = epics_signal_r(ADBaseDataType, prefix + "DataType_RBV")
self.accumulate_period = epics_signal_r(
self.andor_accumulate_period = epics_signal_r(
float, prefix + "AndorAccumulatePeriod_RBV"
)
self.image_mode = epics_signal_rw_rbv(ImageMode, prefix + "ImageMode")
Expand Down

0 comments on commit c5ee3df

Please sign in to comment.