Click or drag to resize
Grid Solutions Framework

ConcentratorCreateDataFrame Method

Creates a new BPA PDCstream specific DataFrame for the given timestamp.

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

Parameters

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

Return Value

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