Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperAccessID Property

Gets the access ID (a.k.a, ID code) for this device connection. Value is often necessary in order to make a connection to some phasor protocols.

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

Property Value

UInt16
Remarks
This value can mutate when configured with multiple values, i.e., where an alternate access ID code is specified for a target device connection, e.g.: accessID=95; server=192.168.1.10:4712,192.168.1.12:4712/96,192.168.2.10:4712,192.168.2.12:4712/96 In this example both 192.168.1.10:4712 and 192.168.2.10:4712 use the configured access ID of 95, but 192.168.1.12:4712/96 and 192.168.2.12:4712/96 specify an access ID of 96.
See Also