Manually selects a specific motor to pair with the chosen pump. Motor list available via api at pumps_service.get_compatible_pump_motors().

Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class change_motor_manual : pump_change
Visual Basic
Public Class change_motor_manual _
	Inherits pump_change
Visual C++
public ref class change_motor_manual : public pump_change

Inheritance Hierarchy

System..::..Object
  configuration_services..::..pump_change
    configuration_services..::..change_motor_manual

See Also