Contenuto principale

Power Measurement (Three-Phase, Instantaneous)

Calculate three-phase real and reactive instantaneous power

Since R2026a

  • Power Measurement (Three-Phase, Instantaneous) block

Libraries:
Simscape / Electrical / Control / Measurements

Description

The Power Measurement (Three-Phase, Instantaneous) block measures the real and reactive instantaneous power of an element in a three-phase network. You can calculate the real and reactive instantaneous power in the abc, alpha-beta-zero (αβ0), or direct-quadrature-zero (dq0) reference frame.

To measure single-phase power, use the Power Measurement block instead.

Equations

To use the abc reference frame, set Reference frame to abc. When you use this frame, the a, b, and c axes are fixed on the same plane with a 2π/3 displacement between any two axes. The block computes the instantaneous power in the abc reference frame by using these equations:

P=[vavbvc][iaibic]Q=13[vbvcvcvavavb][iaibic]

To use the αβ0 reference frame, set Reference frame to Alpha-beta-zero. When you use this frame, the block computes the instantaneous power by using the power-invariant Clarke transform:

P=[vαvβv0][iαiβi0]Q=[vβvα][iαiβ]

To use the dq0 reference frame, set Reference frame to Direct-quadrature-zero. When you use this frame, the block computes the instantaneous power by using the Park transform:

P=32[vdvqv0][100010002][idiqi0]Q=32[vqvd][idiq]

Ports

Input

expand all

Three-phase voltage across the element, in volts. The block uses this voltage to measure the instantaneous power.

Three-phase current across the element, in amperes. The block uses this current to measure the instantaneous power.

Output

expand all

Instantaneous real power, in watts.

Instantaneous reactive power, in volt-ampere reactive (var).

Parameters

expand all

To edit block parameters interactively, use the Property Inspector. From the Simulink® Toolstrip, on the Simulation tab, in the Prepare gallery, select Property Inspector.

Frame to use as the reference frame for the power measurement.

References

[1] Akagi, Hirofumi, Yoshihira Kanazawa, and Akira Nabae. “Instantaneous Reactive Power Compensators Comprising Switching Devices without Energy Storage Components.” IEEE Transactions on Industry Applications IA-20, no. 3 (1984): 625–30. https://doi.org/10.1109/TIA.1984.4504460

Extended Capabilities

expand all

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2026a