Enter code statements that execute at the end of simulation.
Category: Simulation Target
Default: ' '
Code appears inside the model's terminate function in
the
file.model
.c
Use this code to invoke functions that free memory allocated by the custom code or to perform other cleanup tasks.
Parameter:
SimCustomTerminator |
Type: character vector |
Value: any C code |
Default:
'' |
Application | Setting |
---|---|
Debugging | No recommendation |
Traceability | No recommendation |
Efficiency | No recommendation |
Safety precaution | No recommendation |