Com Port Manager icon Com Port Manager Displays local PC COM/Serial ports opened by scripts, showing open/closed status (no communication logs); not the EZ-B UART. Try it →
 

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")