DRTResultResistance Property |
Gets or sets the series resistance determined by the calculation.
Namespace: RelaxIS_SDK.RelaxISWCFLink.DRTAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double Resistance { get; set; }
Public Property Resistance As Double
Get
Set
Dim instance As DRTResult
Dim value As Double
value = instance.Resistance
instance.Resistance = value
Property Value
DoubleSee Also