Skip to content

Commit

Permalink
Merge pull request #159 from analogdevicesinc/tfcollins/stingray-enha…
Browse files Browse the repository at this point in the history
…ncements
  • Loading branch information
tfcollins authored Jul 9, 2024
2 parents 6406cee + 7a60b61 commit 7c5ddc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions +adi/+AD9081/Tx.m
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,17 @@
%% API Functions
methods (Hidden, Access = protected)

function setupImpl(obj, data)
if strcmp(obj.DataSource,'DMA')
[email protected](obj, data);
else
[email protected](obj, data);
end
if obj.SkipInit
obj.phyDev = getDev(obj, obj.phyDevName);
end
end

function setupInit(obj)
% Write all attributes to device once connected through set
% methods
Expand Down
2 changes: 1 addition & 1 deletion +adi/+common
Submodule +common updated 6 files
+4 −4 Attribute.m
+18 −0 Debug.m
+14 −2 DebugAttribute.m
+25 −0 JESD204.m
+13 −1 RxTx.m
+3 −3 Tx.m

0 comments on commit 7c5ddc4

Please sign in to comment.