Skip to content

Commit 20242e8

Browse files
author
neil.hamilton
committed

File tree

7 files changed

+70
-21
lines changed

7 files changed

+70
-21
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
* Using welcoming and inclusive language
12+
* Being respectful of differing viewpoints and experiences
13+
* Gracefully accepting constructive criticism
14+
* Focusing on what is best for the community
15+
* Showing empathy towards other community members
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
* Trolling, insulting/derogatory comments, and personal or political attacks
21+
* Public or private harassment
22+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38+
39+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40+
41+
## Attribution
42+
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44+
45+
[homepage]: http://contributor-covenant.org
46+
[version]: http://contributor-covenant.org/version/1/4/

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ Users downloading the zip file will need to add the root folder and sub-folders
1010
### Prerequisites
1111

1212
* [MATLAB](https://uk.mathworks.com/products/matlab.html) for Microsoft Windows (32-bit)
13-
* PicoVNA 2 software (see [Installing software](#Installing software))
13+
* [RF Toolbox](https://uk.mathworks.com/products/rftoolbox.html)
14+
* PicoVNA 2 software (see [Installing software](#installing-software))
1415

1516
**Notes:**
1617

1718
* MATLAB 2015b is recommended for 32-bit versions of MATLAB on Microsoft Windows operating systems.
1819
* The interface to the PicoVNA Network Analyzers is not currently compatible with 64-bit versions of MATLAB.
20+
* RF Toolbox is required for the S11 Smith Chart example.
1921

2022
### Supported models
2123

@@ -25,7 +27,7 @@ Users downloading the zip file will need to add the root folder and sub-folders
2527

2628
We recommend using the [Add-Ons Explorer](https://uk.mathworks.com/help/matlab/matlab_env/get-add-ons.html) in MATLAB in order to install these files and obtain updates.
2729

28-
If your version of MATLAB does not have the Add-Ons Explorer, download the zip file from the [MATLAB Central File Exchange page]()
30+
If your version of MATLAB does not have the Add-Ons Explorer, download the zip file from the [MATLAB Central File Exchange page](https://uk.mathworks.com/matlabcentral/fileexchange/66035-picovna-vector-network-analyzer-toolbox)
2931
and add the root and sub-folders to the MATLAB path.
3032

3133
### Installing software
@@ -38,7 +40,7 @@ Please visit our [Support page](https://www.picotech.com/tech-support) to contac
3840

3941
Issues can be reported via the [Issues tab](https://github.com/picotech/picosdk-matlab-picovna-vector-network-analyzer-toolbox/issues).
4042

41-
Please leave a comment and rating for this submission on our [MATLAB Central File Exchange page]().
43+
Please leave a comment and rating for this submission on our [MATLAB Central File Exchange page](https://uk.mathworks.com/matlabcentral/fileexchange/66035-picovna-vector-network-analyzer-toolbox).
4244

4345
## Code of conduct
4446

@@ -50,8 +52,8 @@ See [LICENSE.md](LICENSE.md) for license terms.
5052

5153
*PicoVNA* is a trademark of Pico Technology Ltd.
5254

53-
*MATLAB* is a registered trademark of The Mathworks, Inc.
55+
*MATLAB* is a registered trademark of The Mathworks, Inc. *RF Toolbox* is a registered trademark of The Mathworks, Inc.
5456

5557
*Windows* is a registered trademark of Microsoft Corporation.
5658

57-
Copyright © 2017-2018 Pico Technology Ltd. All rights reserved.
59+
Copyright © 2017-2018 Pico Technology Ltd. All rights reserved.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
% the log magnitude data for S11, S12, S21 and S22 parameters.
66
%
77
% To run this example session, type the name of the file,
8-
% |PicoVNA_S-Parameter_Example|, in the MATLAB Command Window.
8+
% |PicoVNA_S_Parameter_Example|, in the MATLAB Command Window.
99
%
10-
% The file, |PicoVNA_S-Parameter_Example.m| must be on your MATLAB Path. For
11-
% additional information on setting your MATLAB path, see <matlab:doc('addpath') addpath>
10+
% The file, |PicoVNA_S_Parameter_Example.m| must be on your MATLAB Path. For
11+
% additional information on setting your MATLAB path, see
12+
% <matlab:doc('addpath') addpath>.
1213
%
1314
% Additionally you must have the |.cal| file for your device in the current
1415
% folder.

help/demos.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<demoitem>
1212
<label>PicoVNA S-Parameter Example</label>
1313
<type>M-file</type>
14-
<source>PicoVNA_S-Paramater_Example</source>
14+
<source>PicoVNA_S-Parameter_Example</source>
1515
</demoitem>
1616
<demoitem>
1717
<label>PicoVNA S11 Smith Chart Example</label>

help/html/PicoVNA_S-Parameter_Example.html renamed to help/html/PicoVNA_S_Parameter_Example.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--
77
This HTML was auto-generated from MATLAB code.
88
To make changes, update the MATLAB code and republish this document.
9-
--><title>PicoVNA S-Parameter Example</title><meta name="generator" content="MATLAB 8.6"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2018-02-12"><meta name="DC.source" content="PicoVNA_S-Parameter_Example.m"><style type="text/css">
9+
--><title>PicoVNA S-Parameter Example</title><meta name="generator" content="MATLAB 8.6"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2018-02-13"><meta name="DC.source" content="PicoVNA_S_Parameter_Example.m"><style type="text/css">
1010
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outine:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
1111

1212
html { min-height:100%; margin-bottom:1px; }
@@ -66,7 +66,7 @@
6666

6767

6868

69-
</style></head><body><div class="content"><h1>PicoVNA S-Parameter Example</h1><!--introduction--><p>This is an example of setting up the connection with the Pico Technology PicoVNA Vector Newtwork Analyzer, loading calibration data, making measurements and collecting the log magnitude data for S11, S12, S21 and S22 parameters.</p><p>To run this example session, type the name of the file, <tt>PicoVNA_S-Parameter_Example</tt>, in the MATLAB Command Window.</p><p>The file, <tt>PicoVNA_S-Parameter_Example.m</tt> must be on your MATLAB Path. For additional information on setting your MATLAB path, see <a href="matlab:doc('addpath')">addpath</a></p><p>Additionally you must have the <tt>.cal</tt> file for your device in the current folder.</p><p><b>Example:</b> PicoVNA_S-Parameter_Example;</p><p><b>Description:</b> Demonstrates how to connect to the VNA, load in a calibration, make measurements and collect data for S11, S12, S21 and S22 parameters. The S-parameters are plotted onto auto-scaled plots. The measurement and data collection is looped until the user stops the process.</p><p><b>Copyright:</b> &copy; 2017-2018 Pico Technology Ltd. See LICENSE file for terms.</p><!--/introduction--><h2>Contents</h2><div><ul><li><a href="#1">Clear workspace, command window and close figures</a></li><li><a href="#2">Connect to VNA</a></li><li><a href="#3">Load Calibration</a></li><li><a href="#4">Stop button for exiting loop</a></li><li><a href="#5">Capture and plot data</a></li><li><a href="#6">Disconnect VNA</a></li></ul></div><h2>Clear workspace, command window and close figures<a name="1"></a></h2><pre class="codeinput">clear;
69+
</style></head><body><div class="content"><h1>PicoVNA S-Parameter Example</h1><!--introduction--><p>This is an example of setting up the connection with the Pico Technology PicoVNA Vector Newtwork Analyzer, loading calibration data, making measurements and collecting the log magnitude data for S11, S12, S21 and S22 parameters.</p><p>To run this example session, type the name of the file, <tt>PicoVNA_S_Parameter_Example</tt>, in the MATLAB Command Window.</p><p>The file, <tt>PicoVNA_S_Parameter_Example.m</tt> must be on your MATLAB Path. For additional information on setting your MATLAB path, see <a href="matlab:doc('addpath')">addpath</a>.</p><p>Additionally you must have the <tt>.cal</tt> file for your device in the current folder.</p><p><b>Example:</b> PicoVNA_S-Parameter_Example;</p><p><b>Description:</b> Demonstrates how to connect to the VNA, load in a calibration, make measurements and collect data for S11, S12, S21 and S22 parameters. The S-parameters are plotted onto auto-scaled plots. The measurement and data collection is looped until the user stops the process.</p><p><b>Copyright:</b> &copy; 2017-2018 Pico Technology Ltd. See LICENSE file for terms.</p><!--/introduction--><h2>Contents</h2><div><ul><li><a href="#1">Clear workspace, command window and close figures</a></li><li><a href="#2">Connect to VNA</a></li><li><a href="#3">Load Calibration</a></li><li><a href="#4">Stop button for exiting loop</a></li><li><a href="#5">Capture and plot data</a></li><li><a href="#6">Disconnect VNA</a></li></ul></div><h2>Clear workspace, command window and close figures<a name="1"></a></h2><pre class="codeinput">clear;
7070
clc;
7171
close <span class="string">all</span>;
7272
</pre><h2>Connect to VNA<a name="2"></a></h2><pre class="codeinput">picoVNACOMObj = connectVNA;
@@ -224,10 +224,11 @@
224224
% the log magnitude data for S11, S12, S21 and S22 parameters.
225225
%
226226
% To run this example session, type the name of the file,
227-
% |PicoVNA_S-Parameter_Example|, in the MATLAB Command Window.
227+
% |PicoVNA_S_Parameter_Example|, in the MATLAB Command Window.
228228
%
229-
% The file, |PicoVNA_S-Parameter_Example.m| must be on your MATLAB Path. For
230-
% additional information on setting your MATLAB path, see <matlab:doc('addpath') addpath>
229+
% The file, |PicoVNA_S_Parameter_Example.m| must be on your MATLAB Path. For
230+
% additional information on setting your MATLAB path, see
231+
% <matlab:doc('addpath') addpath>.
231232
%
232233
% Additionally you must have the |.cal| file for your device in the current
233234
% folder.

help/html/helptoc.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version='1.0' encoding="utf-8"?>
22
<toc version="2.0">
33
<tocitem target="picovna_tbx_gettingstarted.html"> Getting Started with PicoVNA Vector Network Analyzer
4-
<tocitem target="picovna_tbx_support.html">Support</tocitem>
5-
<tocitem target="picovna_tbx_troubleshooting.html">Troubleshooting</tocitem>
6-
<tocitem target="picovna_tbx_releasenotes.html">Release Notes</tocitem>
74
<tocitem target="picovna_tbx_functions.html">Functions</tocitem>
5+
<tocitem target="picovna_tbx_releasenotes.html">Release Notes</tocitem>
6+
<tocitem target="picovna_tbx_troubleshooting.html">Troubleshooting</tocitem>
7+
<tocitem target="picovna_tbx_support.html">Support</tocitem>
88
</tocitem>
99
</toc>

help/html/picovna_tbx_releasenotes.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--
77
This HTML was auto-generated from MATLAB code.
88
To make changes, update the MATLAB code and republish this document.
9-
--><title>Release Notes</title><meta name="generator" content="MATLAB 8.6"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2018-02-08"><meta name="DC.source" content="picovna_tbx_releasenotes.m"><style type="text/css">
9+
--><title>Release Notes</title><meta name="generator" content="MATLAB 8.6"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2018-02-13"><meta name="DC.source" content="picovna_tbx_releasenotes.m"><style type="text/css">
1010
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outine:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
1111

1212
html { min-height:100%; margin-bottom:1px; }
@@ -66,11 +66,10 @@
6666

6767

6868

69-
</style></head><body><div class="content"><h1>Release Notes</h1><p>Version 1.0: X Feb 2018 - Initial Submission on MATLAB Central File Exchange</p><p class="footer"><br><a href="http://www.mathworks.com/products/matlab/">Published with MATLAB&reg; R2015b</a><br></p></div><!--
69+
</style></head><body><div class="content"><h1>Release Notes</h1><div><ul><li><b>Version 1.0:</b> 13th Feb. 2018 - Initial release.</li></ul></div><p class="footer"><br><a href="http://www.mathworks.com/products/matlab/">Published with MATLAB&reg; R2015b</a><br></p></div><!--
7070
##### SOURCE BEGIN #####
7171
%% Release Notes
7272
%
73-
% Version 1.0: X Feb 2018 - Initial Submission on MATLAB Central File
74-
% Exchange
73+
% * *Version 1.0:* 13th Feb. 2018 - Initial release.
7574
##### SOURCE END #####
7675
--></body></html>

0 commit comments

Comments
 (0)