TCPIP tnf - flexradio/smartsdr-api-docs GitHub Wiki

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|

DUMP/LIST

Prints shortened output of slice index

C[D]<seq_number>|tnf dump|list [slice_index]

Example:

C19|tnf dump 30

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
⚠️ **GitHub.com Fallback** ⚠️