Ejemplo n.º 1
0
 def get_control_mode(self):
     return self._protocol.execute(
         Command(155, [], [Output(Parameter.ControlMode())]))
Ejemplo n.º 2
0
 def get_regulation_mode(self):
     return self._protocol.execute(
         Command(154, [], [Output(Parameter.Regulation())]))
Ejemplo n.º 3
0
 def get_reflected_power_parameters(self):
     return self._protocol.execute(
         Command(152, [], [
             Output(Parameter.ReflectedPowerParameter.TimeLimit()),
             Output(Parameter.ReflectedPowerParameter.PowerTrigger())
         ]))
Ejemplo n.º 4
0
 def get_ramping_time(self):
     return self._protocol.execute(
         Command(151, [], [
             Output(Parameter.RampTime(), Parameter.RampTime.KEY_RAMP_UP),
             Output(Parameter.RampTime(), Parameter.RampTime.KEY_RAMP_DOWN)
         ]))
Ejemplo n.º 5
0
 def get_model_number(self):
     return self._protocol.execute(
         Command(129, [], [Output(Parameter.ModelNumber())]))
Ejemplo n.º 6
0
 def get_power_supply_type(self):
     return self._protocol.execute(
         Command(128, [], [Output(Parameter.SupplyType())]))