Skip to content

TCPIP xvtr

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

CREATE

Creates a new transverter record

C[D]<seq_number>|xvtr create

Example:

C19|xvtr create

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

Hex Response Message Debug Output / Meaning
00000000   align="left" | OK -- key to this transverter record is
5000002C   Incorrect number of parameters
5000007D   Failed to create transverter record

Responses

Response Example:

R19|0|0000001|

REMOVE

Remove a transverter record

C[D]<seq_number>|xvtr remove <key>

Example:

C19|xvtr remove 00000001

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
5000007C   Transverter record not found

Responses

Response Example:

R19|0

SET

Sets a value in the transverter record created with a create command

C[D]<seq_number>|xvtr set <key> <parameter> <value>

Example:

C19|xvtr set 00000001 name 2304

Table of parameters that can be set:

Parameter Value
high_freq high end of xvtr range (floating point number in MHz)
name name that appears in band selector
low_freq low end of xvtr range (floating point number in MHz)
if_freq intermediate frequency used by the radio (floating point number in MHz)
if_offset_freq error in the LO of the xvtr (floating point number in MHz)
max_power max percentage setting of transmit slider allowed for this xvtr (0-100)
rx_gain adjust the panadapter gain axis and slice meter accord to xvtr setting (floating point number in dB)
rx_only sets whether TX is allowed on this xvtr (state [see below])
two_meter_int use internal 2m (state [see below])

See Boolean State for different text representations for a state 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
5000002D   Bad field
5000007C   Transverter record not found

Responses

Response Example:

R19|0