Click or drag to resize

RelaxISPlugin_FileFormatGetData(Stream) Method

Returns the data in the file in the form of impedance spectra

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract FileFormatResult GetData(
	Stream input
)

Parameters

input  Stream
Provides data data of the file

Return Value

FileFormatResult
A list of impedance spectra in the file, that can be set to be further split by RelaxIS
See Also