Contenido principal

Line Voltage Sensor (Three-Phase)

Ideal three-phase line voltage measurement

  • Line Voltage Sensor (Three-Phase) block

Libraries:
Simscape / Electrical / Sensors & Transducers

Description

The Line Voltage Sensor (Three-Phase) block represents an ideal three-phase line voltage sensor. The block measures the line-line voltages of a three-phase system and outputs a three-element physical signal vector. Each element of the physical signal output vector is proportional to the voltage between the phases as follows:

  • Element 1: Vab = Va - Vb

  • Element 2: Vbc = Vb - Vc

  • Element 3: Vca = Vc - Va

where Va, Vb, and Vc are the absolute a-, b-, and c-phase voltages.

Note

You must connect the Line Voltage Sensor (Three-Phase) block in shunt with the three-phase element. For more information on how to use this block, see Build and Simulate Composite and Expanded Three-Phase Models.

Ports

Output

expand all

Three-element physical signal vector output port associated with the voltages between the phases

Conserving

expand all

Electrical conserving port representing the three phases of the three-phase block. For more information, see Three-Phase Ports.

Dependencies

To enable this port, set the Electrical connection parameter to Composite three-phase ports.

Electrical conserving port associated with the phase a of the three-phase block.

Dependencies

To enable this port, set the Electrical connection parameter to Expanded three-phase ports.

Electrical conserving port associated with the phase b of the three-phase block.

Dependencies

To enable this port, set the Electrical connection parameter to Expanded three-phase ports.

Electrical conserving port associated with the phase c of the three-phase block.

Dependencies

To enable this port, set the Electrical connection parameter to Expanded three-phase ports.

Parameters

expand all

Since R2026a

Whether to model composite or expanded three-phase ports.

Composite three-phase ports represent three individual electrical conserving ports with a single block port. You can use composite three-phase ports to build models that correspond to single-line diagrams of three-phase electrical systems.

Expanded three-phase ports represent the individual phases of a three-phase system using three separate electrical conserving ports.

Programmatic Use

To set the block parameter value programmatically, use the set_param function.

Parameter: port_option
Values: "ee.enum.threePhasePort.composite" (default) | "ee.enum.threePhasePort.expanded"

Extended Capabilities

expand all

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

Version History

Introduced in R2013b

expand all