dodal.devices.current_amplifiers.CurrentAmpDet#
- class dodal.devices.current_amplifiers.CurrentAmpDet[source]#
- CurrentAmpDet composed of a CurrentAmp and a CurrentAmpCounter. It provides
the option for automatically changing the CurrentAmp gain to within the optimal range. It also converts the currentAmp/counter output back into the detector current output in Amp.
- current_amp#
Current amplifier type device.
- Type:
currentAmp
- counter#
Counter that capture the current amplifier output.
- Type:
- Parameters:
current_amp (
CurrentAmp
)counter (
CurrentAmpCounter
)name (
str
, default:''
)
Methods
auto_gain
()Convert the output(count and gain) back into the read detector output in Amp.
prepare
(value)read
()stage
()unstage
()Attributes