Package VisionEgg :: Package PyroApps :: Module EPhysServer :: Class EPhysServer
[frames] | no frames]

Class EPhysServer

source code

Pyro.core.ObjBase --+
                    |
                   EPhysServer

Instance Methods
 
__init__(self, presentation, server_modules) source code
 
__del__(self) source code
 
get_quit_status(self) source code
 
set_quit_status(self, quit_status) source code
 
first_connection(self) source code
 
set_stim_onset_cal(self, on) source code
 
set_stim_onset_cal_location(self, center, size) source code
 
get_stim_onset_cal_location(self) source code
 
set_gamma_ramp(self, red, blue, green) source code
 
is_in_go_loop(self) source code
 
were_frames_dropped_in_last_go_loop(self) source code
 
get_last_go_loop_start_time_absolute_sec(self) source code
 
set_override_t_abs_sec(self, value_sec_string) source code
 
get_next_stimulus_meta_controller(self) source code
 
get_stimkey(self) source code
 
set_next_stimkey(self, stimkey) source code
 
get_cwd(self) source code
 
save_image_sequence(self, fps=12.0, filename_base="im", filename_suffix=".tif", save_dir=".") source code
 
build_AST(self, source) source code
 
exec_AST(self, screen, dropin_meta_params) source code
 
run_demoscript(self) source code

Inherited from Pyro.core.ObjBase: GUID, Pyro_dyncall, delegateTo, getAttrProxy, getDaemon, getLocalStorage, getProxy, remote_retrieve_code, remote_supply_code, setCodeValidator, setGUID, setPyroDaemon

Method Details

__init__(self, presentation, server_modules)
(Constructor)

source code 
Overrides: Pyro.core.ObjBase.__init__