The split between the time a node works and the time it sleeps.
Creates a duty cycle from the time awake and the time asleep, in microseconds.
How long the node stays awake each period, in microseconds.
The share of the period spent awake, from 0 through 1.
The whole period, awake plus asleep, in microseconds.
How long it sleeps each period, in microseconds.
Static
Creates a duty cycle that spends fraction of periodUs awake.
fraction
periodUs
The split between the time a node works and the time it sleeps.