Class PowerQualityData
Inheritance
Namespace: Aetheros.Schema.AOS
Assembly: Aetheros.Schema.AOS.dll
Syntax
[Serializable]
[JsonObject("PowerQualityData")]
public class PowerQualityData
Properties
| Edit this page View SourceActivePowerA
Instantaneous Active Power Phase A
Declaration
[JsonProperty("WA")]
public float? ActivePowerA { get; set; }
Property Value
Type | Description |
---|---|
float? |
ActivePowerB
Instantaneous Active Power Phase B
Declaration
[JsonProperty("WB")]
public float? ActivePowerB { get; set; }
Property Value
Type | Description |
---|---|
float? |
ActivePowerC
Instantaneous Active Power Phase C
Declaration
[JsonProperty("WC")]
public float? ActivePowerC { get; set; }
Property Value
Type | Description |
---|---|
float? |
ActivePowerTotal
Instantaneous Total Active Power
Declaration
[JsonProperty("WT")]
public float? ActivePowerTotal { get; set; }
Property Value
Type | Description |
---|---|
float? |
ApparentPowerA
Instantaneous Apparent Power Phase A
Declaration
[JsonProperty("VAA")]
public float? ApparentPowerA { get; set; }
Property Value
Type | Description |
---|---|
float? |
ApparentPowerB
Instantaneous Apparent Power Phase B
Declaration
[JsonProperty("VAB")]
public float? ApparentPowerB { get; set; }
Property Value
Type | Description |
---|---|
float? |
ApparentPowerC
Instantaneous Apparent Power Phase C
Declaration
[JsonProperty("VAC")]
public float? ApparentPowerC { get; set; }
Property Value
Type | Description |
---|---|
float? |
ApparentPowerTotal
Instantaneous Total Apparent Power
Declaration
[JsonProperty("VAT")]
public float? ApparentPowerTotal { get; set; }
Property Value
Type | Description |
---|---|
float? |
CurrentA
Instantaneous Current Phase A
Declaration
[JsonProperty("AA")]
public float? CurrentA { get; set; }
Property Value
Type | Description |
---|---|
float? |
CurrentB
Instantaneous Current Phase B
Declaration
[JsonProperty("AB")]
public float? CurrentB { get; set; }
Property Value
Type | Description |
---|---|
float? |
CurrentC
Instantaneous Current Phase C
Declaration
[JsonProperty("AC")]
public float? CurrentC { get; set; }
Property Value
Type | Description |
---|---|
float? |
CurrentNeutral
Instantaneous Neutral Current
Declaration
[JsonProperty("CN")]
public float? CurrentNeutral { get; set; }
Property Value
Type | Description |
---|---|
float? |
Frequency
Instantaneous Frequency
Declaration
[JsonProperty("frq")]
public float? Frequency { get; set; }
Property Value
Type | Description |
---|---|
float? |
PowerFactorA
Instantaneous Power Factor of Phase A
Declaration
[JsonProperty("pfA")]
public float? PowerFactorA { get; set; }
Property Value
Type | Description |
---|---|
float? |
PowerFactorB
Instantaneous Power Factor of Phase B
Declaration
[JsonProperty("pfB")]
public float? PowerFactorB { get; set; }
Property Value
Type | Description |
---|---|
float? |
PowerFactorC
Instantaneous Power Factor of Phase C
Declaration
[JsonProperty("pfC")]
public float? PowerFactorC { get; set; }
Property Value
Type | Description |
---|---|
float? |
PowerFactorTotal
Instantaneous Total Power Factor
Declaration
[JsonProperty("pfT")]
public float? PowerFactorTotal { get; set; }
Property Value
Type | Description |
---|---|
float? |
ReactivePowerA
Instantaneous Reactive Power Phase A
Declaration
[JsonProperty("VARA")]
public float? ReactivePowerA { get; set; }
Property Value
Type | Description |
---|---|
float? |
ReactivePowerB
Instantaneous Reactive Power Phase B
Declaration
[JsonProperty("VARB")]
public float? ReactivePowerB { get; set; }
Property Value
Type | Description |
---|---|
float? |
ReactivePowerC
Instantaneous Reactive Power Phase C
Declaration
[JsonProperty("VARC")]
public float? ReactivePowerC { get; set; }
Property Value
Type | Description |
---|---|
float? |
ReactivePowerTotal
Instantaneous Total Reactive Power
Declaration
[JsonProperty("VART")]
public float? ReactivePowerTotal { get; set; }
Property Value
Type | Description |
---|---|
float? |
VoltageA
Instantaneous Voltage Phase A
Declaration
[JsonProperty("VA")]
public float? VoltageA { get; set; }
Property Value
Type | Description |
---|---|
float? |
VoltageAngleA
Instantaneous Angle of Phase A Voltage
Declaration
[JsonProperty("VaA")]
public float? VoltageAngleA { get; set; }
Property Value
Type | Description |
---|---|
float? |
VoltageAngleB
Instantaneous Angle of Phase B Voltage
Declaration
[JsonProperty("VaB")]
public float? VoltageAngleB { get; set; }
Property Value
Type | Description |
---|---|
float? |
VoltageAngleC
Instantaneous Angle of Phase C Voltage
Declaration
[JsonProperty("VaC")]
public float? VoltageAngleC { get; set; }
Property Value
Type | Description |
---|---|
float? |
VoltageB
Instantaneous Voltage Phase B
Declaration
[JsonProperty("VB")]
public float? VoltageB { get; set; }
Property Value
Type | Description |
---|---|
float? |
VoltageC
Instantaneous Voltage Phase C
Declaration
[JsonProperty("VC")]
public float? VoltageC { get; set; }
Property Value
Type | Description |
---|---|
float? |