dm_geocom_api_request_get_lock_status Subroutine

public pure subroutine dm_geocom_api_request_get_lock_status(request)

Request of MOT_ReadLockStatus procedure. Creates request for returning the condition of the Lock-In control.

The instrument returns the following responses:

  • grc – GeoCOM return code.
  • lockstat – Lock status (GEOCOM_MOT_LOCK_STATUS).
Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,6021:
ASCII response %R1P,0,0:<grc>,<lockstat>

Arguments

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

Prepared request.


Calls

proc~~dm_geocom_api_request_get_lock_status~~CallsGraph proc~dm_geocom_api_request_get_lock_status dm_geocom_api_request_get_lock_status proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_get_lock_status->proc~dm_geocom_api_request