isRunning()
Report whether the ramp is running.
Parameters
Once an object linearramp has been created, you can use the following function:
linearramp.isRunning()
Returns
return isRunning
| Value | Type | Description |
|---|---|---|
| isRunning | bool |
True if the ramp is still moving, False otherwise. |