Varianten hierarchischer Komponenten
Mit hierarchischen Varianten-Blöcken können Sie alle Entwurfsalternativen eines Systems in einem einzigen Modell darstellen. Jede Entwurfswahl wird als Variantenwahl in einer separaten Hierarchie in das Modell aufgenommen. Solche Modelle haben eine feste gemeinsame Struktur und einen endlichen Satz von variablen Komponenten, die jeweils in Abhängigkeit von der Varianten-Steuerung aktiviert oder deaktiviert sind.
Nehmen wir zum Beispiel an, Sie möchten ein Modell simulieren, das ein Fahrzeug mit drei möglichen Motorkonfigurationen darstellt: 4-Zylinder-Benzinmotor, 6-Zylinder-Benzinmotor und 8-Zylinder-Benzinmotor. Sie können jedes Motormodell als separates Subsystem innerhalb des Variant Subsystem, Variant Model, Variant Assembly Subsystem-Blocks implementieren und dann auf der Grundlage der von Ihnen ausgewählten Varianten-Steuerungen zwischen den Subsystemen wechseln. Weitere Informationen finden Sie unter Introduction to Variant Controls.
Der Code, den Sie für die hierarchischen Varianten-Blöcke generieren, kann alle Variantenwahlen eines Systems enthalten. Sie können zwischen den Varianten vor der Kompilierung des Codes oder beim Start des Modells wechseln, wie in Activate Variant During Different Stages of Simulation and Code Generation Workflow beschrieben. Informationen zum Generieren von Code mit hierarchischen Varianten-Blöcken finden Sie unter Variant Structures (Simulink Coder).
Blöcke
Variant Subsystem, Variant Model, Variant Assembly Subsystem | Template subsystem containing Subsystem blocks as variant choices |
Klassen
Simulink.VariantControl | Create a variant control variable object (Seit R2021a) |
Simulink.Parameter | Store, share, and configure parameter values |
Simulink.Variant | Specify conditions that control variant selection |
Simulink.VariantUtils | Utility methods to work with variant elements (Seit R2023b) |
Funktionen
enumeration | Class enumeration members and names |
Objekte
struct | Strukturarray |
Themen
- Implement Variations in Separate Hierarchy Using Variant Subsystems
Learn basic functionality of variant subsystems.
- Variant Control Modes in Variant Blocks
Learn how to control variant blocks.
- Propagate Variant Conditions to Define Variant Regions with Variant Blocks
Determine active model components by propagating variant conditions using variant blocks.
- Propagate Variant Conditions to Define Variant Regions Outside Variant Subsystems to Promote Consistency and Reduce Errors
Propagate variant conditions outside a Variant Subsystem block to adapt its interface according to the state of underlying blocks.
- Propagate Variant Conditions to Control Execution of Conditional Subsystems
Understand how to use Variant Subsystem blocks with conditionally executed systems as variant choices.
- Add or Remove Variant Choices of Variant Assembly Subsystem Blocks Using External Files
Understand how to add or remove variant choices of the Variant Assembly Subsystem block using external files without modifying model.
- Control Variant Choices in Masked Variant Assembly Subsystem Block Using Mask Parameter Object
Specify variant choices and set an active choice in a masked Variant Assembly Subsystem block.
- Control Active Choice of Locked Custom Library Variant Subsystem Using Mask Parameter
Control active choice of Variant Subsystem that belongs to a locked custom library.
- Control Structural Variations Using Mask Parameters and Model Arguments
This example shows you how to control structural variations using mask parameters and model arguments in a model.
- Control Active Choice of Variant Subsystem During Simulation or Code Generation
Switch the active variant of a Variant Subsystem block during simulation or code generation by using a Parameter Writer block.
Fehlersuche
Convert Configurable Subsystem to Variant Subsystem
Learn how to convert configurable subsystems to variant subsystems and their behavior on loading.
Convert Variant Subsystem to Variant Assembly Subsystem
Steps to convert Variant Subsystem block to Variant Assembly Subsystem block.
Transform Model to Variant System (Simulink Check)
Use the Model Transformer tool to transform a model into a variant system.