Skip to content

Commit 5a886c3

Browse files
committed
matlab: add missing BB_TXVGA1_RXLPF loopback option
Fixes Nuand#478
1 parent ead2de2 commit 5a886c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

host/libraries/libbladeRF_bindings/matlab/bladeRF.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
end
9191

9292
properties(Dependent)
93-
loopback % Loopback mode. Available options: 'NONE', 'FIRMWARE', 'BB_TXLPF_RXVGA2', 'BB_TXVGA1_RXVGA2', 'BB_TXLPF_RXLPF', 'RF_LNA1', 'RF_LNA2', 'RF_LNA3'
93+
loopback % Loopback mode. Available options: 'NONE', 'FIRMWARE', 'BB_TXLPF_RXVGA2', 'BB_TXVGA1_RXVGA2', 'BB_TXLPF_RXLPF', 'BB_TXVGA1_RXLPF', 'RF_LNA1', 'RF_LNA2', 'RF_LNA3'
9494
end
9595

9696
properties(SetAccess=immutable)

host/libraries/libbladeRF_bindings/matlab/bladeRF_Simulink.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
loopback_modeSet = matlab.system.StringSet({
137137
'None', ...
138138
'BB_TXLPF_RXVGA2', 'BB_TXVGA1_RXVGA2', 'BB_TXLPF_RXLPF', ...
139-
'RF_LNA1', 'RF_LNA2', 'RF_LNA3', ...
139+
'BB_TXVGA1_RXLPF', 'RF_LNA1', 'RF_LNA2', 'RF_LNA3', ...
140140
'Firmware'
141141
});
142142

0 commit comments

Comments
 (0)