dm_geocom_api_request_set_prism_type Subroutine

public pure subroutine dm_geocom_api_request_set_prism_type(request, prism_type)

Request of BAP_SetPrismType procedure. Creates request for setting the default prism type.

This function sets the prism type for measurement with a reflector (GEOCOM_BAP_PRISMTYPE). It overwrites the prism constant set by API call TMC_SetPrimCorr.

The instrument returns the following responses:

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

Arguments

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

Prepared request.

integer, intent(in) :: prism_type

Prism type (GEOCOM_BAP_PRISMTYPE).


Calls

proc~~dm_geocom_api_request_set_prism_type~~CallsGraph proc~dm_geocom_api_request_set_prism_type dm_geocom_api_request_set_prism_type proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_prism_type->proc~dm_geocom_api_request