Technical data

ASTi ACE Studio Components Reference Guide Rev. M DOC-01-TELAS-CRG-4
Copyright © 2014 Advanced Simulation Technology inc. 87
5.6. Delay
Summary: Delays the input control value.
Description: The Delay component delays a value by the specified number of K-
Frames. Each K-Frame is 9.333 msec. The maximum settable delay is 107 K-
Frames or approximately 1 second. This component can be used to delay control
data (i.e. host data) within the model and may be useful for creating certain state
logic.
Control Inputs
DelayK-
Frames
Type Default Value
int32 0
Description: The number of K-Frames to delay the value. Each K-
Frame is 9.333 msec. Maximum setting is 107 K-Frames or 1 sec-
ond.
Enable
Type Default Value
Boolean False
Description: When True the value is delayed. When False the value
is not delayed.
ValueIn
Type Default Value
Float32 0.0
Description: An input value from another component in the model.
This value is delayed and sent to ValueOut.
Control Output
ValueOut
Type Default Value
float32 0.0
Description: The delayed value, which is based on ValueIn and
delay K-Frames.
Internal Parameters
DelayMsec
Type Default Value
Float32 0
Description: The K-Frame delay expressed in milliseconds.