]> sigrok.org Git - libsigrok.git/blobdiff - src/scpi.h
rdtech-dps: Retry sr_modbus_read_holding_registers() up to 3 times.
[libsigrok.git] / src / scpi.h
index 256aa4c1ceb9ba6b08d36b6c90ccecfebcd4051a..e8bb33f49583c0248f91c36976feb233a9a9aa95 100644 (file)
 enum {
        SCPI_CMD_GET_TIMEBASE = 1,
        SCPI_CMD_SET_TIMEBASE,
-       SCPI_CMD_GET_VERTICAL_DIV,
-       SCPI_CMD_SET_VERTICAL_DIV,
+       SCPI_CMD_GET_HORIZONTAL_DIV,
+       SCPI_CMD_GET_VERTICAL_SCALE,
+       SCPI_CMD_SET_VERTICAL_SCALE,
+       SCPI_CMD_GET_TRIGGER_SOURCE,
+       SCPI_CMD_SET_TRIGGER_SOURCE,
        SCPI_CMD_GET_TRIGGER_SLOPE,
        SCPI_CMD_SET_TRIGGER_SLOPE,
        SCPI_CMD_GET_TRIGGER_PATTERN,
        SCPI_CMD_SET_TRIGGER_PATTERN,
-       SCPI_CMD_GET_TRIGGER_SOURCE,
-       SCPI_CMD_SET_TRIGGER_SOURCE,
+       SCPI_CMD_GET_HIGH_RESOLUTION,
+       SCPI_CMD_SET_HIGH_RESOLUTION,
+       SCPI_CMD_GET_PEAK_DETECTION,
+       SCPI_CMD_SET_PEAK_DETECTION,
        SCPI_CMD_GET_COUPLING,
        SCPI_CMD_SET_COUPLING,
        SCPI_CMD_GET_HORIZ_TRIGGERPOS,