Request of AUT_ReadTol procedure. Creates request for getting the positioning tolerances.
The function returns the positioning tolerances of the Hz and V instrument axis.
The instrument returns the following responses:
grc
– GeoCOM return code.tolhz
– Positioning tolerance in Hz [rad].tolv
– Positioning tolerance in V [rad].Property | Values |
---|---|
Instruments | TPS1100, TPS1200, TM30/TS30, TS16 |
ASCII request | %R1Q,9008: |
ASCII response | %R1P,0,0:<tolhz>,<tolv> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |