RelaxISWCFLinkProxyReadEISDataFile Method |
Read the data from a file, parse them with a built-in file format if possible and return the spectra.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public List<ImpedanceSpectrum> ReadEISDataFile(
string filename
)
Public Function ReadEISDataFile (
filename As String
) As List(Of ImpedanceSpectrum)
Dim instance As RelaxISWCFLinkProxy
Dim filename As String
Dim returnValue As List(Of ImpedanceSpectrum)
returnValue = instance.ReadEISDataFile(filename)
Parameters
- filename String
- The name of the file to read.
Return Value
ListImpedanceSpectrumThe list of spectra, if any.
Implements
IRelaxISWCFLinkReadEISDataFile(String)See Also