La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Points de fonctionnement dans Stateflow
Enregistrez un point de fonctionnement pour capturer l’état d’un modèle Simulink® pendant la simulation. Si votre modèle contient un diagramme Stateflow®, le point de fonctionnement comprend des informations sur les états actifs, les données de sortie et locales ainsi que les variables persistantes. Utilisez un point de fonctionnement pour spécifier l’état initial d’une simulation et tester la réaction d’un diagramme Stateflow à différents paramètres.
Objets
Stateflow.op.BlockOperatingPoint | Operating point information for Stateflow chart |
Stateflow.op.OperatingPointContainer | Operating point information for state, box, or function |
Stateflow.op.OperatingPointData | Operating point information for chart data |
Fonctions des objets
setActive | Set state as active |
isActive | Determine if state is active |
highlightActiveStates | Highlight active states |
removeHighlighting | Remove highlighting of active states |
getPrevActiveChild | Get previously active substate |
setPrevActiveChild | Set previously active substate |
clone | Copy operating point for Stateflow chart |
open | Display object in editing environment |
Rubriques
- Save and Restore Operating Points for Stateflow Charts
Capture, modify, and load the simulation state of your chart.
- Use Operating Points to Specify Initial State of Simulation
Get the results of a continuous simulation without starting from time t = 0.
- Test Difficult-to-Reproduce Chart Configurations
Test the response of a transmission system to a sudden change of gear.