Package iceprod :: Package client :: Module commands :: Class download
[hide private]
[frames] | no frames]

Class download

source code

object --+    
         |    
   Command --+
             |
            download

Command: download <dataset>

Download a dataset (replaces currently open steering file)
 
Arguments:
  <dataset>  Specify dataset id to download.
  
Returns:
  Downloads steering from database and opens it.
 

Instance Methods [hide private]
 
Execute(self, shell) source code
 
CheckArgs(self, args) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  shortdoc = 'download <dataset> : Download a dataset.'
hash(x)
  numArgs = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

Execute(self, shell)

source code 
Overrides: Command.Execute

CheckArgs(self, args)

source code 
Overrides: Command.CheckArgs