analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products
https://analogdevicesinc.github.io/TransceiverToolbox/master
Other
56 stars 31 forks source link

LTE tests invalid use of objects #64

Open tfcollins opened 3 years ago

tfcollins commented 3 years ago

Log

================================================================================

Error occurred in AD936x_LTETests/TestAcrossLOFreqsTMNsBWs(AD936xClassTx=value1#ext,AD936xClassRx=value1#ext,LOFreqs=value12#ext,TMNs=p_3_3,BWs=p_20MHz) and it did not run to completion.

    ---------

    Error ID:

    ---------

    'MATLAB:system:propertySetWhenLocked'

    --------------

    Error Details:

    --------------

    Error using adi.AD9361.Tx

    Changing the value of a non-tunable property is not allowed without first calling the <a

    href="matlab:helpview(fullfile(docroot,'matlab','matlab_prog','matlab_prog.map'),'sysobjs_locked')">release()</a> method.

    Error in AD936x_LTETests/ConfigHW (line 43)

                testCase.Tx.EnableCyclicBuffers = true;

    Error in LTETests/RunTest (line 107)

                testCase.ConfigHW(TxClass, RxClass);

    Error in AD936x_LTETests/TestAcrossLOFreqsTMNsBWs (line 86)

                testCase.RunTest(AD936xClassTx, AD936xClassRx);

================================================================================