TwiceAsNice  2019-02-18
Functions | Variables
loop Namespace Reference

Functions

def getAdsecConnAddr (_side)
 
def connectAdsecService (_side)
 
def connectBcuService (_side)
 
def stopLoop (args)
 
def startLoop (args)
 
def restartLoop (args)
 
def stopAo (args)
 
def startLoopDist (args)
 

Variables

 level
 
 parent_parser = argparse.ArgumentParser(add_help=False)
 
 choices
 
 help
 
 parser = argparse.ArgumentParser()
 
 subparsers = parser.add_subparsers(title="subcommands", metavar="<command>")
 
 stopParserParser
 
 func
 
 startLoopParser = subparsers.add_parser("StartLoop", help="run ao with parameters", parents=[parent_parser])
 
 type
 
 float
 
 default
 
 stopAoParserParser
 
 startLoopDistParser = subparsers.add_parser("StartLoopDist", help="run ao with parameters DISTURBANCE", parents=[parent_parser])
 
 args = parser.parse_args()
 

Function Documentation

◆ connectAdsecService()

def loop.connectAdsecService (   _side)

◆ connectBcuService()

def loop.connectBcuService (   _side)

◆ getAdsecConnAddr()

def loop.getAdsecConnAddr (   _side)

◆ restartLoop()

def loop.restartLoop (   args)

◆ startLoop()

def loop.startLoop (   args)

◆ startLoopDist()

def loop.startLoopDist (   args)

◆ stopAo()

def loop.stopAo (   args)

◆ stopLoop()

def loop.stopLoop (   args)

Variable Documentation

◆ args

loop.args = parser.parse_args()

◆ choices

loop.choices

◆ default

loop.default

◆ float

loop.float

◆ func

loop.func

◆ help

loop.help

◆ level

loop.level

◆ parent_parser

loop.parent_parser = argparse.ArgumentParser(add_help=False)

◆ parser

loop.parser = argparse.ArgumentParser()

◆ startLoopDistParser

loop.startLoopDistParser = subparsers.add_parser("StartLoopDist", help="run ao with parameters DISTURBANCE", parents=[parent_parser])

◆ startLoopParser

loop.startLoopParser = subparsers.add_parser("StartLoop", help="run ao with parameters", parents=[parent_parser])

◆ stopAoParserParser

loop.stopAoParserParser
Initial value:
1 = subparsers.add_parser("StopAo",
2  help="Send the StopAO to the AdSec", parents=[parent_parser])

◆ stopParserParser

loop.stopParserParser
Initial value:
1 = subparsers.add_parser("StopLoop",
2  help="Stop the AO and stops sending slopes", parents=[parent_parser])

◆ subparsers

loop.subparsers = parser.add_subparsers(title="subcommands", metavar="<command>")

◆ type

loop.type