 | ICompreDriveWCFSetPressureSetpoint Method |
Sets the current pressure setpoint, if the system is in manual mode, and has remote setpoint enabled.
Namespace: CompreDriveSDK.WCFAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxbool SetPressureSetpoint(
float? Setpoint,
string Unit
)
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
RemarksOnly works when in Manual Control.
See Also