VoltageQuasiRMSSensor

Continuous quasi voltage RMS sensor for multi phase system

    VoltageQuasiRMSSensor

Library

Modelica/Electrical/MultiPhase/Sensors

Description

This sensor determines the continuous quasi RMS value of a multi phase voltage system, representing an equivalent RMS voltage V vector or phasor. If the voltage waveform deviates from a sine curve, the output of the sensor will not be exactly the average RMS value.

 V = sqrt(sum(v[k]^2 for k in 1:m)/m)

Parameters

VoltageQuasiRMSSensor_0

NameLabelDescriptionData TypeValid Values

mo_m

m

Number of phases

Scalar

VoltageQuasiRMSSensor_1

NameLabelDescriptionData TypeValid Values

mo_v

v

v

Structure

mo_v/fixed

fixed

Cell of vectors

true
false

mo_v/start

start

Cell of vectors

mo_i

i

i

Structure

mo_i/fixed

fixed

Cell of vectors

true
false

mo_i/start

start

Cell of vectors

mo_V

V

V

Structure

mo_V/fixed

fixed

Cell of scalars

true
false

mo_V/start

start

Cell of scalars

Ports

NameTypeDescriptionIO TypeNumber

plug_p

implicit

Positive polyphase electrical plug with m pins

input

1

plug_n

implicit

Negative polyphase electrical plug with m pins

output

1

V

implicit

Continuous quasi RMS of voltage

output

2