Click or drag to resize

ImpedanceSpectrum_FittedApplyTo Method

Apply the settings in this object to the given ImpedanceSpectrum object.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public void ApplyTo(
	ImpedanceSpectrum spectrum
)

Parameters

spectrum  ImpedanceSpectrum
The spectrum to apply to.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the data lengths are different.
See Also