Disconnect two data ports. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Private Member Functions | |
def | _execute |
Private Attributes | |
_dest_path | |
_dest_path_str | |
_dest_port | |
_id | |
_source_path | |
_source_path_str | |
_source_port |
Disconnect two data ports.
Disconnect two ports. This action disconnects two ports. It will fail if either the components or the ports ports are not present. No check is made to ensure the components at the specified paths are the correct components.
Definition at line 591 of file actions.py.
def rtshell.actions.DisconnectPortsAct.__init__ | ( | self, | |
source_path, | |||
source_port, | |||
dest_path, | |||
dest_port, | |||
id, | |||
callbacks = [] |
|||
) |
Definition at line 599 of file actions.py.
def rtshell.actions.DisconnectPortsAct.__str__ | ( | self | ) |
Reimplemented from rtshell.actions.Action.
Definition at line 610 of file actions.py.
def rtshell.actions.DisconnectPortsAct._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 615 of file actions.py.
Definition at line 599 of file actions.py.
Definition at line 599 of file actions.py.
Definition at line 599 of file actions.py.
rtshell::actions.DisconnectPortsAct::_id [private] |
Definition at line 599 of file actions.py.
Definition at line 599 of file actions.py.
Definition at line 599 of file actions.py.
Definition at line 599 of file actions.py.