이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
Stateflow의 동작점
시뮬레이션에서 특정 시간의 차트 상태 저장
시뮬레이션 중에 Simulink® 모델의 상태를 캡처하기 위해 동작점을 저장합니다. 모델에 Stateflow® 차트가 포함된 경우 동작점에는 활성 상태, 출력 데이터와 로컬 데이터, 영속 변수에 대한 정보가 포함됩니다. 동작점을 사용하여 시뮬레이션의 초기 상태를 지정하고 다른 설정에 대한 Stateflow 차트의 응답을 테스트합니다.
객체
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 |
객체 함수
setActive | Set state as active |
isActive | 상태가 활성화되어 있는지 확인 |
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 |
도움말 항목
- 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.