Connect two ports. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Private Member Functions | |
def | _execute |
Private Attributes | |
_dest_path | |
_dest_path_str | |
_dest_port | |
_id | |
_name | |
_properties | |
_source_path | |
_source_path_str | |
_source_port |
Connect two ports.
Connect two ports together. This action connects two ports together using the provided connection profile. 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 500 of file actions.py.
def rtshell.actions.ConnectPortsAct.__init__ | ( | self, | |
source_path, | |||
source_port, | |||
dest_path, | |||
dest_port, | |||
name, | |||
id, | |||
properties, | |||
callbacks = [] |
|||
) |
Definition at line 509 of file actions.py.
def rtshell.actions.ConnectPortsAct.__str__ | ( | self | ) |
Reimplemented from rtshell.actions.Action.
Definition at line 522 of file actions.py.
def rtshell.actions.ConnectPortsAct._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 528 of file actions.py.
Definition at line 509 of file actions.py.
Definition at line 509 of file actions.py.
Definition at line 509 of file actions.py.
rtshell::actions.ConnectPortsAct::_id [private] |
Definition at line 509 of file actions.py.
rtshell::actions.ConnectPortsAct::_name [private] |
Definition at line 509 of file actions.py.
Definition at line 509 of file actions.py.
Definition at line 509 of file actions.py.
Definition at line 509 of file actions.py.
Definition at line 509 of file actions.py.