Difference between revisions of "Tektronix TDS2024B"

From sigrok
Jump to navigation Jump to search
m (mark in progress)
 
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:
| image              = [[File:Tektronix tds2024b mugshot.png|180px]]
| image              = [[File:Tektronix tds2024b mugshot.png|180px]]
| name                = Tektronix TDS2024B
| name                = Tektronix TDS2024B
| status              = planned
| status              = in progress
| source_code_dir    =  
| source_code_dir    =  
| channels            = 4
| channels            = 4
| samplerate          = 2GS/s
| samplerate          = 2GS/s
| samplerate_equiv    = ?
| bandwidth          = 200MHz
| bandwidth          = 200MHz
| vertical_resolution = 8bits
| vertical_resolution = 8bits
| triggers            = edge, composite video, alternate
| triggers            = edge, pulse width, composite video, alternate
| display            = 5.7" QVGA (320x240)
| connectivity        = USB host/device, GPIB
| connectivity        = USB host/device, GPIB
| features            = [http://www.tek.com/oscilloscope/tds1001b-manual/tds1000b-and-tds2000b-series tek.com]
| features            = [http://www.tek.com/oscilloscope/tds1001b-manual/tds1000b-and-tds2000b-series tek.com]
}}
}}


The '''Tektronix TDS2024B''' is 4 channel oscilloscope with 2GSa/s sampling rate, analog bandwidth of 200MHz and USB connectivity (optionally GPIB via the TEK-USB-488 adapter).
The '''Tektronix TDS2024B''' is 4 channel oscilloscope with 2GS/s sampling rate, analog bandwidth of 200MHz and USB connectivity (optionally GPIB via the TEK-USB-488 adapter).


See [[Tektronix TDS2024B/Info]] for more details (such as '''lsusb -v''' output) about the device.  
See [[Tektronix TDS2024B/Info]] for more details (such as '''lsusb -v''' output) about the device.  
Line 29: Line 29:


== Usage ==
== Usage ==
Test your Device for USB connection
 
Test your device for USB connection with Linux (also works in an VM):
$ '''echo *IDN? > /dev/usbtmc0 && cat /dev/usbtmc0'''
 
$ '''echo *IDN? > /dev/usbtmc1 && cat /dev/usbtmc1'''


Output should be similar to this:
Output should be similar to this:
TEKTRONIX,TDS 2024B,C100044,CF:91.1CT FV:v22.16
 
<code>TEKTRONIX,TDS 2024B,C100044,CF:91.1CT FV:v22.16</code>


== Protocol ==
== Protocol ==
Line 42: Line 44:
== Resources ==
== Resources ==


* [http://www1.tek.com/forum/viewtopic.php?f=5&t=127 Tektronix forum: Data logging with TDS2024B]
* [https://forum.tek.com/viewtopic.php?t=131908 Tektronix forum: Data logging with TDS2024B]
* [https://forum.tek.com/viewtopic.php?t=136170 Tektronix forum: Save on Trigger example in Python TDS20xx]
* [https://github.com/ymei/USBScope TDS2024B Read Waveform over USBTMC]


[[Category:Device]]
[[Category:Device]]
[[Category:Oscilloscope]]
[[Category:Oscilloscope]]
[[Category:Planned]]
[[Category:In progress]]

Latest revision as of 22:42, 4 March 2023

Tektronix TDS2024B
Tektronix tds2024b mugshot.png
Status in progress
Channels 4
Samplerate 2GS/s
Analog bandwidth 200MHz
Vertical resolution 8bits
Triggers edge, pulse width, composite video, alternate
Display 5.7" QVGA (320x240)
Connectivity USB host/device, GPIB
Features tek.com

The Tektronix TDS2024B is 4 channel oscilloscope with 2GS/s sampling rate, analog bandwidth of 200MHz and USB connectivity (optionally GPIB via the TEK-USB-488 adapter).

See Tektronix TDS2024B/Info for more details (such as lsusb -v output) about the device.

See Tektronix TDS2000B series for information common to all devices in this series.

Hardware

Photos

Usage

Test your device for USB connection with Linux (also works in an VM):

$ echo *IDN? > /dev/usbtmc1 && cat /dev/usbtmc1

Output should be similar to this:

TEKTRONIX,TDS 2024B,C100044,CF:91.1CT FV:v22.16

Protocol

See Tektronix TDS2000B series#Protocol.

Resources