| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DybHelloWorld::OptionalJom Namespace Reference


Functions

def configure

Function Documentation

def DybHelloWorld::OptionalJom::configure (   argv = []  ) 

Definition at line 9 of file OptionalJom.py.

00009                       :
00010     import DybHelloWorld
00011     dhw = DybHelloWorld.Configure()
00012     dhw.HelloWorldAlg.MyDouble = 6.9
00013     try:
00014         mydouble = float(argv[0])
00015         dhw.HelloWorldAlg.MyDouble = mydouble
00016     except IndexError:
00017         print "DybHelloWorld.OptionalJom: Got no argument, using default"
00018     return
    return

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:09:52 2011 for DybHelloWorld by doxygen 1.4.7