Set the active configuration set of a component. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Private Member Functions | |
def | _execute |
Private Attributes | |
_path | |
_path_str | |
_set |
Set the active configuration set of a component.
Set the active configuration set of a component. This action sets the active configuration set of a component to the specified configuration set. It will check if the set exists first; if no such set exists, the action will fail. This action will not fail if the specified component does not exist or is incorrect. To cause an abort in these situations, use @ref CheckForRequiredCompAct.
Definition at line 285 of file actions.py.
def rtshell.actions.SetActiveConfigSetAct.__init__ | ( | self, | |
path_str, | |||
set, | |||
callbacks = [] |
|||
) |
Definition at line 297 of file actions.py.
def rtshell.actions.SetActiveConfigSetAct.__str__ | ( | self | ) |
Reimplemented from rtshell.actions.Action.
Definition at line 303 of file actions.py.
def rtshell.actions.SetActiveConfigSetAct._execute | ( | self, | |
rtctree | |||
) | [private] |
Base for action execution method. Return (True, '') or (False, 'Why I failed.') when implementing this method.
Reimplemented from rtshell.actions.Action.
Definition at line 307 of file actions.py.
Definition at line 297 of file actions.py.
Definition at line 297 of file actions.py.
Definition at line 297 of file actions.py.