|
FrameParserCalculatePhaseEstimates Property
|
Gets or sets flag that determines if current and voltage phase estimates, frequency and dF/dt should be
calculated for PoW data.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-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