18 super().
__init__(owner, name, description)
20 self.
myOutput = PyApplicationCore.ScalarOutput(PyApplicationCore.DataType.float32, self,
"/Var1" ,
"unit",
"description")
21 self.
myInput = PyApplicationCore.ScalarPushInput(PyApplicationCore.DataType.int32, self,
"/Var2",
"unit",
"description")