def get_control_mode(self): return self._protocol.execute( Command(155, [], [Output(Parameter.ControlMode())]))
def get_regulation_mode(self): return self._protocol.execute( Command(154, [], [Output(Parameter.Regulation())]))
def get_reflected_power_parameters(self): return self._protocol.execute( Command(152, [], [ Output(Parameter.ReflectedPowerParameter.TimeLimit()), Output(Parameter.ReflectedPowerParameter.PowerTrigger()) ]))
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) ]))
def get_model_number(self): return self._protocol.execute( Command(129, [], [Output(Parameter.ModelNumber())]))
def get_power_supply_type(self): return self._protocol.execute( Command(128, [], [Output(Parameter.SupplyType())]))