From: Gerhard Sittig Date: Fri, 21 May 2021 16:37:05 +0000 (+0200) Subject: scpi-dmm: avoid get/set range calls for some of the Agilent DMM functions X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=5bf642dbf80b8070b238ec1d83454e677cb2336b;hp=5bf642dbf80b8070b238ec1d83454e677cb2336b scpi-dmm: avoid get/set range calls for some of the Agilent DMM functions While queries for the range are supported for voltage, current, resistence, capacitance, the same queries in temperature, frequency, diode, continuity modes not only fail but even lose the USB connection to the device. This was consistently observed with 34405A and 34465A. Suppress get and set range requests for the known problematic modes of the Agilent protocol speaking meters. ---