|
CommonGetFormatFlagsFromPhasorCount Method
|
Gets set of ONLINE data format flags based on the specified number of phasors.
Namespace: GSF.PhasorProtocols.MacrodyneAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax GSF.PhasorProtocols.Macrodyne.Common.GetFormatFlagsFromPhasorCount = function(count);
View SourceParameters
- count Int32
- Total number phasors.
Return Value
OnlineDataFormatFlagsONLINE data format flags based on the specified number of phasors.
Remarks
This function always includes TimestampEnabled as part of the format flags.
See Also