|
ConnectionParametersCalculatePhaseEstimates Property
|
Gets or sets 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
Syntax[DefaultValueAttribute(true)]
public bool CalculatePhaseEstimates { get; set; }<DefaultValueAttribute(true)>
Public Property CalculatePhaseEstimates As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool CalculatePhaseEstimates {
bool get ();
void set (bool value);
}[<DefaultValueAttribute(true)>]
member CalculatePhaseEstimates : bool with get, set
function get_CalculatePhaseEstimates();
function set_CalculatePhaseEstimates(value);
View SourceProperty Value
Boolean
See Also