Skip to content

Commit

Permalink
Remove obsolete PV PoolMaxBuffers
Browse files Browse the repository at this point in the history
This PV was removed from ADCore since 3.3.1, see
areaDetector/ADCore@47c70bf
  • Loading branch information
xiaoqiangwang authored Dec 21, 2023
1 parent c8847c8 commit ac48433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ophyd/areadetector/cam.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class CamBase(ADBase):
nd_attributes_file = ADCpt(EpicsSignal, "NDAttributesFile", string=True)
pool_alloc_buffers = ADCpt(EpicsSignalRO, "PoolAllocBuffers")
pool_free_buffers = ADCpt(EpicsSignalRO, "PoolFreeBuffers")
pool_max_buffers = ADCpt(EpicsSignalRO, "PoolMaxBuffers")
pool_max_mem = ADCpt(EpicsSignalRO, "PoolMaxMem")
pool_used_buffers = ADCpt(EpicsSignalRO, "PoolUsedBuffers")
pool_used_mem = ADCpt(EpicsSignalRO, "PoolUsedMem")
Expand Down

0 comments on commit ac48433

Please sign in to comment.