Click or drag to resize

ConfigurationCellPhasorDataFormat Property

Gets or sets the DataFormat for the IPhasorDefinition objects in the PhasorDefinitions of this ConfigurationCell.

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

Property Value

DataFormat

Implements

IConfigurationCellPhasorDataFormat
Exceptions
ExceptionCondition
NotSupportedExceptionSEL CWS only supports fixed-integer data.
Remarks
This property only supports fixed-integer phasor data; SEL CWS doesn't transport floating-point phasor values.
See Also