|
FrameParserCalculationFrameRate Property
|
Gets or sets the configured frame rate for phase estimate calculations.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntaxpublic ushort CalculationFrameRate { get; set; }Public Property CalculationFrameRate As UShort
Get
Set
public:
property unsigned short CalculationFrameRate {
unsigned short get ();
void set (unsigned short value);
}member CalculationFrameRate : uint16 with get, set
function get_CalculationFrameRate();
function set_CalculationFrameRate(value);
View SourceProperty Value
UInt16
See Also