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

Disconnect two data ports. More...

Inheritance diagram for rtshell.actions.DisconnectPortsAct:
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
 _source_path
 _source_path_str
 _source_port

Detailed Description

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.


Constructor & Destructor Documentation

def rtshell.actions.DisconnectPortsAct.__init__ (   self,
  source_path,
  source_port,
  dest_path,
  dest_port,
  id,
  callbacks = [] 
)

Definition at line 599 of file actions.py.


Member Function Documentation

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.


Member Data Documentation

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.

Definition at line 599 of file actions.py.

Definition at line 599 of file actions.py.

Definition at line 599 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