]> sigrok.org Git - libsigrok.git/commitdiff
scpi-pps: Add support for R&S HMC8042
authorMarc Schink <redacted>
Wed, 12 Apr 2023 05:13:55 +0000 (07:13 +0200)
committerGerhard Sittig <redacted>
Thu, 21 Dec 2023 20:38:39 +0000 (21:38 +0100)
Signed-off-by: Marc Schink <redacted>
src/hardware/scpi-pps/profiles.c

index 01ce6fb63d86e58cd6f543cb056d68377ef1418e..2b759e5d8187cccf66438238f44de31bf2092cfe 100644 (file)
@@ -1742,6 +1742,18 @@ SR_PRIV const struct scpi_pps pps_profiles[] = {
                .update_status = NULL,
        },
 
+       /* Rohde & Schwarz HMC8042 */
+       { "Rohde&Schwarz", "HMC8042", SCPI_DIALECT_UNKNOWN, 0,
+               ARRAY_AND_SIZE(rs_hmc8043_devopts),
+               ARRAY_AND_SIZE(rs_hmc8043_devopts_cg),
+               rs_hmc8043_ch, 2,
+               rs_hmc8043_cg, 2,
+               rs_hmc8043_cmd,
+               .probe_channels = NULL,
+               .init_acquisition = NULL,
+               .update_status = NULL,
+       },
+
        /* Rohde & Schwarz HMC8043 */
        { "Rohde&Schwarz", "HMC8043", SCPI_DIALECT_UNKNOWN, 0,
                ARRAY_AND_SIZE(rs_hmc8043_devopts),