hameg-hmo: Add Rohde&Schwarz HMO 1002
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.
This commit is contained in:
parent
797f1a0cf3
commit
da1726cc4c
|
@ -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[] = {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue