rigol-ds: fix the smallest supported vdiv for the DS2000 series.
This commit is contained in:
parent
81b85663f3
commit
96cb7faac3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue