IRelaxISWCFLinkReadEISData Method |
Parse the given data 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 [OperationContractAttribute]
List<ImpedanceSpectrum> ReadEISData(
IList<byte> data
)
<OperationContractAttribute>
Function ReadEISData (
data As IList(Of Byte)
) As List(Of ImpedanceSpectrum)
Dim instance As IRelaxISWCFLink
Dim data As IList(Of Byte)
Dim returnValue As List(Of ImpedanceSpectrum)
returnValue = instance.ReadEISData(data)
Parameters
- data IListByte
- The data to read.
Return Value
ListImpedanceSpectrumThe list of spectra, if any.
See Also