Request of TMC_SetGeoPpm procedure. Creates request for setting the geometric ppm correction factor.
The instrument returns the following responses:
grc
– GeoCOM return code.Property | Values |
---|---|
Instruments | TPS1200, TM30/TS30, TS16 |
ASCII request | %R1Q,2153:<enabled>,<scale_factor>,<offset>,<height_ppm>,<individual_ppm> |
ASCII response | %R1P,0,0:<grc> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |
||
logical, | intent(in) | :: | enabled |
Enable geometric ppm calculation. |
||
real(kind=r8), | intent(in) | :: | scale_factor |
Scale factor on central meridian. |
||
real(kind=r8), | intent(in) | :: | offset |
Offset from central meridian [m]. |
||
real(kind=r8), | intent(in) | :: | height_ppm |
Ppm value due to height above reference. |
||
real(kind=r8), | intent(in) | :: | individual_ppm |
Individual ppm value. |