Get expected DataType for Inherit:auto port

8 vues (au cours des 30 derniers jours)
Iliya Valchev
Iliya Valchev le 20 Août 2020
Commenté : genqiang lan le 14 Sep 2024
Hi,
I am trying to find out if there is a way programatically to check which is the expected data type of a port which is normally defined as Inherit:auto. The only parameter which lists the data type I know of is "OutDataTypeStr" which in such cases only says "Inherit:auto". Is there a programatic way to apply the inheritance rules and check what is the expected type for this port?

Réponse acceptée

stozaki
stozaki le 20 Août 2020
Hello Iliya,
Simulink blocks output data type are determined when you compile your model.
To get the data type property at that time, pose the model with the model compiled and get the property. After getting the property, terminate the model compilation.
I have attached a sample program, so please refer to it.
Regards,
stozaki
  5 commentaires
Iliya Valchev
Iliya Valchev le 20 Août 2020
Oops, my bad :) Works like a charm. Thanks!
genqiang lan
genqiang lan le 14 Sep 2024
The idea is really great!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Event Functions dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by