Click or drag to resize
Grid Solutions Framework

ConcentratorCreateDataFrame Method

Creates a new IEEE C37.118 specific DataFrame for the given timestamp.

Namespace: PhasorProtocolAdapters.IeeeC37_118
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
public static DataFrame CreateDataFrame(
	Ticks timestamp,
	ConfigurationFrame1 configurationFrame
)
View Source

Parameters

timestamp  Ticks
Timestamp for new IFrame in Ticks.
configurationFrame  ConfigurationFrame1
Associated ConfigurationFrame1 for the new DataFrame.

Return Value

DataFrame
New IEEE C37.118 DataFrame at given timestamp.
See Also