Skip to content

Simba.Data

Simba.Data.Analysis

ImportSignalFileJob

Imports sampled signals from a CSV file. OneColumn expects one time column followed by one or more value columns; MultiColumn expects time/value pairs.

Constructors
ImportSignalFileJob(string, CSVFormat, IProgress) Creates a CSV import job.
Methods
Run() Imports the file and stores the created signals in the job Signals collection.
Stop() Requests that the import stop after the current row.