position property
Returns current position of the motor relative to its home
Implementation
@$pb.TagNumber(3)
$core.double get position => $_getN(1);
Implementation
@$pb.TagNumber(3)
set position($core.double v) { $_setDouble(1, v); }
Returns current position of the motor relative to its home
@$pb.TagNumber(3)
$core.double get position => $_getN(1);
@$pb.TagNumber(3)
set position($core.double v) { $_setDouble(1, v); }