| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| isOutput = false; | ||
| end | ||
|
|
||
| properties (Hidden) |
There was a problem hiding this comment.
This should be a logical
Sorry, something went wrong.
There was a problem hiding this comment.
And probably nontunable
Sorry, something went wrong.
|
|
||
| properties (Hidden) | ||
| %EnableRx1Rx2PhaseInversion | ||
| % If enabled, RX1 and RX2 are phase aligned |
There was a problem hiding this comment.
I would recommend being more specific with this comment. Since it might give a wrong impression
Sorry, something went wrong.
| '', 'EnableRx1Rx2PhaseInversion'); | ||
| obj.EnableRx1Rx2PhaseInversion = value; | ||
| if obj.ConnectedToDevice | ||
| obj.setDebugAttributeLongLong('adi,rx1-rx2-phase-inversion-enable',value); |
There was a problem hiding this comment.
Note that this won't actually update the part unless initialize is called
Sorry, something went wrong.
| obj.setDebugAttributeLongLong('loopback', obj.LoopbackMode); | ||
|
|
||
| % Enable Rx1-Rx2 Phase Inversion | ||
| obj.setDebugAttributeLongLong('adi,rx1-rx2-phase-inversion-enable', obj.EnableRx1Rx2PhaseInversion); |
There was a problem hiding this comment.
This won't do anything unless CustomAGC is enabled
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.