areaDetector / ADPICam

areaDetector driver for Princeton Instruments cameras using the PICam library
https://areadetector.github.io/areaDetector/ADPICam/PICamDoc.html
3 stars 4 forks source link

Fix typo in EnableNondestructiveReadout PV name to match other PV names #10

Closed jwlodek closed 3 years ago

jwlodek commented 3 years ago

This PV name currently doesn't match its RBV partner PV. There are two other PVs with similar names, so I changed this one to match.

The other PVs with similar names are as follows:

record(bi, "$(P)$(R)EnableNondestructiveReadout_RBV")

record(ao, "$(P)$(R)NondestructiveReadoutPeriod")

record(ai, "$(P)$(R)NondestructiveReadoutPeriod_RBV")