19 super().
__init__(owner, name, description)
21 self.
input1 = ac.ScalarPushInput(dt.int32, self,
"in1",
"",
"")
22 self.
input2 = ac.ArrayPushInput(dt.int32, self,
"in2",
"", 4,
"")
23 self.
input3 = ac.ScalarPushInput(dt.int32, self,
"in3",
"",
"")
24 self.
output = ac.ScalarOutput(dt.string, self,
"output",
"",
"")
25 self.
testError = ac.ScalarOutput(dt.string, self,
"testError",
"",
"")