mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-12 11:26:11 -05:00
36 lines
756 B
YAML
36 lines
756 B
YAML
|
AntennaToolsSettings:
|
||
|
description: Antenna Tools
|
||
|
properties:
|
||
|
dipoleFrequencyMHz:
|
||
|
type: number
|
||
|
format: float
|
||
|
dipoleEndEffectFactor:
|
||
|
type: number
|
||
|
format: float
|
||
|
dishFrequencyMHz:
|
||
|
type: number
|
||
|
format: float
|
||
|
dishDiameter:
|
||
|
type: number
|
||
|
format: float
|
||
|
dishDepth:
|
||
|
type: number
|
||
|
format: float
|
||
|
dishEfficiency:
|
||
|
type: integer
|
||
|
title:
|
||
|
type: string
|
||
|
rgbColor:
|
||
|
type: integer
|
||
|
useReverseAPI:
|
||
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||
|
type: integer
|
||
|
reverseAPIAddress:
|
||
|
type: string
|
||
|
reverseAPIPort:
|
||
|
type: integer
|
||
|
reverseAPIDeviceIndex:
|
||
|
type: integer
|
||
|
reverseAPIChannelIndex:
|
||
|
type: integer
|