rigol-ds: Add DS1074Z Plus and DS1104Z Plus.

This was successfully tested on a DS1074Z Plus.
This commit is contained in:
Karsten König 2016-09-24 11:02:14 +02:00 committed by Uwe Hermann
parent d5794ad63a
commit d53295e69e
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,8 @@ static const struct rigol_ds_model supported_models[] = {
{SERIES(DS1000Z), "DS1104Z", {5, 1000000000}, 4, false},
{SERIES(DS1000Z), "DS1074Z-S", {5, 1000000000}, 4, false},
{SERIES(DS1000Z), "DS1104Z-S", {5, 1000000000}, 4, false},
{SERIES(DS1000Z), "DS1074Z Plus", {5, 1000000000}, 4, false},
{SERIES(DS1000Z), "DS1104Z Plus", {5, 1000000000}, 4, false},
{SERIES(DS1000Z), "MSO1074Z", {5, 1000000000}, 4, true},
{SERIES(DS1000Z), "MSO1104Z", {5, 1000000000}, 4, true},
{SERIES(DS1000Z), "MSO1074Z-S", {5, 1000000000}, 4, true},