Simulink electric – Fault protection selectivity simulation
7 次查看(过去 30 天)
显示 更早的评论
Hi everyone, I'm working on a school project where I need to simulate a DC distribution system in MATLAB Simulink.
0 个评论
回答(1 个)
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:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Variant Systems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!