Enter code statements that execute once at the start of simulation.
Category: Simulation Target
Default: ' '
Code appears inside the model's initialize function in
the
file.model
.c
Use this code to invoke functions that allocate memory or to perform other initializations of your custom code.
Parameter:
SimCustomInitializer |
Type: character vector |
Value: any C code |
Default:
'' |
Application | Setting |
---|---|
Debugging | No recommendation |
Traceability | No recommendation |
Efficiency | No recommendation |
Safety precaution | No recommendation |