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