diff --git a/artiq/coredevice/suservo.py b/artiq/coredevice/suservo.py index 28feba4ec..8855fd2ef 100644 --- a/artiq/coredevice/suservo.py +++ b/artiq/coredevice/suservo.py @@ -191,7 +191,7 @@ class SUServo: @kernel def get_adc_mu(self, adc): - """Get an ADC reading (IIR filter input X0) in machine units. + """Get the latest ADC reading (IIR filter input X0) in machine units. This method does not advance the timeline but consumes all slack. @@ -225,7 +225,7 @@ class SUServo: @kernel def get_adc(self, channel): - """Get an ADC reading (IIR filter input X0). + """Get the latest ADC reading (IIR filter input X0). This method does not advance the timeline but consumes all slack.