hw_isjog()

Checks if the controller is jogging.

Syntax

planetcnc.hw_isjog()

Parameters

Parameter Type Description Comment
None

Return Value

Examples

#! /usr/bin/env python
 
import planetcnc
 
jogging = planetcnc.hw_isjog()
print("Controller jogging:", jogging)

See also