Motor values

Where can i find the current motor tick values for v5 motors? I figured this value would be available somewhere similar to how encoders gave values without having to mount encoders

In Vex Coding Studio, you can use the command “Motor.rotation(rotationUnits::raw)” which will give you the current tick value of the motor. Depending on the gear set, the number of ticks in a rotation will change. You can see then motor stats on the website.

I will also include a picture here:
19%20PM

(look at the encoder section)