Table of Contents

Class: UnixCommand goniometer/operations.py

Execute a unix command

Base Classes   
Operation
Methods   
ExpectedRunTime
Perform
Storable
Widget
__init__
__repr__
  ExpectedRunTime 
ExpectedRunTime ( self,  scanparams )

Returns the time this operation is expected to take.

This incarnation checks whether the command is a sleep command, and in that case return a reasonable value. Otherwise it will estimate the run time at 3 seconds.

  Perform 
Perform (
        self,
        scanparams=None,
        outsink=None,
        )

Do it. See documentation for Operation() class.

  Storable 
Storable ( self )

Turn into a dict. See documentation for Operation() class.

  Widget 
Widget ( self,  parent=None )

Make Editor. See documentation for Operation() class.

  __init__ 
__init__ ( self,  command )

  1. See documentation for Operation() class.

  __repr__ 
__repr__ ( self )

  1. See documentation for Operation() class.


Table of Contents

This document was automatically generated on Fri Jul 3 09:28:36 2009 by HappyDoc version WORKING