What data type does the "Parameterization" parameter of the Rod block expect?

1 vue (au cours des 30 derniers jours)
What data type does the "Parameterization" parameter of the Rod block expect?
I am creating a Simscape Custom Component that contains the Simscape > Couplings & Drives > Rod block.
I keep getting errors when I try to assign the "Parameterization" parameter of the Rod block in my SSC code.

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 22 Avr 2019

1) You can determine the type of a parameter using the following command:

>> get_param(h,'Parameterization')

You will find that a value of 1 means 'By stiffness and inertia' and a value of 2 means 'By material properties'.

2) You can also determine a parameter's type using the Model Explorer as shown in the attached screenshot. This way, you can change block parameters and observe the values of the underlying variables in the same place.

Notice that the Rod's parameterization parameter indicates a value of 1 when its "Parameterization" dialog parameter has been set to "By stiffness and inertia".

Plus de réponses (0)

Catégories

En savoir plus sur Simscape Driveline dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by