Loading configuration files using MATLAB

@jocover, @mehdimolu
Hi
I have tested the loading configuration file using Matlab 2016b / W10.
All the loading runs well but the running with the board still returns a bandwidth set to “0” ?? as below using the example.ini supplied with the LimeSDR board quick test.
All the file I have tested returns the same issue : bandwidth set to “0” as below :
limeSDR_XCVR with properties:

  • samplerate: 10000000
    
  • frequency: 8.0000e+08
    
  • bandwidth: 6.9526e-310
    
  • antenna: 2
    
  • gain: 0.7143
    
  • running: 1
    
  • timestamp: []
    

Of course, I can set a bandwidth using the command “dev.rx0.bandwidth = 10e6”. The running is OK but the Bw parameter is then not linked to the config file.
Do you get the same result/issue ? any advice ?
Thank you and regards.
JJ