TwiceAsNice  2019-02-18
Variables
licsSEOffset Namespace Reference

Variables

 config = Nice.Application.config()
 
 astr = config.node('ADAPTER').leaf()
 
 ep = os.path.basename(astr)
 
 dummy
 
 ses = LaosStarEnlarger.SE.connectWithEndpoint('SE',ep)
 
 sesNam = string.upper(ses.readServiceName())
 
 pos = ses.getPosition('UM','F')
 
 xdif = float(sys.argv[-2])
 
 ydif = float(sys.argv[-1])
 
 mvby = Nice.Point(xdif,ydif)
 
 sesC = ses.config()
 
 fov = sesC.node("CFG.OVERLAY.FIELD_OF_VIEW.02")
 
 circRad = float(fov.leaf().U32)
 
 toBeMoved = Nice.MapStringPoint()
 
 radMu = math.hypot( se.data().x(), se.data().y())
 

Variable Documentation

◆ astr

licsSEOffset.astr = config.node('ADAPTER').leaf()

◆ circRad

int licsSEOffset.circRad = float(fov.leaf().U32)

◆ config

licsSEOffset.config = Nice.Application.config()

◆ dummy

licsSEOffset.dummy

◆ ep

string licsSEOffset.ep = os.path.basename(astr)

◆ fov

licsSEOffset.fov = sesC.node("CFG.OVERLAY.FIELD_OF_VIEW.02")

◆ mvby

licsSEOffset.mvby = Nice.Point(xdif,ydif)

◆ pos

licsSEOffset.pos = ses.getPosition('UM','F')

◆ radMu

licsSEOffset.radMu = math.hypot( se.data().x(), se.data().y())

◆ ses

licsSEOffset.ses = LaosStarEnlarger.SE.connectWithEndpoint('SE',ep)

◆ sesC

licsSEOffset.sesC = ses.config()

◆ sesNam

licsSEOffset.sesNam = string.upper(ses.readServiceName())

◆ toBeMoved

licsSEOffset.toBeMoved = Nice.MapStringPoint()

◆ xdif

licsSEOffset.xdif = float(sys.argv[-2])

◆ ydif

licsSEOffset.ydif = float(sys.argv[-1])