From bcceac91c35dd7f863440739af01e027838be45d Mon Sep 17 00:00:00 2001 From: Joris van Rantwijk Date: Fri, 11 Oct 2024 23:10:22 +0200 Subject: [PATCH] Minor fix in documentation --- doc/remote_control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/remote_control.md b/doc/remote_control.md index 41e2986..b0f2b9b 100644 --- a/doc/remote_control.md +++ b/doc/remote_control.md @@ -102,8 +102,8 @@ In the response string, such data elements are separated by space characters. | `AIN:CHANNELS:COUNT?` | Number of input channels. | | `AIN:CHANNELS:ACTIVE` | Number of active input channels. | | `AIN:CHn:RANGE` | Analog input range. | -| `AIN:CHn:OFFSET[:LO|HI]` | Offset calibration. | -| `AIN:CHn:GAIN[:LO|HI]` | Gain calibration. | +| `AIN:CHn:OFFSET` | Offset calibration. | +| `AIN:CHn:GAIN` | Gain calibration. | | `AIN:CAL:SAVE` | Save calibration. | | `AIN:CHn:SAMPLE[:RAW]?` | Read ADC sample. | | `AIN:CHn:MINMAX[:RAW]?` | Read ADC range monitor. |