scpi: introduce some more requests

This commit is contained in:
Stefan Brüns 2016-04-18 20:30:39 +02:00 committed by Uwe Hermann
parent ff01b0ea2f
commit 2d7da5df82
1 changed files with 7 additions and 0 deletions

View File

@ -56,6 +56,13 @@ enum {
SCPI_CMD_GET_DIG_DATA,
SCPI_CMD_GET_SAMPLE_RATE,
SCPI_CMD_GET_SAMPLE_RATE_LIVE,
SCPI_CMD_GET_DATA_FORMAT,
SCPI_CMD_GET_PROBE_FACTOR,
SCPI_CMD_SET_PROBE_FACTOR,
SCPI_CMD_GET_PROBE_UNIT,
SCPI_CMD_SET_PROBE_UNIT,
SCPI_CMD_GET_ANALOG_CHAN_NAME,
SCPI_CMD_GET_DIG_CHAN_NAME,
};
struct scpi_command {