WOLFRAM SYSTEM MODELER

PowerSensor

Sensor to measure the power

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Sensors.PowerSensor"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This power sensor measures instantaneous electrical power of a single-phase system and has a separated voltage and current path. The pins of the voltage path are pv and nv, the pins of the current path are pc and nc. The internal resistance of the current path is zero, the internal resistance of the voltage path is infinite.

Connectors (5)

pc

Type: PositivePin

Description: Positive pin, current path

nc

Type: NegativePin

Description: Negative pin, current path

pv

Type: PositivePin

Description: Positive pin, voltage path

nv

Type: NegativePin

Description: Negative pin, voltage path

power

Type: RealOutput

Description: Instantaneous power as output signal

Components (3)

voltageSensor

Type: VoltageSensor

Description: Sensor to measure the voltage between two pins

currentSensor

Type: CurrentSensor

Description: Sensor to measure the current in a branch

product

Type: Product

Description: Output product of the two inputs

Used in Examples (3)

BatteryDischargeCharge

Modelica.Electrical.Batteries.Examples

Discharge and charge idealized battery

SuperCapDischargeCharge

Modelica.Electrical.Batteries.Examples

Discharge and charge idealized supercap

CCCVcharging

Modelica.Electrical.Batteries.Examples

Charge a battery with constant current - constant voltage characteristic

Used in Components (3)

IdealDcDc

Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities

Ideal DC-DC inverter

AronSensor

Modelica.Electrical.Polyphase.Sensors

Three-phase Aron sensor for active power

ReactivePowerSensor

Modelica.Electrical.Polyphase.Sensors

Three-phase sensor for reactive power

Revisions

  • January 12, 2006 by Anton Haumer implemented