Click or drag to resize

CMDriveRemotePipeSetPressureSetpoint Method

Sets the current pressure setpoint, if the system is in manual mode, and has remote setpoint enabled.

Namespace: CompreDriveSDK.WCF.Pipe
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public bool SetPressureSetpoint(
	float? Setpoint,
	string Unit
)

Parameters

Setpoint  NullableSingle
The new pressure setpoint in the currently active pressure unit.
Unit  String
The unit of the setpoint. Defaults to the CompreDriveControl global setting.

Return Value

Boolean
True if the action was successful, or false if not

Implements

ICompreDriveWCFSetPressureSetpoint(NullableSingle, String)
Remarks
Only works when in Manual Control.
See Also