mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| DeviceConfig:
 | |
|   description: Represents a Preset::DeviceConfig object
 | |
|   properties:
 | |
|     deviceId:
 | |
|       type: string
 | |
|     deviceSerial:
 | |
|       type: string
 | |
|     deviceSequence:
 | |
|       type: integer
 | |
|     config:
 | |
|       $ref: "/doc/swagger/include/DeviceSettings.yaml#/DeviceSettings"
 | |
| 
 | |
| ChannelConfig:
 | |
|   description: Represents a Preset::ChannelConfig object
 | |
|   properties:
 | |
|     channelIdURI:
 | |
|       description: Channel type ID in URI form
 | |
|       type: string
 | |
|     config:
 | |
|       $ref: "/doc/swagger/include/ChannelSettings.yaml#/ChannelSettings"
 | |
| 
 | |
| Preset:
 | |
|   description: Represents a Preset object
 | |
|   properties:
 | |
|     presetType:
 | |
|       description: See Preset::PresetType
 | |
|       type: integer
 | |
|     group:
 | |
|       type: string
 | |
|     description:
 | |
|       type: string
 | |
|     centerFrequency:
 | |
|       type: integer
 | |
|       format: int64
 | |
|     spectrumConfig:
 | |
|       $ref: "/doc/swagger/include/GLSpectrum.yaml#/GLSpectrum"
 | |
|     dcOffsetCorrection:
 | |
|       description: boolean
 | |
|       type: integer
 | |
|     iqImbalanceCorrection:
 | |
|       description: boolean
 | |
|       type: integer
 | |
|     channelConfigs:
 | |
|       type: array
 | |
|       items:
 | |
|         $ref: "/doc/swagger/include/Preset.yaml#/ChannelConfig"
 | |
|     deviceConfigs:
 | |
|       type: array
 | |
|       items:
 | |
|         $ref: "/doc/swagger/include/Preset.yaml#/DeviceConfig"
 | |
|     layout:
 | |
|       description: screen and dock layout is a QByteArray handled by Qt::QMainWindow translated to base64
 | |
|       type: string
 |