Request of AUT_GetSearchArea procedure. Creates request for getting the dimensions of the PowerSearch window.
This command is valid for all instruments, but has only effects for instruments equipped with PowerSearch.
The instrument returns the following responses:
grc
– GeoCOM return code.centerhz
– Hz angle of search area (center) [rad].centerv
– V angle of search area (center) [rad].rangehz
– Width of search area [rad].rangev
– Max. height of search area [rad].userarea
– User-defined search area is active [bool].Property | Values |
---|---|
Instruments | TPS1100, TPS1200, TM30/TS30, TS16 |
ASCII request | %R1Q,9042: |
ASCII response | %R1P,0,0:<grc>,<centerhz>,<centerv>,<rangehz>,<rangev>,<userarea> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |