File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ function testADRV9002ManualGainControlError(testCase)
321
321
rx.CustomStreamFileName = which(' lte_5_cmos_api_68_0_6.stream' );
322
322
323
323
rx.DigitalGainControlModeChannel0 = ' spi' ;
324
- rx.InterfaceGainChannel0 = rx.InterfaceGainAvailableChannel0{ 1 } ;
324
+ rx.InterfaceGainChannel0 = ' 0dB ' ;
325
325
verifyError(testCase , @() rx(), ? MException );
326
326
end
327
327
@@ -335,8 +335,9 @@ function testADRV9002ManualGainControl(testCase)
335
335
rx.CustomStreamFileName = which(' lte_5_cmos_api_68_0_6.stream' );
336
336
337
337
rx.DigitalGainControlModeChannel0 = ' spi' ;
338
- rx.InterfaceGainChannel0 = rx.InterfaceGainAvailableChannel0{ 1 } ;
338
+ rx.InterfaceGainChannel0 = ' 0dB ' ;
339
339
[~ ,valid ] = rx();
340
+ rx.InterfaceGainChannel0 = rx.InterfaceGainAvailableChannel0{1 };
340
341
testCase .assertTrue(valid );
341
342
end
342
343
You can’t perform that action at this time.
0 commit comments