dm_geocom_api_request_ps_enable_range Subroutine

public pure subroutine dm_geocom_api_request_ps_enable_range(request, enabled)

Request of AUT_PS_EnableRange procedure. Creates request for enabling the PowerSearch window and range.

The function enabled or disables the predefined PowerSearch window including the PowerSearch range limits set by API call AUT_PS_SetRange (requires GeoCOM robotic licence). If enabled is .false., the default range is set to ≤ 400 m.

The instrument returns the following responses:

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

Arguments

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

Prepared request.

logical, intent(in) :: enabled

Enable PowerSearch.


Calls

proc~~dm_geocom_api_request_ps_enable_range~~CallsGraph proc~dm_geocom_api_request_ps_enable_range dm_geocom_api_request_ps_enable_range proc~dm_btoi dm_btoi proc~dm_geocom_api_request_ps_enable_range->proc~dm_btoi proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_ps_enable_range->proc~dm_geocom_api_request