2019-07-07 18:59:04 -04:00
|
|
|
FileSourceSettings:
|
2018-01-24 12:17:13 -05:00
|
|
|
description: FileSource
|
|
|
|
properties:
|
|
|
|
fileName:
|
2018-10-14 04:38:31 -04:00
|
|
|
description: The name (path) of the file being read
|
2018-05-26 05:40:37 -04:00
|
|
|
type: string
|
2018-10-14 04:38:31 -04:00
|
|
|
loop:
|
|
|
|
description: 1 if playing in a loop else 0
|
|
|
|
type: integer
|
2019-07-07 18:59:04 -04:00
|
|
|
log2Interp:
|
|
|
|
type: integer
|
|
|
|
filterChainHash:
|
|
|
|
type: integer
|
2019-07-09 19:58:29 -04:00
|
|
|
gainDB:
|
|
|
|
type: integer
|
2019-07-07 18:59:04 -04:00
|
|
|
rgbColor:
|
|
|
|
type: integer
|
|
|
|
title:
|
|
|
|
type: string
|
2019-09-22 14:26:09 -04:00
|
|
|
streamIndex:
|
|
|
|
description: MIMO channel. Not relevant when connected to SI (single Rx).
|
|
|
|
type: integer
|
2019-01-11 08:45:00 -05:00
|
|
|
useReverseAPI:
|
|
|
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
|
|
|
type: integer
|
|
|
|
reverseAPIAddress:
|
|
|
|
type: string
|
|
|
|
reverseAPIPort:
|
|
|
|
type: integer
|
|
|
|
reverseAPIDeviceIndex:
|
|
|
|
type: integer
|
2019-07-07 18:59:04 -04:00
|
|
|
reverseAPIChannelIndex:
|
|
|
|
type: integer
|
2021-12-03 16:32:54 -05:00
|
|
|
channelMarker:
|
|
|
|
$ref: "/doc/swagger/include/ChannelMarker.yaml#/ChannelMarker"
|
2022-01-08 23:27:12 -05:00
|
|
|
rollupState:
|
|
|
|
$ref: "/doc/swagger/include/RollupState.yaml#/RollupState"
|
2019-01-11 08:45:00 -05:00
|
|
|
|
2019-07-07 18:59:04 -04:00
|
|
|
FileSourceReport:
|
2018-05-26 05:40:37 -04:00
|
|
|
description: FileSource
|
|
|
|
properties:
|
|
|
|
fileName:
|
|
|
|
type: string
|
2019-07-07 18:59:04 -04:00
|
|
|
fileSampleRate:
|
2018-05-26 05:40:37 -04:00
|
|
|
description: Record sample rate in S/s
|
|
|
|
type: integer
|
2019-07-07 18:59:04 -04:00
|
|
|
fileSampleSize:
|
2018-05-26 05:40:37 -04:00
|
|
|
description: Record sample size in number of bits
|
|
|
|
type: integer
|
|
|
|
absoluteTime:
|
|
|
|
description: Absolute record time string representation
|
|
|
|
type: string
|
|
|
|
elapsedTime:
|
|
|
|
description: Elapsed time since beginning string representation
|
|
|
|
type: string
|
|
|
|
durationTime:
|
|
|
|
description: Duration time string representation
|
|
|
|
type: string
|
2019-07-07 18:59:04 -04:00
|
|
|
sampleRate:
|
|
|
|
description: Channel sample rate in S/s
|
|
|
|
type: integer
|
2019-07-09 19:58:29 -04:00
|
|
|
channelPowerDB:
|
|
|
|
description: power transmitted in channel (dB)
|
|
|
|
type: number
|
|
|
|
format: float
|
2020-03-10 03:32:54 -04:00
|
|
|
|
|
|
|
FileSourceActions:
|
|
|
|
description: FileSource
|
|
|
|
properties:
|
|
|
|
play:
|
|
|
|
type: integer
|
|
|
|
description: >
|
|
|
|
Play or Pause stream
|
|
|
|
* 0 - Pause
|
|
|
|
* 1 - Play
|
2020-03-10 11:00:16 -04:00
|
|
|
seekMillis:
|
|
|
|
description: Move play cursor to this thousands of total time from the start
|
|
|
|
type: integer
|