Skip to content

Commit

Permalink
ADRV9002 tests: Reverted gain setting in ManualGainControlError to ca…
Browse files Browse the repository at this point in the history
…use the test to fail

Signed-off-by: Pagadarai <[email protected]>
  • Loading branch information
SrikanthPagadarai committed Oct 18, 2024
1 parent cb3e1fe commit f199b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ADRV9002Tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function testADRV9002ManualGainControlError(testCase)
rx.CustomStreamFileName = which('lte_5_cmos_api_68_0_6.stream');

rx.DigitalGainControlModeChannel0 = 'spi';
rx.InterfaceGainChannel0 = '0dB';
rx.InterfaceGainChannel0 = '6dB';
verifyError(testCase, @() rx(), ?MException);
end

Expand Down

0 comments on commit f199b28

Please sign in to comment.