Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
Signed-off-by: Apelete Seketeli <[email protected]>
  • Loading branch information
apelete committed Oct 4, 2023
1 parent 793b899 commit 27723a1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions +adi/+AD2S1210/Rx.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
VelocityScale
end

properties
% ExcitationFrequency Excitation Frequency
% Resolver excitation frequency in Hertz.
ExcitationFrequency = 0;
end

properties (Hidden)
% Number of frames or buffers of data to capture
FrameCount = 1
Expand Down Expand Up @@ -119,11 +113,7 @@

%% API Functions
methods (Hidden, Access = protected)

function setupInit(obj)
% Write excitation frequency attribute from device once connected.

obj.ExcitationFrequency = obj.getDeviceAttributeLongLong('excitation_frequency');
function setupInit(~)
end
end
end

0 comments on commit 27723a1

Please sign in to comment.