Skip to content

Tektronix CSV import: use channel headers as signal titles #348

Description

@StefanoPierini-Codra

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

  1. Export a multi-channel CSV file from a Tektronix oscilloscope.
  2. In DataLab, choose Import text files.
  3. Configure the importer to skip the first 16 lines and use the first remaining line as the header.
  4. 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.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions