dm_geocom_api_request_set_egl_intensity Subroutine

public pure subroutine dm_geocom_api_request_set_egl_intensity(request, intensity)

Request of EDM_SetEglIntensity procedure. Creates request for setting the intensity of the electronic guide light.

The argument intensity must be one of the following:

  • GEOCOM_EDM_EGLINTEN_OFF
  • GEOCOM_EDM_EGLINTEN_LOW
  • GEOCOM_EDM_EGLINTEN_MID
  • GEOCOM_EDM_EGLINTEN_HIGH

The instrument returns the following responses:

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

Arguments

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

Prepared request.

integer, intent(in) :: intensity

EGL intensity (GEOCOM_EDM_EGLINTENSITY_TYPE).


Calls

proc~~dm_geocom_api_request_set_egl_intensity~~CallsGraph proc~dm_geocom_api_request_set_egl_intensity dm_geocom_api_request_set_egl_intensity proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_egl_intensity->proc~dm_geocom_api_request