Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Conversation

@SrikanthPagadarai
Copy link
Contributor

No description provided.

isOutput = false;
end

properties (Hidden)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a logical

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And probably nontunable


properties (Hidden)
%EnableRx1Rx2PhaseInversion
% If enabled, RX1 and RX2 are phase aligned
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend being more specific with this comment. Since it might give a wrong impression

'', 'EnableRx1Rx2PhaseInversion');
obj.EnableRx1Rx2PhaseInversion = value;
if obj.ConnectedToDevice
obj.setDebugAttributeLongLong('adi,rx1-rx2-phase-inversion-enable',value);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this won't actually update the part unless initialize is called

obj.setDebugAttributeLongLong('loopback', obj.LoopbackMode);

% Enable Rx1-Rx2 Phase Inversion
obj.setDebugAttributeLongLong('adi,rx1-rx2-phase-inversion-enable', obj.EnableRx1Rx2PhaseInversion);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't do anything unless CustomAGC is enabled

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants