20 super().
__init__(owner, name, description)
21 self.
out2 = ac.ArrayOutput(ac.DataType.int32, self,
"out2",
"unit", 2,
"")
23 self.
vg3 = ac.VariableGroup(self,
"VG3",
"inner VG")
24 self.
vg3.out3 = ac.ArrayOutput(ac.DataType.int32, self.
vg3,
"out3",
"unit", 2,
"")