From 27723a1b0505d75ddd9f6f3c24c1a132ac55450c Mon Sep 17 00:00:00 2001 From: Apelete Seketeli Date: Wed, 4 Oct 2023 11:45:31 +0200 Subject: [PATCH] Remove unused property Signed-off-by: Apelete Seketeli --- +adi/+AD2S1210/Rx.m | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/+adi/+AD2S1210/Rx.m b/+adi/+AD2S1210/Rx.m index 8267c47..92a0f36 100644 --- a/+adi/+AD2S1210/Rx.m +++ b/+adi/+AD2S1210/Rx.m @@ -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 @@ -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