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 ​
OnDelayOffDelayOnOffDelay
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
| OnOffDelayRelated ​
Examples
Experiments
Analyses
Tests