Skip to content
LIBRARY

DelayType ​

Selects which logical edges of an OnOffDelay block are delayed.

  • OnDelay: the turn-on (rising) edge is delayed; the turn-off edge is immediate.

  • OffDelay: the turn-off (falling) edge is delayed; the turn-on edge is immediate.

  • OnOffDelay: both the turn-on and turn-off edges are delayed.

Cases ​

  • OnDelay

  • OffDelay

  • OnOffDelay

Source ​

dyad
"""
Selects which logical edges of an `OnOffDelay` block are delayed.

- `OnDelay`: the turn-on (rising) edge is delayed; the turn-off edge is immediate.
- `OffDelay`: the turn-off (falling) edge is delayed; the turn-on edge is immediate.
- `OnOffDelay`: both the turn-on and turn-off edges are delayed.
"""
enum DelayType =
  | OnDelay
  | OffDelay
  | OnOffDelay
  • Examples

  • Experiments

  • Analyses

  • Tests