|
PhasorDataConcentratorBaseSignalReferences Property
|
Gets a reference to the signal reference dictionary for the output stream targets, i.e.,
a source MeasurementKey to target SignalReference array map.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax protected Dictionary<MeasurementKey, SignalReference[]> SignalReferences { get; }
Protected ReadOnly Property SignalReferences As Dictionary(Of MeasurementKey, SignalReference())
Get
protected:
property Dictionary<MeasurementKey^, array<SignalReference>^>^ SignalReferences {
Dictionary<MeasurementKey^, array<SignalReference>^>^ get ();
}
member SignalReferences : Dictionary<MeasurementKey, SignalReference[]> with get
function get_SignalReferences();
View SourceProperty Value
DictionaryMeasurementKey,
SignalReferenceSee Also