NAME
     animated boolean -      send a series of toggle events
     to a module's parameter port

SUMMARY
     Name         animated booleani

     Type         data      coroutine

     Inputs         none

     Outputs         integer (boolean)

     Parameters
     Name         Type              Default       Min         Max
     steps             int typein        10         1         100000
     sleep             switch        on
     mode               choice        one time/continous

DESCRIPTION
     The animated boolean module automatically modifies toggle parameters.
     This can be used to create simple animations or to drive user
     simulation code.  You plug animated boolean into another module's
     toggle parameter port, type in a number of steps (default 10).  When you
     turn off sleep, it starts the animation.

     animated boolean can be connected to multiple modules.


OUTPUTS

     Boolean Output (parameter)
        An integer number (0 1) intended to be input into an toggle parameter
        port of another module.

EXAMPLE      1
     The following network compares two images:

                               READ IMAGE
                                  |
                                  |--- -| 
                                  |     |
        ANIMATED BOOLEAN          |  CONTRAST
                   |-------|      |     |
                           |      |     |
                           IMAGE COMPARE
                             |
                             |
                           DISPLAY IMAGE 

RELATED MODULES

     Any module with boolean parameter

     See also animated integer.