Azzera filtri
Azzera filtri

Can I use simulink.signal in variant Subsystem?

3 visualizzazioni (ultimi 30 giorni)
Daniel Pfuntz
Daniel Pfuntz il 23 Ott 2015
Risposto: Dinesh il 3 Lug 2024 alle 8:07
I have an variant Subsystem. For the condition I would like to use and simulink.signal.
Variant1 = Simulink.Variant(' simulink.Signal==0');
Variant2 = Simulink.Variant(' simulink.Signal==1');
Is that possible?
Best regards
Jan

Risposte (1)

Dinesh
Dinesh il 3 Lug 2024 alle 8:07
Hello,
Yes, you can use "simulink.signal" as a variant condition expression.
I see that you have defined objects of "Simulink.Variant". As of the latest release R2024a, you can make use of "Simulink.VariantExpression" objects instead. The structure remains the same as how you have declared the object.
In the block parameters dialog of variant blocks, you can just specify the object name directly in the "Variant condition expression" field. For example, "Variant1" for the first choice and "Variant2" for the second one. When you do that, it would fetch the condition specified from the object and populate the next column (read-only) with the condition expression.
Here's the documentation link for "Simulink.VariantExpression": https://www.mathworks.com/help/simulink/slref/simulink.variantexpression-class.html

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by