Summary
When importing a CSV exported by a Tektronix oscilloscope, DataLab correctly detects the signal objects (for example, CH1, CH2, and CH3) in the object list. However, the plotted signal titles do not match those channel identifiers, making it difficult to identify each curve.
Steps to reproduce
- Export a multi-channel CSV file from a Tektronix oscilloscope.
- In DataLab, choose Import text files.
- Configure the importer to skip the first 16 lines and use the first remaining line as the header.
- Import the file.
Actual behavior
The imported objects are identified as channels in the object list, but the curve titles displayed in DataLab are not associated with the corresponding channel names.
Expected behavior
Imported signal titles should use the CSV channel headers, such as CH1, CH2, and CH3, so the curves can be identified consistently in both the object list and the plot.
Summary
When importing a CSV exported by a Tektronix oscilloscope, DataLab correctly detects the signal objects (for example,
CH1,CH2, andCH3) in the object list. However, the plotted signal titles do not match those channel identifiers, making it difficult to identify each curve.Steps to reproduce
Actual behavior
The imported objects are identified as channels in the object list, but the curve titles displayed in DataLab are not associated with the corresponding channel names.
Expected behavior
Imported signal titles should use the CSV channel headers, such as
CH1,CH2, andCH3, so the curves can be identified consistently in both the object list and the plot.