TwiceAsNice
2019-02-18
|
Namespaces | |
loop1 | |
Functions | |
def | loop1.getDefaultConnAddr (_side) |
def | loop1.getDefaultSide () |
def | loop1.connectService (_side) |
def | loop1.stopLoop (args) |
def | loop1.startLoop (args) |
def | loop1.restartLoop (args) |
def | loop1.stopAo (args) |
def | loop1.startLoopDist (args) |
Variables | |
loop1.level | |
string | loop1.side = "sx" |
loop1.parent_parser = argparse.ArgumentParser(add_help=False) | |
loop1.default | |
loop1.help | |
loop1.parser = argparse.ArgumentParser() | |
loop1.subparsers = parser.add_subparsers(title="subcommands", metavar="<command>") | |
string | loop1.ep = "[ALIAS=laos."+side+".gws.wfc.loop-svr.WFC]" |
loop1.bcuIf | |
loop1.bcuCommon | |
loop1.wfcFitsWriter | |
loop1.stopParserParser | |
loop1.func | |
loop1.startLoopParser = subparsers.add_parser("StartLoop", help="run ao with parameters", parents=[parent_parser]) | |
loop1.type | |
loop1.float | |
loop1.stopAoParserParser | |
loop1.startLoopDistParser = subparsers.add_parser("StartLoopDist", help="run ao with parameters DISTURBANCE", parents=[parent_parser]) | |
loop1.args = parser.parse_args() | |