partially fix formatting
All checks were successful
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Successful in -43s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been skipped

This commit is contained in:
Brendan Haines 2024-12-19 00:07:05 -07:00
parent 528de3b4cc
commit 76886011bb
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
from pathlib import Path from pathlib import Path
import skrf as rf import skrf as rf
import xarray as xr
from util import net2s from util import net2s

View File

@ -81,7 +81,7 @@ class Charon:
# self.ctrl = ctx.find_device("ad9361-phy") # self.ctrl = ctx.find_device("ad9361-phy")
# # raw ad9361 register accesss: # # raw ad9361 register accesss:
# # https://ez.analog.com/linux-software-drivers/f/q-a/120853/control-fmcomms3-s-gpo-with-python # # https://ez.analog.com/linux-software-drivers/f/q-a/120853/control-fmcomms3-s-gpo-with-python
# # https://www.analog.com/media/cn/technical-documentation/user-guides/ad9364_register_map_reference_manual_ug-672.pdf # # https://www.analog.com/media/cn/technical-documentation/user-guides/ad9364_register_map_reference_manual_ug-672.pdf # noqa: E501
# self.ctrl.reg_write(0x26, 0x90) # bit 7: AuxDAC Manual, bit 4: GPO Manual # self.ctrl.reg_write(0x26, 0x90) # bit 7: AuxDAC Manual, bit 4: GPO Manual
# self._set_gpo(self.ports[0] - 1) # self._set_gpo(self.ports[0] - 1)
# # TODO: init AuxDAC # # TODO: init AuxDAC