UAMP subroutine in Abaqus 2020

Hi,

i am working with Abaqus 2020 model and UAMP subroutine. to get an idea, i referred abaqus user manual. by below link. that is 

Abaqus > User Subroutines > Abaqus/Standard User Subroutines > UAMP  

SIMULIA User Assistance 2020 - UAMP (3ds.com) 

i got below code from the example.

c     get sensor value
      vTrans_CU1  = GetSensorValue('HORIZ_TRANSL_MOTION',
     *                             jSensorLookUpTable,
     *                             sensorValues)

is this 'HORIZ_TRANSL_MOTION' the name of history or field out put.( in inp file name of the history or field out put comes with double stars. therefore can we use name of the history or field out put for GetSensorValue command)