Skip to content

Commit

Permalink
+adi: Cleanup and properties updates
Browse files Browse the repository at this point in the history
  • Loading branch information
StancaPop committed Jul 11, 2023
1 parent 3dc8623 commit 7e1a83b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
4 changes: 2 additions & 2 deletions +adi/+AD3552R/Base.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
end

properties
InputSource = 'adc_input';
OutputRange = '-10/+10V';
InputSourceSet = matlab.system.StringSet({'adc_input'})
OutputRangeSet = matlab.system.StringSet({'-10/+10V'})
end

methods
Expand Down
2 changes: 1 addition & 1 deletion +adi/+AD3552R/Tx.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
end

properties
StreamStatus = 'stop_stream';
StreamStatusSet = matlab.system.StringSet({'stop_stream'})
end

methods
Expand Down
3 changes: 0 additions & 3 deletions +adi/+CN0585/Rx.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
% <a href="https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0585">User Guide</a>
%
% See also adi.LTC2387.Rx
properties (Nontunable)

end

methods
%% Constructor
Expand Down
3 changes: 0 additions & 3 deletions +adi/+CN0585/Tx0.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
% <a href="https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0585">User Guide</a>
%
% See also adi.AD3552R.Tx0
properties (Nontunable)

end

methods
%% Constructor
Expand Down
3 changes: 0 additions & 3 deletions +adi/+CN0585/Tx1.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
% <a href="https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0585">User Guide</a>
%
% See also adi.AD3552R.Tx1
properties(Nontunable)

end

methods
%% Constructor
Expand Down

0 comments on commit 7e1a83b

Please sign in to comment.