|
CommonFrameHeaderPmuCount Property
|
Gets or sets PMU count (i.e., number of cells) for the
CommonFrameHeader object when use phasor file format is true.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic uint PmuCount { get; set; }
Public Property PmuCount As UInteger
Get
Set
public:
property unsigned int PmuCount {
unsigned int get ();
void set (unsigned int value);
}
member PmuCount : uint32 with get, set
function get_PmuCount();
function set_PmuCount(value);
View SourceProperty Value
UInt32
See Also