Explicit method for changing pump motor selector.

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

Syntax

C#
string change_motor_criteria(
	uint list_id,
	uint pump_state_id,
	string standard,
	string enclosure,
	MOTORMETHOD motor_method,
	motor_sizing_speed_method sizing_speed
)
Visual Basic
Function change_motor_criteria ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	standard As String, _
	enclosure As String, _
	motor_method As MOTORMETHOD, _
	sizing_speed As motor_sizing_speed_method _
) As String
Visual C++
String^ change_motor_criteria(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	String^ standard, 
	String^ enclosure, 
	MOTORMETHOD motor_method, 
	motor_sizing_speed_method sizing_speed
)

Parameters

list_id
Type: System..::..UInt32
The id for the selection list in which the pump resides.
pump_state_id
Type: System..::..UInt32
PumpStateID column from get_list(UInt32) or return value from add_pump(UInt32, Int32, Guid).
standard
Type: System..::..String
Name of the pump motor standard. Limited by available standards in your catalog.
enclosure
Type: System..::..String
A motor enclosure compatible with the specified standard. Limited by available enclosures in your catalog.
motor_method
Type: esi.pumps..::..MOTORMETHOD
The sizing method used to determine the required motor power.
sizing_speed
Type: configuration_services..::..motor_sizing_speed_method
The pump speed used to derive the required power.

Return Value

See Also