Displays waiting page, subtest results. More...
Public Member Functions | |
def | __init__ |
def | close |
def | on_cancel |
def | on_fail |
def | on_pass |
def | on_retry |
def | show_plots |
Displays plots, HTML of results. | |
def | show_waiting |
Private Member Functions | |
def | _create_monitor |
def | _create_rxconsole |
Private Attributes | |
_cancel_button | |
_fail_button | |
_manager | |
_monitor_panel | |
_notebook | |
_notes_text | |
_panel | |
_pass_button | |
_plots_window | |
_retry_button | |
_rxconsole_panel | |
_sizer |
Displays waiting page, subtest results.
Plots panel displays a waiting page while waiting for subtests to complete, displays subtest results, displays runtime monitor
Definition at line 122 of file qual_frame.py.
def qualification::qual_frame::PlotsPanel::__init__ | ( | self, | ||
parent, | ||||
resource, | ||||
qualification_frame | ||||
) |
Definition at line 123 of file qual_frame.py.
def qualification::qual_frame::PlotsPanel::_create_monitor | ( | self | ) | [private] |
Definition at line 154 of file qual_frame.py.
def qualification::qual_frame::PlotsPanel::_create_rxconsole | ( | self | ) | [private] |
Definition at line 159 of file qual_frame.py.
def qualification::qual_frame::PlotsPanel::close | ( | self | ) |
Definition at line 167 of file qual_frame.py.
def qualification::qual_frame::PlotsPanel::on_cancel | ( | self, | ||
event | ||||
) |
Definition at line 211 of file qual_frame.py.
def qualification::qual_frame::PlotsPanel::on_fail | ( | self, | ||
event | ||||
) |
Definition at line 201 of file qual_frame.py.
def qualification::qual_frame::PlotsPanel::on_pass | ( | self, | ||
event | ||||
) |
Definition at line 196 of file qual_frame.py.
def qualification::qual_frame::PlotsPanel::on_retry | ( | self, | ||
event | ||||
) |
Definition at line 206 of file qual_frame.py.
def qualification::qual_frame::PlotsPanel::show_plots | ( | self, | ||
result_page, | ||||
pass_ok | ||||
) |
Displays plots, HTML of results.
result_page | str : HTML result page of results | |
pass_ok | bool : Pass button only enabled when true |
Definition at line 175 of file qual_frame.py.
def qualification::qual_frame::PlotsPanel::show_waiting | ( | self, | ||
wait_page, | ||||
cancel_enabled = True | ||||
) |
Definition at line 188 of file qual_frame.py.
Definition at line 146 of file qual_frame.py.
Definition at line 137 of file qual_frame.py.
Definition at line 126 of file qual_frame.py.
Definition at line 155 of file qual_frame.py.
Definition at line 150 of file qual_frame.py.
Definition at line 144 of file qual_frame.py.
Definition at line 128 of file qual_frame.py.
Definition at line 136 of file qual_frame.py.
Definition at line 135 of file qual_frame.py.
Definition at line 138 of file qual_frame.py.
Definition at line 162 of file qual_frame.py.
Definition at line 129 of file qual_frame.py.