blockTimeFrom
Continuous physical time from an event
Information
This component generates the continuous physical time elpased from the event given as input to the block.
The output is equal to initialValue if the event has never occurred. Otherwise, the output is the delay between the current time and the latest event on the input.
The Master time locator can be used to generate the event instead of input u.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | initialValue | 0 | Output value before the first event has occurred |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ETL.Connectors.BooleanInput | u | Event giving the time origin | |
| ETL.Connectors.RealOutput | y | Delay since the time origin |