Click or drag to resize

PhasorDefinitionConversionFactor Property

Gets or sets the conversion factor of this ChannelDefinitionBase.

Namespace: GSF.PhasorProtocols.BPAPDCstream
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override double ConversionFactor { get; set; }
View Source

Property Value

Double

Implements

IChannelDefinitionConversionFactor
Remarks
This method is hidden from the consumer since BPA PDCstream uses a custom conversion factor. Property always returns 1.0, updates are ignored.
See Also