]> sigrok.org Git - sigrok-dumps.git/blob - misc/square_wave_2ch/README
avr_isp: add dump for ATmega328/P
[sigrok-dumps.git] / misc / square_wave_2ch / README
1 -------------------------------------------------------------------------------
2 Agilent MSO7034A
3 -------------------------------------------------------------------------------
4
5 This is a set of files saved/exported from the Agilent MSO7034A oscilloscope.
6
7 Details:
8 http://www.keysight.com/en/pd-1293631-pn-MSO7034A/mixed-signal-oscilloscope-350-mhz-4-analog-plus-16-digital-channels
9
10
11 Setup
12 -----
13
14 The oscilloscope has the following options in the 'Save/Recall' menu, that
15 can be used to save the acquired/displayed data on a USB thumb drive:
16
17  - Trace and Setup
18   - Used to store the data *in* the scope (not on USB thumb drive)
19  - BMP (8-bit) image file
20   - Options: Setup info = y/n, Invert Grat = y/n, Palette = Color/Grayscale
21  - BMP (24-bit) image file
22   - Options: Setup info = y/n, Invert Grat = y/n, Palette = Color/Grayscale
23  - PNG (24-bit) image file
24   - Options: Setup info = y/n, Invert Grat = y/n, Palette = Color/Grayscale
25  - CSV data file
26   - Options: Setup info = y/n, Length = 100/250/500/1000
27  - ASCII XY data file
28   - Options: Setup info = y/n, Length = x
29     (x = 100/250/500/1000/2000/5000/10000/20000/50000/100000/200000/500000
30      1000000/2000000)
31  - ALB data file
32   - Options: Setup info = y/n, Length = x (see above),
33     Alb serial format = Default/CAN/I2C/LIN/UART|RS232/SPI2/SPI3/SPI4
34  - BIN data file
35   - Options: Setup info = y/n, Length = x (see above)
36  - Lister data file
37   - No options
38
39 When "Setup info" is enabled, the scope also saves an additional file
40 with the respective basename and a *.txt extention (e.g. "scope_0.txt"),
41 which contains some ASCII info about the scope setup, any measurements
42 displayed on the LCD, and so on.
43
44
45 Files
46 -----
47
48 Channels 1 and 2 of the (4-channel) scope were connected to the test output
49 of the scope (used for probe impedance matching), which outputs a 1.2kHz
50 square wave signal with an amplitude of 2.5V (2.72V peak-to-peak).
51
52 After the "Stop" button was pressed, the following files were saved:
53
54  scope_0: BMP (8-bit)
55  scope_1: BMP (24-bit)
56  scope_2: PNG (24-bit)
57  scope_3: CSV, 1000
58  scope_4: CSV, 500
59  scope_5: CSV, 250
60  scope_6: CSV, 100
61  scope_7: ASCII XY, 100
62  scope_8: ASCII XY, 250
63  ...
64  scope_19: ASCII XY, 1000000
65  scope_20: ASCII XY, 2000000
66  scope_21: ALB, 100, Default
67  scope_22: ALB, 100, CAN
68  scope_23: ALB, 100, I2C
69  scope_24: ALB, 100, LIN
70  scope_25: ALB, 100, UART/RS232
71  scope_26: ALB, 100, SPI2 (SPI3/4 cannot be be used with only 2 channels)
72  scope_27: BIN, 100
73  scope_28: BIN, 250
74  scope_29: BIN, 500
75  scope_30: Lister
76  
77 Only two "Setup info" files are included, scope_0.txt and scope_4.txt.
78 The first one is valid (and identical) for files scope_0* to scope_3*, the
79 latter is valid (and identical) for the files scope_4* to scope_30*.
80
81 The *.bin files contain the device's serial number. This has been changed
82 (via hex editor) to "MY12345678" in the files.
83