Request of SUP_SetConfig procedure. Creates request for setting the power management configuration.
The argument timeout
sets the duration after which the instrument
switches into the mode auto_power
(GEOCOM_SUP_AUTO_POWER
) when
no user activity occured (key press, GeoCOM communication). The
value must be between 60,000 m/s (1 min) and 6,000,000 m/s (100 min).
The instrument returns the following responses:
grc
– GeoCOM return code.Property | Values |
---|---|
Instruments | TPS1100, TPS1200, TM30/TS30, TS16 |
ASCII request | %R1Q,14002:<reserved>,<auto_power>,<timeout> |
ASCII response | %R1P,0,0:<grc> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |
||
integer, | intent(in) | :: | auto_power |
Power-off mode ( |
||
integer, | intent(in) | :: | timeout |
Timeout [msec]. |