TwiceAsNice  2019-02-18
Variables
jumo Namespace Reference

Variables

 app = NiceApplication.Application(sys.argv)
 
string ext = "JUMO.DEV1.VAR.TEMPERATURE.EXTERN"
 
string low = "JUMO.DEV1.VAR.TEMPERATURE.LOW"
 
string mid = "JUMO.DEV1.VAR.TEMPERATURE.MID"
 
string top = "JUMO.DEV1.VAR.TEMPERATURE.TOP"
 
string heat = "JUMO.DEV1.VAR.OUTPUT"
 
 extVal = Nice.get(ext)[0]
 
 lowVal = Nice.get(low)[0]
 
 midVal = Nice.get(mid)[0]
 
 topVal = Nice.get(top)[0]
 
 heatVal = Nice.get(heat)[0]
 

Variable Documentation

◆ app

jumo.app = NiceApplication.Application(sys.argv)

◆ ext

string jumo.ext = "JUMO.DEV1.VAR.TEMPERATURE.EXTERN"

◆ extVal

jumo.extVal = Nice.get(ext)[0]

◆ heat

string jumo.heat = "JUMO.DEV1.VAR.OUTPUT"

◆ heatVal

jumo.heatVal = Nice.get(heat)[0]

◆ low

string jumo.low = "JUMO.DEV1.VAR.TEMPERATURE.LOW"

◆ lowVal

jumo.lowVal = Nice.get(low)[0]

◆ mid

string jumo.mid = "JUMO.DEV1.VAR.TEMPERATURE.MID"

◆ midVal

jumo.midVal = Nice.get(mid)[0]

◆ top

string jumo.top = "JUMO.DEV1.VAR.TEMPERATURE.TOP"

◆ topVal

jumo.topVal = Nice.get(top)[0]