Click or drag to resize
Grid Solutions Framework

PowerCalculation Class

Model class for power calculations stored in the configuration repository
Inheritance Hierarchy
SystemObject
  PowerCalculations.PowerMultiCalculatorPowerCalculation

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

The PowerCalculation type exposes the following members.

Constructors
 NameDescription
Public methodPowerCalculationInitializes a new instance of the PowerCalculation class
Top
Properties
 NameDescription
Public propertyActivePowerOutputMeasurement Measurement template to be used for active power output values from the PowerCalculation
Public propertyApparentPowerOutputMeasurement Measurement template to be used for apparent power output values from the PowerCalculation
Public propertyCircuitDescription Circuit Description field for the PowerCalculation
Public propertyCurrentAngleMeasurementKey Measurement key from the PowerCalculation's Current Angle PowerMeasurement
Public propertyCurrentMagnitudeMeasurementKey Measurement key from the PowerCalculation's Current Magnitude PowerMeasurement
Public propertyPowerCalculationID ID field for the PowerCalculation
Public propertyReactivePowerOutputMeasurement Measurement template to be used for reactive power output values from the PowerCalculation
Public propertyVoltageAngleMeasurementKey Measurement key from the PowerCalculation's Voltage Angle PowerMeasurement
Public propertyVoltageMagnitudeMeasurementKey Measurement key from the PowerCalculation's Voltage Magnitude PowerMeasurement
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