Encoder raw position

The following virtual counter monitors the encoder raw position.

   if( $method =~ /reset/i)
   {
     return 1;
   }

   if( $method =~ /read/i)
   {
     return Spectra::get_motor_encoder_raw( "exp_motXX");
   }