Skip to content

Commit

Permalink
Update TX OBS to use new complex data flags
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Oct 15, 2024
1 parent 226fca7 commit a40cafb
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 a40cafb

Please sign in to comment.