16:de9122b5680a | 17:fb8aa055f6e4 |
---|---|
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 """ | |
3 Constants used for HP3562A data block interpretation. | |
4 """ | |
2 | 5 |
3 EDSP = {0: "No data", | 6 EDSP = {0: "No data", |
4 1: "Frequency response", | 7 1: "Frequency response", |
5 2: "Power spectrum 1", | 8 2: "Power spectrum 1", |
6 3: "Power spectrum 2", | 9 3: "Power spectrum 2", |