RelaxISWCFLinkProxyGetDRT Method |
Calculates the DRT of the given spectrum.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public DRTResult GetDRT(
ImpedanceSpectrum Spectrum,
DRTSettings Settings
)
Public Function GetDRT (
Spectrum As ImpedanceSpectrum,
Settings As DRTSettings
) As DRTResult
Dim instance As RelaxISWCFLinkProxy
Dim Spectrum As ImpedanceSpectrum
Dim Settings As DRTSettings
Dim returnValue As DRTResult
returnValue = instance.GetDRT(Spectrum,
Settings)
Parameters
- Spectrum ImpedanceSpectrum
- The spectrum to calculate the DRT of.
- Settings DRTSettings
- The settings to use for the calculation.
Return Value
DRTResultThe calculated DRT.
Implements
IRelaxISWCFLinkGetDRT(ImpedanceSpectrum, DRTSettings)See Also