-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPS2000aSetup.m
More file actions
34 lines (18 loc) · 824 Bytes
/
Copy pathPS2000aSetup.m
File metadata and controls
34 lines (18 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
%% PS2000aSetup
% Checks for prerequisites and prompts User to install the relevant
% dependencies if not already installed.
% Download SDK
% Windows
% Check for presence of SDK otherwise prompt to download
% Linux
% Check if driver location is present otherwise prompt to install
% using instructions
% Mac OS X
% Check for PicoScope 6 install
%% Download PicoScope Support Toolbox if not Installed
ps2000aSetup.psTbxName = 'PicoScope Support Toolbox';
ps2000aSetup.v = ver; % Find installed toolbox information
if (~any(strcmp(ps2000aSetup.psTbxName, {ps2000aSetup.v.Name})))
% Download Toolbox file if MATLAB 2014b or later
% Down
end