Simulink electric – Fault protection selectivity simulation

조회 수: 5 (최근 30일)
Stian
Stian 2025년 5월 10일
편집: Stian 2025년 6월 2일

Hi everyone, I'm working on a school project where I need to simulate a DC distribution system in MATLAB Simulink.

답변 (1개)

Jacob Mathew
Jacob Mathew 2025년 5월 13일
Hey Stian,
To test faults selectively, I assume you want to test each fault in isolation. This can be best achieved using Variant Bounded Regions. This approach allows you to design all the faults and connect them appropriately, while enabling the simulation to programmatically select the fault you want to simulate, instead of requiring you to manually change the connection for each simulation. This is accomplished in tandem with the Variant Connector Block.
You can refer to the following guide to get started:
Alternatively, you can launch the above from the command line using:
openExample('simscape/VariantBoundedRegionInElectricalCircuitExample')
The following documentation for the Variant Connector Block should help you connect each fault as a variant:
  댓글 수: 1
Stian
Stian 2025년 5월 16일
Hi Jacob,
Thanks for the tip!
Yes, I want to test each fault individually, so the Variant Bounded Region approach sounds perfect. I’ll check out the example and update my model using Variant Connector Blocks. Looks like a much more efficient setup.
Appreciate the help!
Best regards,
Stian

댓글을 달려면 로그인하십시오.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by