analogdevicesinc / TransceiverToolbox

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

Fix HW test errors #86

Closed jpineda3 closed 2 years ago

jpineda3 commented 2 years ago

FMComms5.Tx setupInit hardware gain is set using setAttributeLongLong, instead of RAW. Including phydev argument for chip B without providing tolerance value however will incorrectly assign phydev to tolerance. This is handled in an open PR in Toolbox Common. https://github.com/analogdevicesinc/ToolboxCommon/pull/9

'Tests' is removed from the at variable in the switch cases. Test methods inside .*+'Tests.m' files do not contain 'Tests', resulting to an empty test suite.

Date is removed from BSP .mat file. If it should be added, the filename should not include ":".

SendResults stage is not yet ready for MATLAB results.