|
PhasorMeasurementMapperIsConcentrator Property
|
Gets flag that determines if device being mapped is a concentrator (i.e., data from multiple
devices combined together from the connected device).
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax public bool IsConcentrator { get; }
Public ReadOnly Property IsConcentrator As Boolean
Get
public:
property bool IsConcentrator {
bool get ();
}
member IsConcentrator : bool with get
function get_IsConcentrator();
View SourceProperty Value
BooleanSee Also