Click or drag to resize

RelaxISWCFLinkProxyGetDRT Method

Calculates the DRT of the given spectrum.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public DRTResult GetDRT(
	ImpedanceSpectrum Spectrum,
	DRTSettings Settings
)

Parameters

Spectrum  ImpedanceSpectrum
The spectrum to calculate the DRT of.
Settings  DRTSettings
The settings to use for the calculation.

Return Value

DRTResult
The calculated DRT.

Implements

IRelaxISWCFLinkGetDRT(ImpedanceSpectrum, DRTSettings)
See Also