rigol-ds: Add model entries for MSO2000A series.
This should be sufficient to fully support these models, unless there are protocol differences for the digital channels. This fixes bug #778.
This commit is contained in:
parent
10892c5b8a
commit
09f24ef2a9
|
@ -250,6 +250,10 @@ static const struct rigol_ds_model supported_models[] = {
|
|||
{SERIES(DS2000A), "DS2102A", {5, 1000000000}, 2, false},
|
||||
{SERIES(DS2000A), "DS2202A", {2, 1000000000}, 2, false},
|
||||
{SERIES(DS2000A), "DS2302A", {1, 1000000000}, 2, false},
|
||||
{SERIES(DS2000A), "MSO2072A", {5, 1000000000}, 2, true},
|
||||
{SERIES(DS2000A), "MSO2102A", {5, 1000000000}, 2, true},
|
||||
{SERIES(DS2000A), "MSO2202A", {2, 1000000000}, 2, true},
|
||||
{SERIES(DS2000A), "MSO2302A", {1, 1000000000}, 2, true},
|
||||
{SERIES(DSO1000), "DSO1002A", {5, 1000000000}, 2, false},
|
||||
{SERIES(DSO1000), "DSO1004A", {5, 1000000000}, 4, false},
|
||||
{SERIES(DSO1000), "DSO1012A", {2, 1000000000}, 2, false},
|
||||
|
|
Loading…
Reference in New Issue