How to modify a Simscape element parameter during simulation?

조회 수: 2 (최근 30일)
Brian Stobie
Brian Stobie 2013년 11월 12일
답변: Zack Peters 2013년 11월 12일
I have a model of a system that includes Simscape electrical parts. I need to make a capacitance in the model vary as a function of a time varying signal in the model. Normally it is simply entered as a numerical constant during the part definition. How can I do this?

채택된 답변

Zack Peters
Zack Peters 2013년 11월 12일
Unfortunately, nearly all of the parameters are not tunable during the course of a simulation. As a workaround to this, you can create a custom component which takes an input from a physical signal, whose signal you can control and tune within the Simulink environment.
As an example you can create a capacitor element whose capacitance parameter is controlled by an input signal to the element rather than a dialog parameter.
All of the source code for the base Simscape components is available from the block's dialog. You should be able to begin from the source code from the Capacitor block and add an input to the block of capacitance rather than a parameter.
Hope this helps,
~Zack

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by