Reset a component. More...

Public Member Functions | |
| def | __init__ |
Private Member Functions | |
| def | _action_impl |
Private Attributes | |
| _action_str | |
| _verbose_str | |
Reset a component.
Reset a component. This action changes the status of a component to inactive from error.
Definition at line 789 of file actions.py.
| def rtshell.actions.ResetCompAct.__init__ | ( | self, | |
| path_str, | |||
| comp_id, | |||
| instance_name, | |||
| ec_id, | |||
callbacks = [] |
|||
| ) |
Reimplemented from rtshell.actions.StateChangeAct.
Definition at line 795 of file actions.py.
| def rtshell.actions.ResetCompAct._action_impl | ( | self, | |
| comp, | |||
| ec_index | |||
| ) | [private] |
Definition at line 801 of file actions.py.
Definition at line 795 of file actions.py.
Definition at line 795 of file actions.py.