26 super().
__init__(owner,
"SetpointRamp",
"Slow ramping of temperator setpoint")
28 self.
operatorSetpoint = ac.ScalarPollInput(ac.DataType.float32, self,
"operatorSetpoint",
"degC",
"description")
30 self.
ctrl = ac.VariableGroup(self,
"/ControlUnit/Controller",
"")
33 self.
ctrl.actualSetpoint = ac.ScalarOutput(ac.DataType.float32, self.
ctrl,
"temperatureSetpoint",
"degC",
"...")
35 self.
trigger = ac.ScalarPushInput(ac.DataType.uint64, self,
"/Timer/tick",
"",
"...")