|
FrameParserFrameRate Property
|
Gets or sets the configured frames per second for the SEL CWS device.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.269-beta
Syntaxpublic ushort FrameRate { get; set; }Public Property FrameRate As UShort
Get
Set
public:
property unsigned short FrameRate {
unsigned short get ();
void set (unsigned short value);
}member FrameRate : uint16 with get, set
function get_FrameRate();
function set_FrameRate(value);
View SourceProperty Value
UInt16
Remarks
SEL CWS "FrameRate" is the device's data frame rate (frames/sec),
which is also the PoW sample-set rate (samples/sec).
Default value is 3000.
See Also