TwiceAsNice  2019-02-18
Namespaces | Functions | Variables
test.py File Reference

Namespaces

 test
 

Functions

def test.connectBcu (prefix)
 

Variables

 test.level
 
 test.config = Application.config()
 
 test.numberOfDistBlocks = config.node("BCU.IM.MUM_DIST_BLOCK").Int
 
 test.pushpullBlockSize = config.node("BCU.IM.PUSH_PULL_BLOCK_SIZE").Int
 
 test.skip = config.node("ADSEC.SKIP").Int
 
 test.endpoint = config.node("ADSEC.ENDPOINT").String
 
 test.framerate = float(config.node("ADSEC.FRAMERATE").Int)
 
 test.diagChanDecimation = config.node("ADSEC.DECIM").Int
 
 test.RestoreShape = config.node("ADSEC.RESTORE").Bool
 
 test.ShapeFile = config.node("ADSEC.SHAPEFILE").String
 
 test.ovsFactor = config.node("ADSEC.OVS").Float
 
 test.ovs = float(framerate) * ovsFactor
 
int test.maxovs = 600
 
 test.numberOfModes = config.node("BCU.IM.NUM_MODES").Int
 
 test.prefix = config.node("BCU.PREFIX").String
 
def test.bcuCtrl = connectBcu( prefix )