dm_geocom_api_request_set_prism_type_v2 Subroutine

public pure subroutine dm_geocom_api_request_set_prism_type_v2(request, prism_type, prism_name)

Request of BAP_SetPrismType2 procedure. Creates request for setting the default or user prism type.

This function sets the default or the user prism type for measurements with a reflector. It overwrites the prism constant set by TMC_SetPrismCorr. The user defined prism must have been added with API call BAP_SetUserPrismDef beforehand.

The instrument returns the following responses:

  • grc – GeoCOM return code.
Property Values
Instruments TPS1200, TM30/TS30, TS16
ASCII request %R1Q,17030:<prism_type>,<prism_name>
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).

character(len=*), intent(in) :: prism_name

Prism name (required if prism type is GEOCOM_BAP_PRISM_USER).


Calls

proc~~dm_geocom_api_request_set_prism_type_v2~~CallsGraph proc~dm_geocom_api_request_set_prism_type_v2 dm_geocom_api_request_set_prism_type_v2 proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_prism_type_v2->proc~dm_geocom_api_request