Skip to content

Simba.Data

Simba.Data.Analysis.ImportSignalFileJob

ImportSignalFileJob(string, CSVFormat, IProgress\<AnalysisProgress>) Constructor

Creates a CSV import job.

1
ImportSignalFileJob(importFilePath, csvFormat=Simba.Data.Analysis.CSVFormat.OneColumn, progress=None)

Parameters

importFilePath System.String

Path to a CSV file with a header row and invariant-culture numeric values.

csvFormat CSVFormat

Column layout of the CSV file.

progress System.IProgress<AnalysisProgress>

Optional receiver for progress and import errors.