GeoCOM Reference Manual
Automation - AUT
Leica TPS1200 / TS30 / TM30 – Version 1.50
66
7.4.17
AUT_PS_SetRange – setting the PowerSearch range
AUT_PS_SetRange............................................................................................................................................................................................................................................................................
nge
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 9047
9047 ................................................................................................................................................................................................................................................................AUT_PS_SetRa
C-Declaration
AUT_PS_SetRange(long lMinDist, long lMaxDist)
VB-Declaration
VB_AUT_PS_SetRange (lMinDist As Long, lMaxDist As Long )
ASCII-Request
%R1Q,9047:
lMinDist[long], lMaxDist[long]
ASCII-Response
%R1P,0,0:
RC
Remarks
This command defines the PowerSearch distance range limits.
These additional limits (additional to the PowerSearch window) will be used once the range checking is enabled
(
AUT_PS_EnableRange
).
Parameters
lMinDist In
Minimal distance to prism (
≥
0m)
lMaxDist In
Maximal distance to prism, where
lMaxDist
≤
400m
lMaxdist
≥
lM 10
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
GRC_NA
27
GeoCOM Robotic license key not available
GRC_IVPARAM
2 Invalid
parameters
See Also
AUT_PS_EnableRange
AUT_PS_SearchWindow
AUT_SetSearchArea
Example
-