dm_geocom_api_request_set_atr_mode Subroutine

public pure subroutine dm_geocom_api_request_set_atr_mode(request, atr_mode)

Request of BAP_SetATRSetting procedure. Creates request for setting the ATR low-vis mode.

The argument atr_mode must be one of the following:

  • GEOCOM_BAP_ATRSET_NORMAL – No special flags or modes.
  • GEOCOM_BAP_ATRSET_LOWVIS_ON – ATR low-vis mode on.
  • GEOCOM_BAP_ATRSET_LOWVIS_AON – ATR low-vis mode always on.
  • GEOCOM_BAP_ATRSET_SRANGE_ON – ATR high-reflectivity mode on.
  • GEOCOM_BAP_ATRSET_SRANGE_AON – ATR high-reflectivity mode always on.

The instrument returns the following responses:

  • grc – GeoCOM return code.
Property Values
Instruments TPS1200, TM30/TS30, TS16
ASCII request %R1Q,17035:<atr_mode>
ASCII response %R1P,0,0:<grc>

Arguments

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

Prepared request.

integer, intent(in) :: atr_mode

ATR low-vis mode (GEOCOM_BAP_ATRSETTING).


Calls

proc~~dm_geocom_api_request_set_atr_mode~~CallsGraph proc~dm_geocom_api_request_set_atr_mode dm_geocom_api_request_set_atr_mode proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_atr_mode->proc~dm_geocom_api_request