Upgrade to ARC Pro
Your robot can be more than a simple automated machine with the power of ARC Pro!
IsReleased
IsReleased(port, ezbIndex)
Parameters
port | The servo port |
ezbIndex (optional) | The ezb index |
Returns
boolean (true of false)Description
Returns the released state of the servo (torque off or on)
Example
if (IsReleased(d0))
print("Servo d0 is released");