Allows changing speed, diameter or label ( on label curves ). Speed and diameter can be changed on the same pump with 2 subsequent calls, only currently supported on diameter curves. Order does not matter.

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

Syntax

C#
string change_pump(
	uint list_id,
	uint pump_state_id,
	pump_change change
)
Visual Basic
Function change_pump ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	change As pump_change _
) As String
Visual C++
String^ change_pump(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	pump_change^ change
)

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
PumpStateID column from get_list(UInt32) or return value from add_pump(UInt32, Int32, Guid).
change
Type: configuration_services..::..pump_change
change_diameterchange_speedchange_label

Return Value

Current baseline trim label.

See Also