scpi: introduce some more requests
This commit is contained in:
parent
ff01b0ea2f
commit
2d7da5df82
|
@ -56,6 +56,13 @@ enum {
|
||||||
SCPI_CMD_GET_DIG_DATA,
|
SCPI_CMD_GET_DIG_DATA,
|
||||||
SCPI_CMD_GET_SAMPLE_RATE,
|
SCPI_CMD_GET_SAMPLE_RATE,
|
||||||
SCPI_CMD_GET_SAMPLE_RATE_LIVE,
|
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 {
|
struct scpi_command {
|
||||||
|
|
Loading…
Reference in New Issue