ImpedanceSpectrum_FittedLowerFrequencyLimit Property |
The lower frequency limit of the spectrum, that defines which frequencies are taken into account for fits and additional functions.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double LowerFrequencyLimit { get; set; }
Public Property LowerFrequencyLimit As Double
Get
Set
Dim instance As ImpedanceSpectrum_Fitted
Dim value As Double
value = instance.LowerFrequencyLimit
instance.LowerFrequencyLimit = value
Return Value
DoubleThe lower frequency limit of the spectrum
Remarks Defaults to double.NegativeInfinity
See Also