 | ICompreDriveWCFEnableRamp Method |
Enables the ramp control of the CompreDrive with the given ramp speed.
Namespace: CompreDriveSDK.WCFAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxbool EnableRamp(
float? rampkNperMin
)
Function EnableRamp (
rampkNperMin As Single?
) As Boolean
Parameters
- rampkNperMin NullableSingle
- The ramp speed in [kN/minute].
Return Value
BooleanTrue if successful, false if not.
See Also