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_servicesAssembly: 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
) |
Return Value
Current baseline trim label.
See Also