Set a configuration parameter in a configuration set. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Private Member Functions | |
def | _execute |
Private Attributes | |
_param | |
_path | |
_path_str | |
_set | |
_value |
Set a configuration parameter in a configuration set.
Check the value of a configuration parameter. This action checks that the value of a configuration parameter is correct. It will fail if the set or the parameter does not exist. 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 324 of file actions.py.
def rtshell.actions.CheckConfigParamAct.__init__ | ( | self, | |
path_str, | |||
set, | |||
param, | |||
value, | |||
callbacks = [] |
|||
) |
Definition at line 335 of file actions.py.
def rtshell.actions.CheckConfigParamAct.__str__ | ( | self | ) |
Reimplemented from rtshell.actions.Action.
Definition at line 343 of file actions.py.
def rtshell.actions.CheckConfigParamAct._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 348 of file actions.py.
Definition at line 335 of file actions.py.
Definition at line 335 of file actions.py.
Definition at line 335 of file actions.py.
Definition at line 335 of file actions.py.
Definition at line 335 of file actions.py.