# DVB-S2 Demod GUI Config File
# 
### Generic options:
#
#   ui_style:   Contains a list of UI styles sorted by
#               priority and separated by the space character.
#               Available styles are shown on startup.
#
#   sr_min:     Minimum allowed symbolrate. Allowed values: 0 to INT_MAX
#   sr_max:     Maximum allowed symbolrate. Allowed values: 0 to INT_MAX
#
#   sr_presets: Symbolrate presets shown in the
#               dropdown box next to the symbolrate slider.
#               Allowed values: sr_min to sr_max
#   freq_lo0:   Frequency in Hz of the first local oscillator.
#   freq_lo1:   Frequency in Hz of the second local oscillator.
#
#   conf_ldpc_threads: How many threads (Number of CPU-Cores) will
#                      be used for LDPC decoding in parallel.
#                      A value of zero indicates the default value,
#                      which is calculated as: cores / 2 + 1.
#                      Be aware, that the other worker threads also need
#                      CPU time.
#
#   iio_net_contexts:  IP addresses of PlutoSDR devices.
#                      Multiple devices can be specified as a space-
#                      separated list.
#
#   ip_out_addr: IP Address for the MPEGTS Output
#   ip_out_port: Port number for the MPEGTS output
#   ip_out_mode: 0 disables network output.
#                1 starts a UDP server.
#                2 starts a TCP server listening for connections.

___________________________________________________________________________


# DVB-S2 Demod GUI Device Presets (devices.ini)
# 
### Available config options for the LimeSDR:
#   
#   rx_path:    Selects RX Path, allowed values:
#               LMS_PATH_NONE, LMS_PATH_LNAH, LMS_PATH_LNAL, LMS_PATH_LNAW
#
#   rx_channel: Input Channel number starting at 0
#
### Available config options for the SDRPlay:
#
#   rx_channel: Input Channel A: 0, Input Channel B: 1