Click or drag to resize

FrequencyDefinitionBaseOffset Property

Gets or sets the offset of this FrequencyDefinitionBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public override double Offset { get; set; }
View Source

Property Value

Double

Implements

IChannelDefinitionOffset
IChannelDefinitionOffset
Exceptions
ExceptionCondition
NotSupportedExceptionFrequency offset is read-only; value is determined by nominal frequency specified in containing configuration cell.
Remarks
Offset for frequency values will always be the nominal frequency as defined in parent configuration cell; assigning a value is not supported.
See Also