
Hello, I am doing simulink model of power system stability using PSS2C, how to get power signal to input Vsi2 of Pss2c
조회 수: 4 (최근 30일)
이전 댓글 표시
I am making a power system stability model using pss2c, including 2 generators and 2 loads, how to get the power signal at the output of the generator and put it into the Vsi2 input of the pss2c
댓글 수: 0
답변 (1개)
Felipe
2025년 6월 9일
편집: Felipe
2025년 6월 9일
In short, if you're using a Synchronous Machine Round Rotor block from Simscape Electrical as the generator (or a Synchronous Machine Salient Pole block), you can get all the measurements you need from the machine (including real, reactive and apparent power) by connecting the pu output port of the machine to a Synchronous Machine Measurement block. Here's an example:

The pu output port of the Synchronous Machine block is a vector of physical per-unit measurements (field voltage, field current, electrical torque, rotor velocity, d-q axis voltages and currents, etc.). The Synchronous Machine Measurement block allows you to extract any of those per-unit measurements or to compute additional ones derived from them, like the machine per-unit power for example.
Please note that you'll need to use a PS-Simulink Converter block between the output of the Synchronous Machine Measurement block and the input of the SM PSS2C block, to convert the physical signal output to a Simulink signal.
For more information, please check the documentation page of the Synchronous Machine Measurement block or those of the two Synchronous Machine blocks:
Hope that solves your question.
Best,
Felipe
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!