public pure subroutine dm_geocom_api_request_set_user_spiral(request, hz, v)
Request of AUT_SetUserSpiral procedure. Creates request for
setting the ATR search window.
The function sets the dimensions of the ATR search window (GeoCOM
robotic licence required).
The instrument returns the following responses:
grc
– GeoCOM return code.
Property
Values
Instruments
TPS1100, TPS1200, TM30/TS30, TS16
ASCII request
%R1Q,9041:<hz>,<v>
ASCII response
%R1P,0,0:<grc>
Arguments
Type
Intent Optional Attributes
Name
type(request_type ),
intent(out)
::
request
Prepared request.
real(kind=r8),
intent(in)
::
hz
ATR search window in Hz direction [rad].
real(kind=r8),
intent(in)
::
v
ATR search window in V direction [rad].
proc~~dm_geocom_api_request_set_user_spiral~~CallsGraph
proc~dm_geocom_api_request_set_user_spiral
dm_geocom_api_request_set_user_spiral
proc~dm_geocom_api_request
dm_geocom_api_request
proc~dm_geocom_api_request_set_user_spiral->proc~dm_geocom_api_request
Nodes of different colours represent the following:
Graph Key
Subroutine
Subroutine
Function
Function
Interface
Interface
Type Bound Procedure
Type Bound Procedure
Unknown Procedure Type
Unknown Procedure Type
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.