Simplified Synchronous Machine Measurement
Libraries:
Simscape /
Electrical /
Electromechanical /
Synchronous
Description
The Simplified Synchronous Machine Measurement block outputs
a per-unit measurement associated with a connected Simplified Synchronous
Machine block. The input of the Simplified
Synchronous Machine Measurement block connects to the
pu
output port of the Simplified Synchronous Machine
block.
You set the Output parameter to a per-unit measurement associated with the simplified synchronous machine. Based on the value you select, the Simplified Synchronous Machine Measurement block:
Directly outputs the value of an element in the input signal vector
Calculates the per-unit measurement by using values of elements in the input signal vector in mathematical expressions.
The Simplified Synchronous Machine Measurement block
outputs a per-unit measurement from the simplified synchronous machine according to the
output value expressions in the table. For example, when you set
Output to Stator d-axis voltage
, the block
directly outputs the value of the pu_ed
element in the input signal
vector. However, when you set Output to Reactive
power
, the block calculates the value from the pu_ed
,
pu_eq
, pu_id
, and pu_iq
elements.
Output Parameter Setting | Output Value Expression |
---|---|
| pu_EMFa |
| pu_EMFb |
| pu_EMFc |
|
pu_torque
|
|
pu_velocity
|
|
pu_vd
|
|
pu_vq
|
|
pu_v0
|
|
pu_id
|
|
pu_iq
|
|
pu_i0
|
| |
|
pu_Pt = (pu_vd*pu_id) + (pu_vq*pu_iq) +
2(pu_v0*pu_i0)
|
|
pu_Qt = (pu_vq*pu_id) – (pu_vd*pu_iq)
|
| |
| |
|
power_factor_angle = atan2(pu_Qt, pu_Pt)
|
|
cos(power_factor_angle)
|
|
load_angle(rad) = atan2(pu_vd, pu_vq)
|
|
Ports
Input
Output
Parameters
Extended Capabilities
Version History
Introduced in R2020b