dm_geocom_api_request_get_egl_intensity Subroutine

public pure subroutine dm_geocom_api_request_get_egl_intensity(request)

Request of EDM_GetEglIntensity procedure. Creates request for getting the value of the intensity of the electronic guide light (EGL).

The instrument returns the following responses:

  • grc – GeoCOM return code.
  • eglint – EDM EGL intensity (GEOCOM_EDM_EGLINTENSITY_TYPE).
Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,1058:
ASCII response %R1P,0,0:<grc>,<eglint>

Arguments

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

Prepared request.


Calls

proc~~dm_geocom_api_request_get_egl_intensity~~CallsGraph proc~dm_geocom_api_request_get_egl_intensity dm_geocom_api_request_get_egl_intensity proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_get_egl_intensity->proc~dm_geocom_api_request