Request of AUT_SetTimeout procedure. Creates request for setting the timeout for positioning.
This function sets the maximum time to perform a positioning. The
timeout is reset on 7 seconds after each power on. Valid value for
time_hz
and time_v
are between 7.0 [sec] and 60.0 [sec].
The instrument returns the following responses:
grc
– GeoCOM return code.Property | Values |
---|---|
Instruments | TPS1100, TPS1200, TM30/TS30, TS16 |
ASCII request | %R1Q,9011:<time_hz>,<time_v> |
ASCII response | %R1P,0,0:<grc> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |
||
real(kind=r8), | intent(in) | :: | time_hz |
Timeout in Hz direction [s]. |
||
real(kind=r8), | intent(in) | :: | time_v |
Timeout in V direction [s]. |