From 3df8cb82f54e798d2dc628694e6f5eb964998816 Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Thu, 9 May 2024 11:02:06 +0000 Subject: [PATCH] tuneable. --- gamutrf/grsource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamutrf/grsource.py b/gamutrf/grsource.py index 79079465..835c56df 100644 --- a/gamutrf/grsource.py +++ b/gamutrf/grsource.py @@ -169,7 +169,7 @@ def get_source( freq_divisor = 1e9 cmd_port = "cmd" sources = [ - iqtlabs.tuneable_test_source(freq_divisor), + iqtlabs.tuneable_test_source(0, freq_divisor), get_throttle(samp_rate, nfft), ] elif sdr == "ettus":