 | CMDriveRemotePipeCleanSetPressureSetpoint Method |
Sets the current pressure setpoint, if the system is in manual mode, and has remote setpoint enabled.
Namespace: CompreDriveSDK.WCF.PipeAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic bool SetPressureSetpoint(
float? Setpoint,
string Unit
)
Public Function SetPressureSetpoint (
Setpoint As Single?,
Unit As String
) As Boolean
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
BooleanTrue if the action was successful, or false if not
Implements
ICompreDriveWCFSetPressureSetpoint(NullableSingle, String)
RemarksOnly works when in Manual Control.
See Also