Skip to content

Commit 8ea0641

Browse files
committed
Access password protected manual by using chrome, oddly
1 parent 3a03b3e commit 8ea0641

File tree

1 file changed

+7
-10
lines changed
  • src/hardware/tektronix-tds2000b

1 file changed

+7
-10
lines changed

src/hardware/tektronix-tds2000b/api.c

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ static const char *coupling[] = {
175175

176176
// validated in doc page 74/2-53
177177
static const uint64_t probe_factor_new[] = {1, 10, 20, 50, 100, 500, 1000};
178-
// TODO: check that tds2000, tds1000 use this set
179-
// tds200, tds2000, tds1000 ?
178+
// tds200, tds2000, tds1000
180179
static const uint64_t probe_factor_old[] = {1, 10, 100, 1000};
181180

182181

@@ -254,7 +253,7 @@ static const char *trigger_sources_models_TPS_2k[] = {
254253
* [x] TBS1000: https://download.tek.com/manual/TBS1000-Oscilloscope-User-Manual_077076001.pdf
255254
* [x] TDS2000C/TDS1000C-EDU: https://download.tek.com/manual/TDS2000C-and-TDS1000C-EDU-Oscilloscope-User-Manual-EN_077082600.pdf
256255
* [x] TDS2000B/TDS1000B: https://download.tek.com/manual/071181702web.pdf
257-
* [ ] TDS2000/TDS1000: https://www.tek.com/en/oscilloscope/tds1002-manual/tds1000-and-tds2000-series-user-manual is password protected
256+
* [x] TDS2000/TDS1000: https://download.tek.com/manual/TDS2000_TDS1000_User_071106400_Revision_A.pdf
258257
* [x] TDS200: https://download.tek.com/manual/071039803.pdf
259258
* [x] TPS2000B:https://download.tek.com/manual/TPS2000B-Digital-Oscilloscope-User-Manual-077137901.pdf
260259
* [x] TPS2000: https://download.tek.com/manual/071144105web.pdf
@@ -287,16 +286,14 @@ static const struct device_spec device_models[] = {
287286
DEVICE_SPEC("TDS 224", 4, 1G, 100MHz, old, 5ns_5s, 2m_5V, TDS224),
288287

289288
// TDS original-series
290-
DEVICE_SPEC("TDS 1001", 2, 1G, 100MHz, old, 5ns_50s, 2m_5V, T_S_Remainder),
291-
DEVICE_SPEC("TDS 1002", 2, 1G, 100MHz, old, 5ns_50s, 2m_5V, T_S_Remainder), // TODO: docs missing
289+
DEVICE_SPEC("TDS 1002", 2, 1G, 60MHz, old, 5ns_50s, 2m_5V, T_S_Remainder),
292290
DEVICE_SPEC("TDS 1012", 2, 1G, 100MHz, old, 5ns_50s, 2m_5V, T_S_Remainder),
293291

294-
DEVICE_SPEC("TDS 2002", 2, 1G, 100MHz, old, 5ns_50s, 2m_5V, T_S_Remainder),
295-
DEVICE_SPEC("TDS 2004", 4, 1G, 100MHz, old, 5ns_50s, 2m_5V, T_S_Remainder),
296-
DEVICE_SPEC("TDS 2012", 2, 1G, 100MHz, old, 5ns_50s, 2m_5V, T_S_Remainder), // TODO: docs missing
292+
DEVICE_SPEC("TDS 2002", 2, 1G, 60MHz, old, 5ns_50s, 2m_5V, T_S_Remainder),
293+
DEVICE_SPEC("TDS 2012", 2, 1G, 100MHz, old, 5ns_50s, 2m_5V, T_S_Remainder),
297294
DEVICE_SPEC("TDS 2014", 4, 1G, 100MHz, old, 5ns_50s, 2m_5V, T_S_Remainder),
298-
DEVICE_SPEC("TDS 2022", 2, 1G, 100MHz, old, 5ns_50s, 2m_5V, T_S_Remainder),
299-
DEVICE_SPEC("TDS 2024", 4, 1G, 100MHz, old, 5ns_50s, 2m_5V, T_S_Remainder),
295+
DEVICE_SPEC("TDS 2022", 2, 2G, 200MHz, old, 2n5_50s, 2m_5V, T_S_Remainder),
296+
DEVICE_SPEC("TDS 2024", 4, 2G, 200MHz, old, 2n5_50s, 2m_5V, T_S_Remainder),
300297

301298
// TDS B-series
302299
DEVICE_SPEC("TDS 1001B", 2, 500M, 40MHz, new, 5ns_50s, 2m_5V, T_S_Remainder),

0 commit comments

Comments
 (0)