事件函数
自定义默认模型初始化和终止方法
通过向默认模型初始化和终止方法中添加自定义例程,对动态启动和关闭行为进行建模。在仿真过程中,用事件控制方法何时执行。创建用初始值重新初始化模块的函数。
模块
主题
- 使用初始化、重新初始化、重置和终止函数
用初始化函数调用事件设置模块的状态。通过重新初始化或重置函数调用事件重置模块状态。用终止函数调用事件保存模块的状态。
- Create Test Harness to Generate Function Calls
Schedule initialize, reset, and terminate function-call events.
- Initialize and Reset Parameter Values
Use the Parameter Writer block to change block parameter values during model simulation.
- Reinitialize States of Blocks in Subsystem
Use a Reinitialize Function block to implicitly and explicitly initialize states of blocks in a subsystem.
- Initialize, Reinitialize, Reset, and Terminate Function Limitations
Determine whether Initialize Function, Reinitialize Function, Reset Function, or Terminate Function blocks support a block, feature, or modeling pattern.
- Prepare Sensor and Controller Models in a Distributed Monitoring System for Code Generation
Prepare models to generate code for deployment on target hardware platforms.