rigol-ds: fix the smallest supported vdiv for the DS2000 series.

This commit is contained in:
Aurelien Jacobs 2015-02-14 23:54:13 +01:00 committed by Uwe Hermann
parent 81b85663f3
commit 96cb7faac3
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ static const struct rigol_ds_series supported_series[] = {
[DS1000] = {VENDOR(RIGOL), "DS1000", PROTOCOL_V2, FORMAT_IEEE488_2,
{50, 1}, {2, 1000}, 12, 600, 1048576},
[DS2000] = {VENDOR(RIGOL), "DS2000", PROTOCOL_V3, FORMAT_IEEE488_2,
{500, 1}, {2, 1000}, 14, 1400, 14000},
{500, 1}, {500, 1000000}, 14, 1400, 14000},
[DS2000A] = {VENDOR(RIGOL), "DS2000A", PROTOCOL_V3, FORMAT_IEEE488_2,
{1000, 1}, {500, 1000000}, 14, 1400, 14000},
[DSO1000] = {VENDOR(AGILENT), "DSO1000", PROTOCOL_V3, FORMAT_IEEE488_2,