Skip to content

Commit

Permalink
Update grc files to support lime XTRX
Browse files Browse the repository at this point in the history
  • Loading branch information
jsallay authored and rjonaitis committed Oct 7, 2024
1 parent a70b8ac commit 629f8ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion plugins/gr-limesdr/grc/limesdr_sink.block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ asserts:
- ${ 73 >= gain_dB_ch1 }

- ${ samp_rate > 0 }
- ${ 61.44e6 >= samp_rate }
- ${ 120.0e6 >= samp_rate }

inputs:
- label: in
Expand Down Expand Up @@ -304,6 +304,7 @@ documentation: |-
RF FREQUENCY
Set RF center frequency for TX (both channels).
LimeSDR-XTRX supports [30e6,3800e6] Hz.
LimeSDR-USB supports [100e3,3800e6] Hz.
LimeSDR-PCIe supports [100e3,3800e6] Hz.
LimeSDR-Mini supports [10e6,3500e6] Hz.
Expand All @@ -313,6 +314,7 @@ documentation: |-
Here you can enter sample rate for TX.
LimeSDR-XTRX sample rate must be no more than 120.0e6 S/s.
LimeSDR-USB sample rate must be no more than 61.44e6 S/s.
LimeSDR-PCIe sample rate must be no more than 61.44e6 S/s.
LimeSDR-Mini sample rate must be no more than 30.72e6 S/s.
Expand Down
4 changes: 3 additions & 1 deletion plugins/gr-limesdr/grc/limesdr_source.block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ asserts:
- ${ 73 >= gain_dB_ch1 }

- ${ samp_rate > 0 }
- ${ 61.44e6 >= samp_rate }
- ${ 120.0e6 >= samp_rate }

outputs:
- label: out
Expand Down Expand Up @@ -300,6 +300,7 @@ documentation: |-
RF FREQUENCY
Set RF center frequency for RX (both channels).
LimeSDR-XTRX supports [30e6,3800e6] Hz.
LimeSDR-USB supports [100e3,3800e6] Hz.
LimeSDR-PCIe supports [100e3,3800e6] Hz.
LimeSDR-Mini supports [10e6,3500e6] Hz.
Expand All @@ -309,6 +310,7 @@ documentation: |-
Here you can enter sample rate for RX.
LimeSDR-XTRX sample rate must be no more than 120.0e6 S/s.
LimeSDR-USB sample rate must be no more than 61.44e6 S/s.
LimeSDR-PCIe sample rate must be no more than 61.44e6 S/s.
LimeSDR-Mini sample rate must be no more than 30.72e6 S/s.
Expand Down

0 comments on commit 629f8ea

Please sign in to comment.