Click or drag to resize

ConfigurationCellFrequencyDataFormat Property

Gets or sets the DataFormat of the FrequencyDefinition of this ConfigurationCell.

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

Property Value

DataFormat

Implements

IConfigurationCellFrequencyDataFormat
Exceptions
ExceptionCondition
NotSupportedExceptionSEL Fast Message only supports floating-point data.
Remarks
This property only supports floating-point data; SEL Fast Message doesn't transport scaled values.
See Also