hw_stop()

Checks if the controller is stopped.

Syntax

planetcnc.hw_stop()

Parameters

Parameter Type Description Comment
None

Return Value

Examples

#! /usr/bin/env python
 
import planetcnc
 
stop_active = planetcnc.hw_stop()
print("Stop active:", stop_active)

See also