Skip to content

Commit

Permalink
examples:ad4858: Remove comments and property
Browse files Browse the repository at this point in the history
1. Remove comments not applicable to AD4858
2. Remove reference to unused FramesCount property

Signed-off-by: RibhuDP <[email protected]>
  • Loading branch information
ribdp committed Oct 16, 2023
1 parent b52c0ba commit 366160e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/ad4858_DataCapture.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
%% Script for capturing and displaying a continuous set of samples from a
%% connected AD4858 board

%% Trigger setup needs to be performed before this example script can be run
%% Refer to the Limitations section in the documentation for details

% Instantiate the system object
rx = adi.AD4858.Rx;
% Specify uri
Expand All @@ -12,11 +9,6 @@
% performance, generally
rx.EnabledChannels = [1 2 3 4 5 6 7 8];

% The parameter below specifies the number of frames or buffers to capture.
% Refer to the Streaming section in the documentation if discontinuities
% are observed in the acquired data.
rx.FrameCount = 1;

% Capture data
data = rx();

Expand Down

0 comments on commit 366160e

Please sign in to comment.