Request of BAP_SetAtmCorr procedure. Creates request for setting the atmospheric correction parameters.
The argument lambda
should be queried with API call TMC_GetAtmCorr.
The instrument returns the following responses:
grc
– GeoCOM return code.Property | Values |
---|---|
Instruments | TPS1100, TPS1200, TM30/TS30, TS16 |
ASCII request | %R1Q,2028:<lambda>,<pressure>,<dry_temp>,<wet_temp> |
ASCII response | %R1P,0,0:<grc> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |
||
real(kind=r8), | intent(in) | :: | lambda |
Wave-length of EDM transmitter [m]. |
||
real(kind=r8), | intent(in) | :: | pressure |
Atmospheric pressure [mbar]. |
||
real(kind=r8), | intent(in) | :: | dry_temp |
Dry temperature [°C]. |
||
real(kind=r8), | intent(in) | :: | wet_temp |
Wet temperature [°C]. |