Main Content

Power

Compute active and reactive powers of voltage-current pair at fundamental frequency

  • Power block

Libraries:
Simscape / Electrical / Specialized Power Systems / Sensors and Measurements

Description

The Power block computes the active power (P), in watts, and the reactive power (Q), in vars, of a voltage-current pair at fundamental frequency. To perform this computation, the block first determines the fundamental values (magnitude and phase) of the two input signals V & I. The following P and Q are then calculated:

P=|V|2×|I|2×cos(φ)Q=|V|2×|I|2×sin(φ)φ=VI

As this block uses a running average window, one cycle of simulation must complete before the outputs give the correct value. For the first cycle of simulation, the outputs are held constant using the values specified by the Voltage initial input and Current initial input parameters.

Examples

The power_Power model shows the accuracy of the Power block in evaluating the active and reactive powers of a voltage-current set.

The model sample time is parameterized by the Ts variable set to a default value of 50e-6 s. Set Ts to 0 in the command window to simulate the model in continuous mode.

Characteristics

Sample TimeSpecified in the Sample Time parameter
Continuous if Sample Time = 0
Scalar ExpansionYes, of the parameters
DimensionalizedYes

Ports

Input

expand all

The voltage signal.

The current signal.

Output

expand all

The active power of voltage-current pair signal, in watts.

The reactive power of voltage-current pair signal, in vars.

Parameters

expand all

Specify the fundamental frequency, in hertz, of the input signals.

Specify the voltage initial magnitude and phase to set a constant output for the first cycle of simulation.

Specify the current initial magnitude and phase to set a constant output for the first cycle of simulation.

Specify the sample time of the block, in seconds. Set to 0 to implement a continuous block.

Extended Capabilities

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

Version History

Introduced in R2013a