R&S TSMW-K1
Appendix
User Manual 1503.3776.32 - 08
80
Command syntax:
[ErrorCode] = TSMWGPSSendUBX_CFG_MSG(TSMWID, Mnemonic,
Enable);
Parameter(s):
TSMWID
ID of the TSMW
Mnemonic
Mnemonic of the message type.
Mnemonic supported: 'UBX,00', 'UBX,03', 'UBX,04','DTM',
'GBS', 'GGA', 'GLL', 'GRS', 'GSA', 'GST', 'GSV', 'RMC', 'TXT',
'VTG', 'ZDA'
Enable
0: disable message, otherwise enable message.
Return value(s):
ErrorCode
0 if no error occures.
Corresponding C++ command:
-/-
B.20
TSMWGPSSendUBX_CFG_PRT_AllIn_NMEAOut
Description:
Send UBX command CFG_PRT to the TSMW with the given TSMW-ID. The
configuration of the GPS receiver is forced to support all protocol as input, and only
NMEA as output on UART 1. Returns zero if successful, otherwise error code.
Command syntax:
[ErrorCode] =
TSMWGPSSendUBX_CFG_PRT_AllIn_NMEAOut(TSMWID);
Parameter(s):
TSMWID
ID of the TSMW
Return value(s):
ErrorCode
0 if no error occures.
Corresponding C++ command:
-/-