Click or drag to resize
Grid Solutions Framework

PowerMeasurement Class

Simple model class for measurements
Inheritance Hierarchy
SystemObject
  PowerCalculations.PowerMultiCalculatorPowerMeasurement

Namespace: PowerCalculations.PowerMultiCalculator
Assembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.181-beta
Syntax
public class PowerMeasurement
View Source

The PowerMeasurement type exposes the following members.

Constructors
 NameDescription
Public methodPowerMeasurementInitializes a new instance of the PowerMeasurement class
Top
Properties
 NameDescription
Public propertyAdder Gets or sets the current PowerMeasurement's Adder
Public propertyDescription Gets or sets the current PowerMeasurement's description
Public propertyDeviceID Gets or sets the current PowerMeasurement's Device ID
Public propertyEnabled Gets or sets the current PowerMeasurement's Enabled flag
Public propertyHistorianID Gets or sets the current PowerMeasurement's Historian ID
Public propertyMultiplier Gets or sets the current PowerMeasurement's Multiplier
Public propertyPointTag Gets or sets the current PowerMeasurement's Point Tag
Public propertySignalID Gets or sets the current PowerMeasurement's Signal ID
Public propertySignalReference Gets or sets the current PowerMeasurement's signal reference
Public propertySignalTypeID Gets or sets the current PowerMeasurement's Signal Type ID
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also