Click or drag to resize

CommonGetFormatFlagsFromPhasorCount Method

Gets set of ONLINE data format flags based on the specified number of phasors.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public static OnlineDataFormatFlags GetFormatFlagsFromPhasorCount(
	int count
)
View Source

Parameters

count  Int32
Total number phasors.

Return Value

OnlineDataFormatFlags
ONLINE data format flags based on the specified number of phasors.
Remarks
This function always includes TimestampEnabled as part of the format flags.
See Also