mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-11 02:46:12 -05:00
68 lines
1.7 KiB
YAML
68 lines
1.7 KiB
YAML
ChannelPowerSettings:
|
|
description: ChannelPower
|
|
properties:
|
|
inputFrequencyOffset:
|
|
type: integer
|
|
format: int64
|
|
frequencyMode:
|
|
description: (0 for Offset, 1 for Absolute)
|
|
type: integer
|
|
frequency:
|
|
description: Channel center frequency
|
|
type: integer
|
|
format: int64
|
|
rfBandwidth:
|
|
type: number
|
|
format: float
|
|
pulseThreshold:
|
|
description: "In dB"
|
|
type: number
|
|
format: float
|
|
averagePeriodUS:
|
|
description: "Average period in microseconds"
|
|
type: integer
|
|
rgbColor:
|
|
type: integer
|
|
title:
|
|
type: string
|
|
streamIndex:
|
|
description: MIMO channel. Not relevant when connected to SI (single Rx).
|
|
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
|
|
channelMarker:
|
|
$ref: "/doc/swagger/include/ChannelMarker.yaml#/ChannelMarker"
|
|
rollupState:
|
|
$ref: "/doc/swagger/include/RollupState.yaml#/RollupState"
|
|
|
|
ChannelPowerReport:
|
|
description: ChannelPower
|
|
properties:
|
|
channelPowerDB:
|
|
description: power received in channel (dB)
|
|
type: number
|
|
format: float
|
|
channelPowerMaxDB:
|
|
description: max power received in channel (dB)
|
|
type: number
|
|
format: float
|
|
channelPowerMinDB:
|
|
description: min power received in channel (dB)
|
|
type: number
|
|
format: float
|
|
channelPowerPulseDB:
|
|
description: pulse power received in channel (dB)
|
|
type: number
|
|
format: float
|
|
channelSampleRate:
|
|
type: integer
|