How to modify a Simscape element parameter during simulation?

2 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

Zack Peters
Zack Peters el 12 de Nov. de 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

Más respuestas (0)

Categorías

Más información sobre Variable Initialization en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by