]> sigrok.org Git - libsigrok.git/commitdiff
hameg-hmo: Add Rohde&Schwarz HMO 1002
authorStefan Brüns <redacted>
Sun, 10 Apr 2016 16:41:47 +0000 (18:41 +0200)
committerUwe Hermann <redacted>
Sun, 17 Apr 2016 12:50:42 +0000 (14:50 +0200)
Hameg is a R&S measurement instruments subsidiary. The HMO 1002 is an
entry level scope, compatible with the SCPI commands of the larger models.

src/hardware/hameg-hmo/api.c
src/hardware/hameg-hmo/protocol.c

index 1b36f04e396e126819fbbeb2ba3d79da221c2373..b2705d084cec4d9b34c6ed1dcb216d5f20f2f9e9 100644 (file)
@@ -28,6 +28,7 @@ SR_PRIV struct sr_dev_driver hameg_hmo_driver_info;
 
 static const char *manufacturers[] = {
        "HAMEG",
+       "Rohde&Schwarz",
 };
 
 static const uint32_t drvopts[] = {
index de93e74a7438c0919b2ddc4f84f6912a83d96efe..159fe21adaf58f84c2b388f5cdc4a9614596e33b 100644 (file)
@@ -203,7 +203,7 @@ static const char *scope_digital_channel_names[] = {
 static const struct scope_config scope_models[] = {
        {
                /* HMO2522/3032/3042/3052 support 16 digital channels but they're not supported yet. */
-               .name = {"HMO722", "HMO1022", "HMO1522", "HMO2022", "HMO2522",
+               .name = {"HMO1002", "HMO722", "HMO1022", "HMO1522", "HMO2022", "HMO2522",
                                "HMO3032", "HMO3042", "HMO3052", NULL},
                .analog_channels = 2,
                .digital_channels = 8,