Skip to content

Commit 232c7f7

Browse files
committed
updated
1 parent 7a30151 commit 232c7f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_bladerf/pybladerf_tools/pybladerf_sweep.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ cdef void process_data(object device):
186186
event_finished.set()
187187

188188

189-
cpdef void pybladerf_sweep(frequencies: list = None, sample_rate: int = 61_000_000, baseband_filter_bandwidth: int = None,
189+
def pybladerf_sweep(frequencies: list = None, sample_rate: int = 61_000_000, baseband_filter_bandwidth: int = None,
190190
gain: int = 20, bin_width: int = 100_000, channel: int = 0, oversample: bool = False, antenna_enable: bool = False,
191191
sweep_style: pybladerf.pybladerf_sweep_style = pybladerf.pybladerf_sweep_style.PYBLADERF_SWEEP_STYLE_INTERLEAVED, serial_number: str = None,
192192
binary_output: bool = False, one_shot: bool = False, num_sweeps: int = None,

0 commit comments

Comments
 (0)