2020-01-11 19:16:04 -05:00
|
|
|
LimeRFESettings:
|
|
|
|
description: LimeRFE
|
|
|
|
properties:
|
|
|
|
devicePath:
|
|
|
|
description: Path to the device serial interface (ex /dev/ttyUSB2)
|
|
|
|
type: string
|
|
|
|
rxChannels:
|
|
|
|
description: Rx channels group (see LimeRFEController.ChannelGroups enumeration)
|
|
|
|
type: integer
|
|
|
|
rxWidebandChannel:
|
|
|
|
descrition: Rx wideband channel selection (see LimeRFEController.WidebandChannel enumeration)
|
|
|
|
type: integer
|
|
|
|
rxHAMChannel:
|
|
|
|
description: Rx HAM channel selection (see LimeRFEController.HAMChannel enumeration)
|
|
|
|
type: integer
|
|
|
|
rxCellularChannel:
|
|
|
|
description: Rx cellular channel selection (see LimeRFEController.HAMChannel enumeration)
|
|
|
|
type: integer
|
|
|
|
rxPort:
|
|
|
|
description: Rx port selected (see LimeRFEController.RxPort enumeration)
|
|
|
|
type: integer
|
|
|
|
attenuationFactor:
|
|
|
|
description: Rx attenuation factor. Attenuation is 2 times this factor in dB (0..7 => 0..14dB)
|
|
|
|
type: integer
|
|
|
|
amfmNotch:
|
|
|
|
desciption: Rx AM/FM notch filter (boolean)
|
|
|
|
type: integer
|
|
|
|
txChannels:
|
|
|
|
description: Tx channels group (see LimeRFEController.ChannelGroups enumeration)
|
|
|
|
type: integer
|
|
|
|
txWidebandChannel:
|
|
|
|
descrition: Tx wideband channel selection (see LimeRFEController.WidebandChannel enumeration)
|
|
|
|
type: integer
|
|
|
|
txHAMChannel:
|
|
|
|
description: Tx HAM channel selection (see LimeRFEController.HAMChannel enumeration)
|
|
|
|
type: integer
|
|
|
|
txCellularChannel:
|
|
|
|
description: Tx cellular channel selection (see LimeRFEController.HAMChannel enumeration)
|
|
|
|
type: integer
|
|
|
|
txPort:
|
|
|
|
description: Tx port selected (see LimeRFEController.TxPort enumeration)
|
|
|
|
type: integer
|
2020-01-14 18:28:25 -05:00
|
|
|
swrEnable:
|
|
|
|
description: Boolean if SWR measurements are enabled else 0
|
|
|
|
type: integer
|
|
|
|
swrSource:
|
|
|
|
description: SWR measurement source (see LimeRFEController.SWRSource)
|
|
|
|
type: integer
|
2020-01-11 19:16:04 -05:00
|
|
|
rxOn:
|
|
|
|
description: Boolean 1 if Rx is active else 0
|
|
|
|
type: integer
|
|
|
|
txOn:
|
|
|
|
description: Boolean 1 if Tx is active else 0
|
2020-01-14 09:26:49 -05:00
|
|
|
type: integer
|
|
|
|
|
|
|
|
LimeRFEPower:
|
|
|
|
description: report of forward and reflected power measurements
|
|
|
|
properties:
|
|
|
|
forward:
|
2020-01-14 18:28:25 -05:00
|
|
|
description: relative forward power in centi-Bels
|
2020-01-14 09:26:49 -05:00
|
|
|
type: integer
|
|
|
|
reflected:
|
2020-01-14 18:28:25 -05:00
|
|
|
description: relative reflected power in centi-Bels
|
2020-01-11 19:16:04 -05:00
|
|
|
type: integer
|