# 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 # ### 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 [Generic] ui_style = windowsvista Fusion sr_presets = 2000 1000 500 333 250 125 66 33 sr_min = 8 sr_max = 8000 [LimeSDRDevice_default] rx_path = LMS_PATH_LNAW rx_channel = 0 [HackRFDevice_default] [RTLSDRDevice_default] [SDRPlayDevice_default] rx_channel = 0 [AirSpyDevice_default]