X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fscpi-dmm%2Fapi.c;h=077debc7ed1bd2c9594f366a36f234836951e135;hb=821266e8ed4116e08f2a64561cc570c47b5a4b40;hp=520dc7068a7c11c647f159b49167587aa626ce5f;hpb=d8064712ceff56145f6f2cee44abf6a76a22ca7e;p=libsigrok.git diff --git a/src/hardware/scpi-dmm/api.c b/src/hardware/scpi-dmm/api.c index 520dc706..077debc7 100644 --- a/src/hardware/scpi-dmm/api.c +++ b/src/hardware/scpi-dmm/api.c @@ -50,6 +50,7 @@ static const uint32_t devopts_generic_range[] = { static const struct scpi_command cmdset_agilent[] = { { DMM_CMD_SETUP_REMOTE, "\n", }, + { DMM_CMD_SETUP_LOCAL, "SYST:LOC", }, { DMM_CMD_SETUP_FUNC, "CONF:%s", }, { DMM_CMD_QUERY_FUNC, "CONF?", }, { DMM_CMD_START_ACQ, "INIT", },