Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperResetDeviceStatistics Method

Resets the statistics of the specified device associated with this connection.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Resets the statistics of the device with the specified ID code.", 
	new string[] { ... })]
public void ResetDeviceStatistics(
	ushort idCode
)
View Source

Parameters

idCode  UInt16
Integer ID code of device on which to reset statistics.
See Also