Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
4e1e54cd
Commit
4e1e54cd
authored
Mar 26, 2018
by
Jan-Gerrit Richter
Browse files
bugfix: check if already prepared
parent
e8697bba
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/Hardware/ITAMotorControl/ClassStuff/itaMotorControl/itaMotorControlNanotec.m
View file @
4e1e54cd
...
...
@@ -216,6 +216,9 @@ classdef itaMotorControlNanotec < itaMotorControl
error
(
'Only HRTFArc or Turntable supported'
);
end
if
~
isempty
(
this
.
preparedList
)
error
(
'Already prepared?'
);
end
% get the preangle and the speed
sArgs
.
preAngle
=
0
;
sArgs
.
speed
=
2
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment