Skip to content

TCPIP tnf

Annaliese McDermond edited this page Feb 25, 2022 · 3 revisions

CREATE

C[D]<seq_number>|tnf create freq=<MHz> [width=<width>] [depth=<depth (1-3)>]

Example:

C19|tnf create 14.1

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
50000016   Malformed Command
5000002C   Incorrect number of parameters
50000033   Parameter out of Range

Responses

Response Example:

R19|0|

REMOVE

C[D]<seq_number>|tnf remove <tnf_id>

Example:

C19|tnf remove 1

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
5000002C   Incorrect number of parameters

Responses

Response Example:

R19|0|

SET

C[D]<seq_number>|tnf set <tnf_id> [freq=<freq>] [width=<width>] [depth=<depth (1-3)>]

Example:

C19|tnf set 1 14.1

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
50000016   Malformed Command
5000002C   Incorrect number of parameters
50000033   Parameter out of Range

Responses

Response Example:

R19|0|