Class Name: Flashing Light Behavior

Superclass - Light Rendering Behavior

Definition

--Definition needed here --

Primary Page in DRM Diagram:

Example

  1. A Point representing a warning light at a railroad crossing would have Flashing Light Behavior when indicating that a train is approaching.

FAQs

--FAQs needed here --

Constraints

None.

Component of (one-way)(inherited)

Field Elements

SE_FLOAT64 period; (notes)
SE_FLOAT64 delay; (notes)
SE_FLOAT64 duration; (notes)

Notes

Fields Notes

period

 (in seconds) represents the total period of time (both on and off)

delay

 (in seconds) is better characterized as a pre-start.
 It allows a series of lights to appear asynchronous.

duration

 (in seconds) represents the period of time that the light is on.

Prev: Finite Element Mesh. Next: Function. Up:Index.