analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products

Home Page:https://analogdevicesinc.github.io/TransceiverToolbox/master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Shaun-Cummins opened this issue · comments

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.

Fixed with PR #96