ImpedanceSpectrum_FittedLastWeightingMode Property |
The name of the weighting mode that was used for the last fit of the spectrum
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string LastWeightingMode { get; set; }
Public Property LastWeightingMode As String
Get
Set
Dim instance As ImpedanceSpectrum_Fitted
Dim value As String
value = instance.LastWeightingMode
instance.LastWeightingMode = value
Return Value
StringThe weighting mode name
See Also