|
PhasorMeasurementMapperSupportsTemporalProcessing Property
|
Gets the flag indicating if this adapter supports temporal processing.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax public override bool SupportsTemporalProcessing { get; }
Public Overrides ReadOnly Property SupportsTemporalProcessing As Boolean
Get
public:
virtual property bool SupportsTemporalProcessing {
bool get () override;
}
abstract SupportsTemporalProcessing : bool with get
override SupportsTemporalProcessing : bool with get
function get_SupportsTemporalProcessing();
View SourceProperty Value
BooleanImplements
IAdapterSupportsTemporalProcessingRemarks
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