ImpedanceSpectrum_FittedZReal Property |
The list of Z' values for type ColumnData
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public List<double> ZReal { get; set; }
Public Property ZReal As List(Of Double)
Get
Set
Dim instance As ImpedanceSpectrum_Fitted
Dim value As List(Of Double)
value = instance.ZReal
instance.ZReal = value
Property Value
ListDoubleSee Also