analogdevicesinc / TransceiverToolbox

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

TransceiverToolbox/+adi/+AD9371/Rx.m references incorrect parameter obj.GainControlModeChannel0/1 #94

Closed Shaun-Cummins closed 2 years ago

Shaun-Cummins commented 2 years ago

https://github.com/analogdevicesinc/TransceiverToolbox/blob/master/%2Badi/%2BAD9371/Rx.m When adjusting manual mode RX gain after initialisation, obj.GainControlModeChannel0 and obj.GainControlModeChannel1 are interrogated but they do not exist. It appears to be a misspelling of obj.GainControlMode.

tfcollins commented 2 years ago

Fixed with PR #96