dm_geocom_api_request_get_slope_distance_correction Subroutine

public pure subroutine dm_geocom_api_request_get_slope_distance_correction(request)

Request of TMC_GetSlopeDistCorr procedure. Creates request for getting the total ppm and prism correction.

The function returns the total ppm value (atmospheric ppm + geometric ppm) and the current prism constant.

The instrument returns the following responses:

  • grc – GeoCOM return code.
  • distppm – Total correction of distance [ppm].
  • prsmcor – Correction of the reflector [m].
Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,2126:
ASCII response %R1P,0,0:<grc>,<distppm>,<prsmcor>

Arguments

Type IntentOptional Attributes Name
type(request_type), intent(out) :: request

Prepared request.


Calls

proc~~dm_geocom_api_request_get_slope_distance_correction~~CallsGraph proc~dm_geocom_api_request_get_slope_distance_correction dm_geocom_api_request_get_slope_distance_correction proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_get_slope_distance_correction->proc~dm_geocom_api_request