visiomode.protocols.Protocol

class visiomode.protocols.Protocol(screen)

Bases: BaseClassMixin, WebFormMixin, ProtocolEventsMixin

__init__(screen)

Methods

__init__(screen)

get_child(child_id)

get_children()

Return all inheriting children as a list.

get_common_name()

"Return the human-readable, space-separated name for the class.

get_form()

get_identifier()

Generate lowercase identifier for the class.

on_correct()

on_incorrect()

on_no_response()

on_precued()

on_protocol_end()

on_protocol_start()

on_stimulus_start()

on_trial_end()

on_trial_start()

start()

Start the protocol

stop()

update()

Protocol event handling and graphics rendering

Attributes

form_path

classmethod get_children()

Return all inheriting children as a list.

classmethod get_common_name()

“Return the human-readable, space-separated name for the class.

classmethod get_identifier()

Generate lowercase identifier for the class.

start()

Start the protocol

update()

Protocol event handling and graphics rendering