Click or drag to resize

IRelaxISWCFLinkReadEISDataFile Method

Read the data from a file, parse them with a built-in file format if possible and return the spectra.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[OperationContractAttribute]
List<ImpedanceSpectrum> ReadEISDataFile(
	string filename
)

Parameters

filename  String
The name of the file to read.

Return Value

ListImpedanceSpectrum
The list of spectra, if any.
See Also