ImpedanceSpectrum_FittedLastTransferFunction Property |
The name of the transfer function 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 LastTransferFunction { get; set; }
Public Property LastTransferFunction As String
Get
Set
Dim instance As ImpedanceSpectrum_Fitted
Dim value As String
value = instance.LastTransferFunction
instance.LastTransferFunction = value
Return Value
StringThe transfer function name
See Also