Click or drag to resize

CMDriveRemotePipeCleanEnableRamp Method

Enables the ramp control of the CompreDrive with the given ramp speed.

Namespace: CompreDriveSDK.WCF.Pipe
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public bool EnableRamp(
	float? rampkNperMin
)

Parameters

rampkNperMin  NullableSingle
The ramp speed in [kN/minute].

Return Value

Boolean
True if successful, false if not.

Implements

ICompreDriveWCFEnableRamp(NullableSingle)
See Also