How to modify a Simscape element parameter during simulation?

2 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

Zack Peters
Zack Peters am 12 Nov. 2013
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

Weitere Antworten (0)

Kategorien

Mehr zu Variable Initialization finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by