ImpedanceSpectrum_FittedIsFitUpToDate Property |
Indicates if the current parameter values were determined by a successful fit
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool IsFitUpToDate { get; set; }
Public Property IsFitUpToDate As Boolean
Get
Set
Dim instance As ImpedanceSpectrum_Fitted
Dim value As Boolean
value = instance.IsFitUpToDate
instance.IsFitUpToDate = value
Return Value
BooleanTrue if the fit is up to date, false if not
See Also