Package VisionEgg :: Module FlowControl
[frames] | no frames]

Module FlowControl

source code


Flow control for the Vision Egg.



Classes
  Presentation
Handles the timing and coordination of stimulus presentation.
  Controller
Control parameters.
  ConstantController
Set parameters to a constant value.
  EvalStringController
Set parameters using dynamically interpreted Python string.
  ExecStringController
Set parameters using potentially complex Python string.
  FunctionController
Set parameters using a Python function.
  EncapsulatedController
Set parameters by encapsulating another Controller.
Variables
  TIME_INDEPENDENT = 0x00
  TIME_SEC_ABSOLUTE = 0x01
  TIME_SEC_SINCE_GO = 0x02
  FRAMES_ABSOLUTE = 0x04
  FRAMES_SINCE_GO = 0x08
  NEVER = 0x00
  EVERY_FRAME = 0x01
  TRANSITIONS = 0x02
  ONCE = 0x04
  NOT_DURING_GO = 0x08
  NOT_BETWEEN_GO = 0x10