Skip to content

Commit

Permalink
Merge pull request #606 from analogdevicesinc/tfcollins/tx-obs-error
Browse files Browse the repository at this point in the history
Update TX OBS to use new complex data flags
  • Loading branch information
jpineda3 authored Oct 16, 2024
2 parents 226fca7 + a40cafb commit 67bba95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adi/obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, ctx, obs_dev, channel_names, complex_data=True):
self._ctx = ctx
self._txdac = obs_dev
self._tx_channel_names = channel_names
self._complex_data = complex_data
self._tx_complex_data = complex_data
tx.__init__(self)

def __del__(self):
Expand Down

0 comments on commit 67bba95

Please sign in to comment.