P1 variable does not exist simulink in psat

조회 수: 3 (최근 30일)
Debmalya Hembram
Debmalya Hembram 2022년 6월 7일
답변: Sayan 2023년 8월 30일
  • How to solve the problem?

답변 (1개)

Sayan
Sayan 2023년 8월 30일
I understand your issue is that the variable 'p1' cannot be traced when you run the simulation. This could be because the variable is not assigned or defined in the Simulink model. To resolve the issue a few possible steps are mentioned below.
  1. Find if there is any assignment of 'p1' within the blocks. If not, a value needs to be assigned to the variable.
  2. If 'p1' is being used as an input or output to a block, it needs to be ensured that it is properly connected to the block.
Hope this helps in resolving the issue.

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by