Request of TMC_GetSignal procedure. Creates request for getting the EDM signal intensity.
The function returns the intensity of the EDM signal. The function
can only perform a measurement if the signal measurement program is
activated. Start the signal measurement program with TMC_DoMeasure in
program GEOCOM_TMC_SIGNAL
. After the measurement, the EDM must be
switched off with program GEOCOM_TMC_CLEAR
. While measuring, there
is no angle data available.
The instrument returns the following responses:
grc
– GeoCOM return code.sigint
– Signal intensity of EDM [%].sigtime
– Timestamp [msec].Property | Values |
---|---|
Instruments | TPS1100, TPS1200, TM30/TS30, TS16 |
ASCII request | %R1Q,2022: |
ASCII response | %R1P,0,0:<grc>,<sigint>,<sigtime> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |