Public Member Functions | |
| def | __init__ |
| def | check_assembly |
| def | check_boards |
| Check that boards have passed MCB qualification in Invent. | |
| def | check_link |
| def | configure_boards |
| Configures boards with given configurations. | |
| def | count_boards |
| Counts boards, returns true if passed. | |
| def | finished |
| def | get_serials |
| Get serial numbers for each MCB. | |
| def | program_boards |
| Programs MCB's and calls result service when finished. | |
| def | prompt_user |
| Ask user for retry prompt using confirm_conf service. | |
| def | update_conf |
| Updates logs in invent for each board. | |
| def | verify_boards |
| Counts, gets serials and verifies boards. | |
Public Attributes | |
| confirm_proxy | |
| done_service | |
| expected | |
| has_finished | |
| invent | |
| serials | |
Definition at line 59 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::__init__ | ( | self, | ||
| expected | ||||
| ) |
Definition at line 60 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::check_assembly | ( | self | ) |
Definition at line 316 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::check_boards | ( | self | ) |
Check that boards have passed MCB qualification in Invent.
Definition at line 230 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::check_link | ( | self | ) |
Definition at line 188 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::configure_boards | ( | self, | ||
| mcbs, | ||||
assembly = False | ||||
| ) |
Configures boards with given configurations.
Definition at line 271 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::count_boards | ( | self | ) |
Counts boards, returns true if passed.
Definition at line 147 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::finished | ( | self, | ||
| pass_bool, | ||||
msg = '' | ||||
| ) |
Definition at line 85 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::get_serials | ( | self | ) |
Get serial numbers for each MCB.
Definition at line 206 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::program_boards | ( | self | ) |
Programs MCB's and calls result service when finished.
Definition at line 242 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::prompt_user | ( | self, | ||
| msg, | ||||
| details | ||||
| ) |
Ask user for retry prompt using confirm_conf service.
Definition at line 108 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::update_conf | ( | self, | ||
| mcbs | ||||
| ) |
Updates logs in invent for each board.
Definition at line 310 of file mcb_prog_conf.py.
| def mcb_prog_conf::MCBProgramConfig::verify_boards | ( | self, | ||
| check | ||||
| ) |
Counts, gets serials and verifies boards.
param check bool : Whether to check if boards passed EE qualification
Definition at line 120 of file mcb_prog_conf.py.
Definition at line 65 of file mcb_prog_conf.py.
Definition at line 63 of file mcb_prog_conf.py.
Definition at line 80 of file mcb_prog_conf.py.
Definition at line 66 of file mcb_prog_conf.py.
Definition at line 75 of file mcb_prog_conf.py.
Definition at line 82 of file mcb_prog_conf.py.