variables module¶
-
class
package.entity.edata.variables.
Variables
¶ Bases:
object
Variables class contains class methods to set and get variables needed in presenter and view
-
classmethod
add_one_run_time_counter
()¶
-
classmethod
add_run_counter
()¶
-
classmethod
get_amp_name
()¶
-
classmethod
get_amp_serial
()¶
-
classmethod
get_base_folder_path
()¶
-
classmethod
get_current_environment
()¶
-
classmethod
get_file_path
()¶
-
classmethod
get_high_pass_data_in
()¶
-
classmethod
get_high_pass_data_out
()¶
-
classmethod
get_low_pass_data_in
()¶
-
classmethod
get_low_pass_data_out
()¶
-
classmethod
get_protocol_path
()¶
-
classmethod
get_raw_eeg_file_path
()¶
-
classmethod
get_raw_eeg_timestamp_file_path
()¶
-
classmethod
get_run_counter
()¶
-
classmethod
get_run_time_counter
()¶
-
classmethod
get_sample_rate
()¶
-
classmethod
get_sub_folder_path
()¶
-
classmethod
init_Variables_for_next_run
()¶
-
classmethod
set_amp_name
(amp_name)¶
-
classmethod
set_amp_serial
(amp_serial)¶
-
classmethod
set_base_folder_path
(base_folder_path)¶
-
classmethod
set_current_environment
(new_environment)¶
-
classmethod
set_file_path
(file_path)¶
-
classmethod
set_high_pass_data_in
(high_pass_data_in)¶
-
classmethod
set_high_pass_data_out
(high_pass_data_out)¶
-
classmethod
set_low_pass_data_in
(low_pass_data_in)¶
-
classmethod
set_low_pass_data_out
(low_pass_data_out)¶
-
classmethod
set_protocol_path
(protocol_path)¶
-
classmethod
set_raw_eeg_file_path
(file_path)¶
-
classmethod
set_raw_eeg_timestamp_file_path
(file_path)¶
-
classmethod
set_run_counter
(run_counter)¶
-
classmethod
set_run_time_counter
(new_run_time_counter)¶
-
classmethod
set_sample_rate
(sample_rate)¶
-
classmethod
set_sub_folder_path
(sub_folder_path)¶
-
classmethod