|
FrameParserCalculatePhaseEstimates Property
|
Gets flag that determines if phase estimates should be calculated for phasor measurements.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.260-beta
Syntaxpublic bool CalculatePhaseEstimates { get; set; }Public Property CalculatePhaseEstimates As Boolean
Get
Set
public:
property bool CalculatePhaseEstimates {
bool get ();
void set (bool value);
}member CalculatePhaseEstimates : bool with get, set
function get_CalculatePhaseEstimates();
function set_CalculatePhaseEstimates(value);
View SourceProperty Value
Boolean
See Also