isStartup
Syntax
Description
isStartup
returns true
if the simulation time
equals 0
and returns false
at
all other simulation times. You can use this operator only in
the Requirements
Table block.
isStartup()
is an alternative way to execute
isStartup
.
Examples
Tips
Because
isStartup
returns a Boolean value, you can use it as the only entry in a requirement precondition of the Requirements Table block.You can use
isStartup
withgetPrevious
to specify time-dependent requirement execution.
Version History
Introduced in R2022a