QuasiRMS
Single Output continuous control block
Library
Modelica/Electrical/QuasiStationary/MultiPhase/Blocks
Description
This block determines the continuous quasi RMS value of a multi phase system, representing an equivalent RMS vector or phasor.
y = sqrt(sum(u[k]^2 for k in 1:m)/m)
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_m | m | Number of phases | Scalar |
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_y | y | y | Structure | |
mo_y/fixed | fixed | Cell of scalars | true | |
mo_y/start | start | Cell of scalars |
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
y | implicit | Connector of Real output signal | output | 1 |
u | implicit | input | 1 |