uhd/mpm/python/test_lmk.py
Martin Braun e9288a439c mpm: Update all license headers
- Fix typo in company name (missing 'a')
- Updated SPDX license identifier to version 3.0
2018-02-19 16:55:08 -08:00

12 lines
262 B
Python
Executable file

#!/usr/bin/env python3
#
# Copyright 2017 Ettus Research, a National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
import libpyusrp_periphs as p
dev = p.n3xx.periph_manager("/dev/spidev1.0")
lmk = dev.get_clock_gen()
lmk.verify_chip_id()