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