Puntos operativos de Stateflow
Guarde el estado de un gráfico en un momento determinado de la simulación
Guarde un punto operativo para capturar el estado de un modelo de Simulink® durante la simulación. Si un modelo contiene un gráfico de Stateflow®, el punto operativo incluye información sobre estados activos, datos de salida y locales, así como variables persistentes. Utilice un punto operativo para especificar el estado inicial de una simulación y para probar la respuesta de un gráfico de Stateflow a diferentes ajustes.
Objetos
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 |
Funciones de objeto
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 |
Temas
- 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.