Code covered by the BSD License  

Highlights from
Two Port S-Parameter Measurement

3.0

3.0 | 2 ratings Rate this file 18 Downloads (last 30 days) File Size: 20.57 KB File ID: #24219

Two Port S-Parameter Measurement

by Siddharth Shankar

 

20 May 2009 (Updated 26 May 2009)

Perform a 2-port s-parameter measurement using the Instrument Control Toolbox.

| Watch this File

File Information
Description

MATLAB is a software environment and programming language with over 1,000,000 users and is used to generate arbitrary and standard waveforms, configure and control instruments, build automated test applications, and analyze and visualize data from other instruments. MATLAB only supports instrument communication when you use MATLAB with its Instrument Control Toolbox.
 
This example uses MATLAB to configure an Agilent PNA network analyzer and perform a 2-port S-parameter measurement using the Instrument Control Toolbox.
 
To execute this example, type ‘[frequencies sParameters] = acquireTwoPortSParameters’ in the MATLAB command window. [Note: Change the VISA resource string in the acquireTwoPortSParameters.m file to the VISA resource string corresponding to your instrument]. The MATLAB function: acquireTwoPortSParameters, returns two output arguments i.e. the 2-port s-parameter measurement together with the frequencies at which the measurements are made. This MATLAB function uses SCPI commands over a VISA interface object to interact with the instrument.

The other files contained in this submission are:

cableData.mat
TxLineModel.mdl

The MAT-File cableData.mat contains sample frequency data and a 2-port s-parameter measurement from a successful run of "acquireTwoPortSParameters". This file is independent of "acquireTwoPortSParameters" and is meant to provide an example of the data typically returned from such a measurement, without actually running the program.

The Simulink Model TxLineModel.mdl is a baseband equivalent model of a simple transmission line. This model may be configured with the data obtained using "acquireTwoPortSParameters". This model is also meant for illustrative purposes only and is not an essential part of the M-File.
 
To learn more about using MATLAB and Instrument Control Toolbox for configuring and controlling instruments, visit:
http://www.mathworks.com/products/instrument
 
To request a trial of MATLAB and/or Instrument Control Toolbox, visit http://www.mathworks.com/products/instrument/tryit.html
 
For additional information on using MATLAB with Agilent instruments, including MATLAB examples, demos, drivers, and videos, visit:
http://www.mathworks.com/agilent

Required Products Instrument Control Toolbox
MATLAB release MATLAB 7.6 (R2008a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (2)
27 May 2009 Siddharth Shankar  
23 Sep 2010 Raj Sodhi

The post is appreciated, but the code doesn't work. There is a function that uses a variable 'visaObj', but this isn't passed. Needs more debugging.

yours,

Raj

function localConfigurePNA(fileFormat)
%% Preset system
% SYSTem:PRESet
% OPC? = All Operations Complete? +1 for Yes
fprintf(visaObj,'SYST:PRES');
localWaitForSystemReady(visaObj);

Please login to add a comment or rating.
Updates
26 May 2009

Updated description of submission.

Tag Activity for this File
Tag Applied By Date/Time
instrument control Siddharth Shankar 20 May 2009 16:27:53
measurement Siddharth Shankar 20 May 2009 16:27:53
modelling Siddharth Shankar 20 May 2009 16:27:53
rf Siddharth Shankar 20 May 2009 16:27:53
agilent Siddharth Shankar 20 May 2009 16:27:53
simulink Siddharth Shankar 20 May 2009 16:27:53
pna Siddharth Shankar 20 May 2009 16:27:53
signal processing Siddharth Shankar 20 May 2009 16:27:53
agilent Timothy 13 Apr 2011 10:17:56

Contact us at files@mathworks.com