dm_geocom_api_request_ps_search_next Subroutine

public pure subroutine dm_geocom_api_request_ps_search_next(request, direction, swing)

Request of AUT_PS_SearchNext procedure. Creates request for searching for the next target.

The function executes the 360° default PowerSearch and searches for the next targets. A previously defined PowerSearch window (AUT_SetSearchArea) is not taken into account. Use API call AUT_PS_SearchWindow first.

The instrument returns the following responses:

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

Arguments

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

Prepared request.

integer, intent(in) :: direction

Searching direction (1 for clockwise, -1 for counter-clockwise).

logical, intent(in) :: swing

Searching starts –10 gon to the given direction.


Calls

proc~~dm_geocom_api_request_ps_search_next~~CallsGraph proc~dm_geocom_api_request_ps_search_next dm_geocom_api_request_ps_search_next proc~dm_btoi dm_btoi proc~dm_geocom_api_request_ps_search_next->proc~dm_btoi proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_ps_search_next->proc~dm_geocom_api_request