Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperSupportsTemporalProcessing Property

Gets the flag indicating if this adapter supports temporal processing.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.177-beta
Syntax
public override bool SupportsTemporalProcessing { get; }
View Source

Property Value

Boolean

Implements

IAdapterSupportsTemporalProcessing
Remarks
Since the phasor measurement mapper is designed to open sockets and connect to data streams, it is expected that this would not be desired in a temporal data streaming session.
See Also