Click or drag to resize

ICompreDriveWCFEnableRamp Method

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

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

Parameters

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

Return Value

Boolean
True if successful, false if not.
See Also