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

TypeNameDefaultDescription
BooleanleftBoundaryIncludedtrueIf true, the left boundaries of the time periods are included
BooleanrightBoundaryIncludedtrueIf true, the right boundaries of the time periods are included
BooleandefaultInputValuetrueDefault input value when input u is not connected

Connectors

TypeNameDefaultDescription
ETL.Connectors.WhileOutputyVector of time periods
ETL.Connectors.Boolean4InputuAlternating opening and closing events

Revisions