Public Member Functions | Private Member Functions | Private Attributes
rtshell.actions.ConnectPortsAct Class Reference

Connect two ports. More...

Inheritance diagram for rtshell.actions.ConnectPortsAct:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

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.

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.


The documentation for this class was generated from the following file:


rtshell
Author(s): Geoffrey Biggs
autogenerated on Fri Aug 28 2015 12:55:12