hw_estop()

Checks if the emergency stop is active.

Syntax

planetcnc.hw_estop()

Parameters

Parameter Type Description Comment
None

Return Value

Examples

#! /usr/bin/env python
 
import planetcnc
 
estop = planetcnc.hw_estop()
print("Emergency Stop Active:", estop)

See also