supportCartesianCommands property
- @TagNumber(2)
True if the arm supports direct cartesian commands (MoveToPosition is implemented)
Implementation
@$pb.TagNumber(2)
$core.bool get supportCartesianCommands => $_getBF(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set supportCartesianCommands($core.bool v) { $_setBool(1, v); }