Leica tps1100 Reference Manual page 88

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
AUT_RC_BAD_ENVIRONMENT
See Also
AUS_SetUserLockState
AUS_GetUserLockState
MOT_ReadLockStatus
Example
RC_TYPE
result = AUS_SetUserLockState(ON);// enable lock mode
if(result==RC_OK)
{
result = AUT_LockIn(); // activate target tracking
if(result != RC_OK)
{
}
}
7.3.12 AUT_GetSearchArea - Get user searching area
AUT_GetSearchArea.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 9042
9042 ................................................................................................................................................................................................................................................................AUT_GetSearchArea
C-Declaration
AUT_GetSearchArea( AUT_SEARCH_AREA &Area )
VB-Declaration
VB_AUT_GetSearchArea(Area As AUT_SEARCH_AREA)
ASCII-Request
%R1Q,9042:
ASCII-Response
%R1P,0,0:RC,dCenterHz [double],dCenterV [double],
dRangeHz[double],dRangeV [double],bEnabled[Boolean]
Remarks
This function returns the current user searching area. This command is
valid for all instruments, but has only effects for TCA instruments.
Parameters
Area
Return-Codes
RC_OK
TPS1100 - Version 1.05
result;
// Error handling
Bad environment conditions
Out
user defined searching area
Execution successful (always)
Automation - AUT
7-31

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents