Click or drag to resize

ImpedanceSpectrum_FittedFromImpedanceSpectrum Method

Converts the new spectrum into a legacy spectrum with the same values.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static ImpedanceSpectrum_Fitted FromImpedanceSpectrum(
	ImpedanceSpectrum spectrum
)

Parameters

spectrum  ImpedanceSpectrum
The source spectrum.

Return Value

ImpedanceSpectrum_Fitted
The result spectrum.
Remarks
This looses the per-point active information and only uses the minimum and maximum active point frequencies.
See Also