|
ConnectionParametersFrameRate Property
|
Gets or sets the configured frame rate for the SEL CWS device.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.260-beta
Syntax[DefaultValueAttribute(3000)]
public ushort FrameRate { get; set; }<DefaultValueAttribute(3000)>
Public Property FrameRate As UShort
Get
Set
public:
[DefaultValueAttribute(3000)]
property unsigned short FrameRate {
unsigned short get ();
void set (unsigned short value);
}[<DefaultValueAttribute(3000)>]
member FrameRate : uint16 with get, set
function get_FrameRate();
function set_FrameRate(value);
View SourceProperty Value
UInt16
See Also