CScopeEditCtrl< double > onset
stimulation onset (in sec) 
 
Settings page for stimulation stuff. 
 
CScopeEditCtrl< double > ontime
on time of one stimulation pulse (in sec) 
 
CScopeEditCtrl< double > offtime
off time of one stimulation pulse (in sec) 
 
CStimulationSettingsPage(void)
create the edit objects (e.g. 
 
CScopeCheckBoxCtrl enabled
to enable the whole stimulation page 
 
void EnableDisableControls()
Enable/Disable controls, depending on scope_controller.GuiParameters.stimulation.enable() ...
 
scope::ScopeController scope_controller
keep a ScopeController for connecting GUI controls 
 
CScopeEditCtrl< double > duration
total duration of stimulation, is filled with as many stimulation pulses as possible according to on&...