blockMaster
Master time locator
Information
Syntax
y = Master(u = opening_or_closing_event);
Description
Master is a special case of a continuous time locator with no overlapping time periods.
Opening and closing events are respectively delivered on input u when u becomes respectively true and false.
For more information, refer to the Periods block.
This block can be used as the mastertime period of all Periods blocks within a given model by just dragging and dropping the block into the model. Only one master block per model is allowed.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | leftBoundaryIncluded | true | If true, the left boundaries of the time periods are included |
| Boolean | rightBoundaryIncluded | true | If true, the right boundaries of the time periods are included |
| Boolean | defaultInputValue | true | Default input value when input u is not connected |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ETL.Connectors.WhileOutput | y | Vector of time periods | |
| ETL.Connectors.Boolean4Input | u | Alternating opening and closing events |