Agilent EEsof EDA.

Size: px
Start display at page:

Download "Agilent EEsof EDA."

Transcription

1 Agilent EEsof EDA This document is owned by Agilent Technologies, but is no longer kept current and may contain obsolete or inaccurate references. We regret any inconvenience this may cause. For the latest information on Agilent s line of EEsof electronic design automation (EDA) products and services, please go to:

2 Eagleware App Note 23 Using GENESYS to Generate Load Pull Data Abstract For many circuits that involve active devices, the performance is sensitive to the load. A common way of characterizing this performance is known as load pull. Contours of particular values of the performance measure are generated over a range of loads. Both the real and imaginary parts of the load are varied. The results are commonly displayed on a Smith chart. Since most of these circuits can be designed with GENESYS, it is convenient to be able to generate and plot load pull data within this environment. Introduction For many RF circuits, there may be considerable variation in the load. To determine the sensitivity of various performance measures to these load variations, GENESYS supports parameter sweeps of both the real and imaginary parts of the load. These load impedances are independent of frequency. Therefore, the designer does not need to formulate equivalent reactive elements for each frequency of interest. The results of the parameter sweeps are available in tabular form or can be plotted on a Smith chart. The tables of data can be written to a file for external manipulation. The Smith chart presents contours of user selected values of the performance measure of interest. Analysis Procedure The first step is to replace the existing load in the schematic with the schematic element called Frequency-independent Impedance (IMP). The two input parameters for this element are the real part (R) and the imaginary part (X) of the impedance. Since these will be defined in the Equations, we use variable names Zreal and Zimag respectively. The resulting schematic will be as shown in the schematic above. This example can be found on the Eagleware web site on the Applications forum. A simple

3 transistor amplifier is driven by a 30 dbm input signal at 1.0 GHz. The transistor is a generic nonlinear NPN model using default parameters. The dc operating point is set by the 5 volt supply and the 500Ω resistor R1. In this case, the performance measure of interest is the output voltage (Vout) at the test point Out at the frequency of the fundamental. The second step is to set up the Equations which will define the swept variables (Gamma_real, Gamma_imag), the complex impedance (Zreal, Zimag), the output variable, in this case Vout), and the desired outputs (contours, points). For this example, the resulting Equations are shown below. Equations for Example Case Setup up load to sweep, in terms of Gamma Gamma_real =?0.5 Gamma_imag =?0.5 Gamma = complex(gamma_real,gamma_imag) Convert Gamma to Z, limit Real part of Z to greater than 0 Z = 50*(1-gamma)/(1+gamma) Zreal = re(z) Zimag = im(z) if Zreal < 0.1 then Zreal = 0.1 Set power level Pin=-30 Calculate Contours for example parameter, Vout note: the contour function allows setting start, stop levels for contours as well as smoothing parameters see the on-line help for details using real.sch1 Vout=.db[vout]@#1 Vmax = 15 Vmin = -2.5 Vstep=2.5 smooth=0 Y_max=1 Y_min=-1 X_max=1 X_min=-1 contours=contour(vout,vmin,vmax,vstep,smooth,x_min,x_max,y_min,y_max) points=plotpoints(vout) The swept variables (Gamma_real, Gamma_imag) will be controlled by two parameter sweeps Imag and Real. Therefore, the variables are set to be tunable by the use of 2004 Eagleware Corporation 2

4 ? before the value. The value of 0.5 is arbitrary. The complex variable Gamma (γ) is formed by the equation: Gamma = complex(gamma_real,gamma_imag) The swept variables define a grid of points in a complex plane. This grid is related to the load impedance and the impedance plotted on a Smith chart by the equations: Z = 50*(1-gamma)/(1+gamma) Zreal = re(z) Zimag = im(z) if Zreal < 0.1 then Zreal = 0.1 The origin of this complex plane is the center of the Smith chart, which corresponds to the Reference impedance (Zo). Typically, this is a real impedance (Ro) of 50Ω. For a sweep of the real and imaginary parts of γ of ± 0.70, the grid of points is as shown. This choice of Gamma keeps the impedances within the Smith chart, assuring that the real part of the impedance is positive (i.e. the load is passive). Alternately, a range of ± 0.90 can be used, where the equations force the real part of the impedance to be positive. The choice can be based on the range of load impedances expected. For the ± 0.70 range, the pure real impedances will range from 8.8 Ω (γ = 0.7) to 283 Ω (γ = -0.7). For the range of reactive loads with a real part (Ro) equal to 50 Ω, the extremes are ± 47 Ω. And finally, at the boundaries of the Smith chart where the real part of the impedance is essentially zero, the reactances are: 20.7 Ω and Ω. The final set of equations defines the output variable and the data to be plotted. While contours can be generated for any output parameter (for example, gain or intermodulation), in this example we will graph the output voltage, Vout. The output is the voltage across the load, as defined by: Vout=.db[vout]@#1 The measurement is.db[ ] which yields the result in db, and denotes the first frequency or fundamental (i.e. 1 GHz). The remaining equations give the values of the parameters for the plotting of the curves and points on the Smith chart. Vmax = 15 Value of Vout on maximum value contour Vmin = -2.5 Value of Vout on minimum value contour Vstep = 2.5 Incremental step between maximum and minimum contours smooth = 0 Indicates no smoothing to be applied to contour curve Y_max = 1 Maximum vertical scale for Y_min = -1 Minimum vertical scale for X_max = 1 Maximum (right-most) scale for X_min = -1 Minimum (left-most) scale for Contours = CONTOUR(Vout, Vmin, Vmax, Vstep,smooth,X_min,X_max, Y_min,Y_max) Points = PLOTPOINTS(Vout) The first 3 parameters control the values of the output variable (Vout) for each of the curves. In this case the curves will represent Vout = -2.5 db, 0 db, +2.5 db, db. The scaling parameters will inhibit plotting outside a square of length 2 on a side. This is the square for which the Smith chart boundary is the inscribed circle. Note that any curves outside the Smith chart are not valid points, since we forced the real part of the impedance to be zero Eagleware Corporation 3

5 The resulting Smith chart is shown. Notice that both the contours of constant Vout, and the points where the data was taken are displayed. Markers were added manually along the real or horizontal axis, to show the values of Vout for each curve. This horizontal axis corresponds to impedances with a positive real part only. The third step of the process is to set up the three analyses: Harmonic Balance (HB1), Sweep Imag, and Sweep Real. The parameters for each analysis are as follows: 1. Harmonic Balance (HB1): Design to simulate: Sch1 Signal: frequency = 1000 MHz, order = Eagleware Corporation 4

6 2. Sweep Imag : Simulation to sweep = HB1 Variable to sweep = Gamma_Imag Type of sweep = Linear: Number of Points = 15 Sweep Range: Start Value = -0.7, Stop Value = Sweep Real : Simulation to sweep = Imag Variable to sweep = Gamma_Real Type of sweep = Linear: Number of Points = 15 Sweep Range: Start Value = -0.7, Stop Value = 0.7 An optional step is to generate a table of the points where the performance was evaluated, and the points on the contours of constant Vout. This Table can be exported as a file for further evaluation by a program such as EXCEL. The first several lines of the tabular output are shown below. Conclulsion The GENESYS environment is capable of generating load pull analyses for a wide range of circuits of importance to RF and microwave engineers. This example has demonstrated the relatively simple steps required to perform such an analysis. It also indicated the use of parameter sweeps, nonlinear simulations, and the export of tabular data Eagleware Corporation 5

7 For more information about Agilent EEsof EDA, visit: Agilent Updates Get the latest information on the products and applications you select. Agilent Direct Quickly choose and use your test equipment solutions with confidence. For more information on Agilent Technologies products, applications or services, please contact your local Agilent office. The complete list is available at: Americas Canada (877) Latin America United States (800) Asia Pacific Australia China Hong Kong India Japan 0120 (421) 345 Korea Malaysia Singapore Taiwan Thailand Europe & Middle East Austria Belgium 32 (0) Denmark Finland 358 (0) France * *0.125 /minute Germany ** **0.14 /minute Ireland Israel /544 Italy Netherlands 31 (0) Spain 34 (91) Sweden Switzerland United Kingdom 44 (0) Other European Countries: Revised: March 27, 2008 Product specifications and descriptions in this document subject to change without notice. Agilent Technologies, Inc. 2008

EM Insights Series. Episode #1: QFN Package. Agilent EEsof EDA September 2008

EM Insights Series. Episode #1: QFN Package. Agilent EEsof EDA September 2008 EM Insights Series Episode #1: QFN Package Agilent EEsof EDA September 2008 Application Overview Typical situation IC design is not finished until it is packaged. It is now very important for IC designers

More information

Solutions for Solar Cell and Module Testing

Solutions for Solar Cell and Module Testing Solutions for Solar Cell and Module Testing Agilent 663XB Power Supplies Connected in Anti-Series to Achieve Four-Quadrant Operation for Solar Cell and Module Testing Application Note Overview To fully

More information

Agilent N8480 Series Thermocouple Power Sensors. Technical Overview

Agilent N8480 Series Thermocouple Power Sensors. Technical Overview Agilent N8480 Series Thermocouple Power Sensors Technical Overview Introduction The new N8480 Series power sensors replace and surpass the legacy 8480 Series power sensors (excluding the D-model power

More information

Making a S11 and S21 Measurement Using the Agilent N9340A

Making a S11 and S21 Measurement Using the Agilent N9340A Making a S11 and S21 Measurement Using the Agilent N9340A Application Note Introduction Spectrum characteristics are important in wireless communication system maintenance. Network and spectrum analyzers

More information

UWB Antenna Measurements with the 20 GHz E5071C ENA Network Analyzer

UWB Antenna Measurements with the 20 GHz E5071C ENA Network Analyzer UWB Antenna Measurements with the 20 GHz E5071C ENA Network Analyzer Application Note Minimize cost of test with the 20 GHz ENA s high performance and fast measurement speed Quickly leverage your current

More information

Agilent N8973A, N8974A, N8975A NFA Series Noise Figure Analyzers. Data Sheet

Agilent N8973A, N8974A, N8975A NFA Series Noise Figure Analyzers. Data Sheet Agilent N8973A, N8974A, N8975A NFA Series Noise Figure Analyzers Data Sheet Specifications Specifications are only valid for the stated operating frequency, and apply over 0 C to +55 C unless otherwise

More information

Radar System Design and Interference Analysis Using Agilent SystemVue

Radar System Design and Interference Analysis Using Agilent SystemVue Radar System Design and Interference Analysis Using Agilent SystemVue Introduction Application Note By David Leiss, Sr. Consultant EEsof EDA Anurag Bhargava, Application Engineer EEsof EDA Agilent Technologies

More information

Agilent EEsof EDA.

Agilent EEsof EDA. Agilent EEsof EDA This document is owned by Agilent Technologies, but is no longer kept current and may contain obsolete or inaccurate references. We regret any inconvenience this may cause. For the latest

More information

Two-Way Radio Testing with Agilent U8903A Audio Analyzer

Two-Way Radio Testing with Agilent U8903A Audio Analyzer Two-Way Radio Testing with Agilent U8903A Audio Analyzer Application Note Introduction As the two-way radio band gets deregulated, there is a noticeable increase in product offerings in this area. What

More information

Agilent U1881A and U1882A Power Measurement Application for Agilent InfiniiVision and Infiniium Oscilloscopes

Agilent U1881A and U1882A Power Measurement Application for Agilent InfiniiVision and Infiniium Oscilloscopes Agilent U1881A and U1882A Power Measurement Application for Agilent InfiniiVision and Infiniium Oscilloscopes Data Sheet Fast, automatic and reliable characterization of switching mode power devices Today

More information

N2790A 100 MHz, N2791A 25 MHz and N2891A 70 MHz High-voltage Differential Probes

N2790A 100 MHz, N2791A 25 MHz and N2891A 70 MHz High-voltage Differential Probes N2790A 100 MHz, N2791A 25 MHz and N2891A 70 MHz High-voltage Differential Probes Data Sheet Oscilloscope users often need to make floating measurements where neither point of the measurement is at earth

More information

Agilent N4000A, N4001A, N4002A SNS Series Noise Sources 10 MHz to 26.5 GHz

Agilent N4000A, N4001A, N4002A SNS Series Noise Sources 10 MHz to 26.5 GHz Agilent N4000A, N4001A, N4002A SNS Series Noise Sources 10 MHz to 26.5 GHz Technical Overview Advances in Noise Figure Accuracy N4000A Used for low noise figure devices or devices sensitive to mismatch

More information

MEMS On-wafer Evaluation in Mass Production Testing At the Earliest Stage is the Key to Lowering Costs

MEMS On-wafer Evaluation in Mass Production Testing At the Earliest Stage is the Key to Lowering Costs MEMS On-wafer Evaluation in Mass Production Testing At the Earliest Stage is the Key to Lowering Costs Application Note Recently, various devices using MEMS technology such as pressure sensors, accelerometers,

More information

Agilent Correlation between TDR oscilloscope and VNA generated time domain waveform

Agilent Correlation between TDR oscilloscope and VNA generated time domain waveform Agilent Correlation between TDR oscilloscope and VNA generated time domain waveform Application Note Introduction Time domain analysis (TDA) is a common method for evaluating transmission lines and has

More information

Discovering New Techniques of Creating, Editing, and Transferring Arbitrary Waveforms

Discovering New Techniques of Creating, Editing, and Transferring Arbitrary Waveforms Discovering New Techniques of Creating, Editing, and Transferring Arbitrary Waveforms Introduction Today, during the designing of electronic components and circuits for computers, peripherals, and consumer

More information

Agilent AN Balanced Circuit Measurement with an Impedance Analyzer/LCR Meter/Network Analyzer Application Note

Agilent AN Balanced Circuit Measurement with an Impedance Analyzer/LCR Meter/Network Analyzer Application Note Agilent AN 346-2 Balanced Circuit Measurement with an Impedance Analyzer/LCR Meter/Network Analyzer Application Note Introduction How a balanced circuit differs from an unbalanced circuit A balanced circuit

More information

Agilent U9397A/C FET Solid State Switches (SPDT)

Agilent U9397A/C FET Solid State Switches (SPDT) Agilent U9397A/C FET Solid State Switches (SPDT) U9397A 300 khz to 8 GHz U9397C 300 khz to 18 GHz Technical Overview Key Features Prevent damage to sensitive components with low video leakage < 10 mvpp

More information

Keysight Technologies Network Analyzer Measurements: Filter and Amplifier Examples. Application Note

Keysight Technologies Network Analyzer Measurements: Filter and Amplifier Examples. Application Note Keysight Technologies Network Analyzer Measurements: Filter and Amplifier Examples Application Note Introduction Both the magnitude and phase behavior of a component are critical to the performance of

More information

Agilent PN 4395-1 Agilent 4395A Network/Spectrum/ Impedance Analyzer Silicon Investigations Repair Information - Contact Us 920-955-3693 www.siliconinvestigations.com ADSL Copper Loop Measurements Product

More information

ADS-SystemVue Linkages

ADS-SystemVue Linkages ADS-SystemVue Linkages Uniting System, Baseband, and RF design flows for leading-edge designs Superior RF models and simulators Convenient, polymorphic algorithmic modeling, debug, and test May 2010 Page

More information

Process Control Calibration Made Easy with Agilent U1401A

Process Control Calibration Made Easy with Agilent U1401A Process Control Calibration Made Easy with Agilent U1401A Application Note This application note explains how the Agilent U1401A with simultaneous source and measure functions eases technicians calibration

More information

Agilent NFA Noise Figure Analyzer

Agilent NFA Noise Figure Analyzer Agilent NFA Noise Figure Analyzer Configuration Guide Dedicated Noise Figure Analyzer Hard specifications to 26.5 GHz Works with N4000A SNS or 346 Series noise sources Noise figure measurements to 110

More information

Techniques to Achieve Oscilloscope Bandwidths of Greater Than 16 GHz

Techniques to Achieve Oscilloscope Bandwidths of Greater Than 16 GHz Techniques to Achieve Oscilloscope Bandwidths of Greater Than 16 GHz Application Note Infiniium s 32 GHz of bandwidth versus techniques other vendors use to achieve greater than 16 GHz Banner specifications

More information

Keysight DSOXT3FRA/DSOX4FRA/DSOX6FRA Frequency Response Analyzer (FRA) Option

Keysight DSOXT3FRA/DSOX4FRA/DSOX6FRA Frequency Response Analyzer (FRA) Option Keysight DSOXT3FRA/DSOX4FRA/DSOX6FRA Frequency Response Analyzer (FRA) Option For Keysight 3000T, 4000A, and 6000A X-Series Oscilloscopes Data Sheet Introduction Frequency Response Analysis (FRA) is often

More information

Agilent 87075C Multiport Test Set

Agilent 87075C Multiport Test Set Agilent 87075C Multiport Test Set Technical Overview A complete 75 Ω system for cable TV device manufacturers Now, focus on testing, not reconnecting! For use with the Agilent 8711 C-Series of network

More information

Agilent N9342C Handheld Spectrum Analyzer (HSA)

Agilent N9342C Handheld Spectrum Analyzer (HSA) Agilent N9342C Handheld Spectrum Analyzer (HSA) Data Sheet Field testing just got easier The Agilent N9342C handheld spectrum analyzer (HSA) is more than easy-to-use its measurement performance gives you

More information

Using a Network and Impedance Analyzer to Evaluate 13.56 MHz RFID Tags and Readers/Writers Silicon Investigations Repair Information - Contact Us 920-955-3693 www.siliconinvestigations.com Application

More information

Agilent 4294A Precision Impedance Analyzer, 40 Hz to 110 MHz. Configuration Guide

Agilent 4294A Precision Impedance Analyzer, 40 Hz to 110 MHz. Configuration Guide Agilent 4294A Precision Impedance Analyzer, 40 Hz to 110 MHz Configuration Guide Ordering Guide The following steps will guide you through configuring your 4294A. Standard Furnished Item CD-ROM Manual

More information

Agilent 87405B. Preamplifier 10 MHz to 4 GHz. Technical Overview. Features. Benchtop/General Purpose Use

Agilent 87405B. Preamplifier 10 MHz to 4 GHz. Technical Overview. Features. Benchtop/General Purpose Use Agilent 8705B Preamplifier 10 MHz to GHz Technical Overview Features db Gain 5 db Noise Figure Probe-power bias connection via probe port from Agilent s spectrum analyzers Compact Size Benchtop/General

More information

Agilent 87222C/D/E Coaxial Transfer Switches dc to 26.5, 40, 50 GHz

Agilent 87222C/D/E Coaxial Transfer Switches dc to 26.5, 40, 50 GHz Agilent 87C/D/E Coaxial Transfer Switches dc to 6.5, 0, 50 GHz Technical Overview High Performance Transfer Switches for Micro wave and RF Instrumentation and Systems Exceptional repeatability for more

More information

A Time-Saving Method for Analyzing Signal Integrity in DDR Memory Buses

A Time-Saving Method for Analyzing Signal Integrity in DDR Memory Buses A Time-Saving Method for Analyzing Signal Integrity in DDR Memory Buses Application Note 1591 This application note covers new tools and measurement techniques for characterizing and validating signal

More information

Agilent 8762F Coaxial Switch 75 ohm

Agilent 8762F Coaxial Switch 75 ohm Agilent 8762F Coaxial Switch 75 ohm Technical Overview DC to 4 GHz Exceptional repeatability over 1 million cycle life Excellent isolation The 8762F brings a new standard of performance to 75 ohm coaxial

More information

Agilent Maximizing Measurement Speed Using P-Series Power Meters

Agilent Maximizing Measurement Speed Using P-Series Power Meters Agilent Maximizing Measurement Speed Using P-Series Power Meters Application Note A winning solution in the combination of bandwidth and performance 30 MHz video bandwidth Single-shot real time and repetitive

More information

Agilent N9310A RF Signal Generator. All the capability and reliability of an Agilent instrument you need at a price you ve always wanted

Agilent N9310A RF Signal Generator. All the capability and reliability of an Agilent instrument you need at a price you ve always wanted Agilent N9310A RF Signal Generator All the capability and reliability of an Agilent instrument you need at a price you ve always wanted Reliable Performance. Essential Test Capability The N9310A RF signal

More information

Automated Frequency Response Measurement with AFG31000, MDO3000 and TekBench Instrument Control Software APPLICATION NOTE

Automated Frequency Response Measurement with AFG31000, MDO3000 and TekBench Instrument Control Software APPLICATION NOTE Automated Frequency Response Measurement with AFG31000, MDO3000 and TekBench Instrument Control Software Introduction For undergraduate students in colleges and universities, frequency response testing

More information

Agilent 2-Port and 4-Port PNA-X Network Analyzer

Agilent 2-Port and 4-Port PNA-X Network Analyzer Agilent 2-Port and 4-Port PNA-X Network Analyzer N5244A - MHz to 43.5 GHz N5245A - MHz to 5. GHz with Option H29 Data Sheet and Technical Specifications Documentation Warranty THE MATERIAL CONTAINED IN

More information

Agilent EEsof EDA.

Agilent EEsof EDA. Agilent EEsof EDA This document is owned by Agilent Technologies, but is no longer kept current and may contain obsolete or inaccurate references. We regret any inconvenience this may cause. For the latest

More information

Solar Array Simulation System Integration

Solar Array Simulation System Integration Solar Array Simulation System Integration Technical Overview When laying out the design of an E4360A solar array simulator (SAS) system, steps can be taken up front to ensure proper and reliable system

More information

Agilent InfiniiMax III probing system

Agilent InfiniiMax III probing system Agilent InfiniiMax III probing system Data Sheet World s highest speed and highest performing probe system Full 30 GHz bandwidth to the probe tip Industry s lowest probe and scope system noise Industry

More information

7 Hints That Every Engineer Should Know When Making Power Measurements with Oscilloscopes.

7 Hints That Every Engineer Should Know When Making Power Measurements with Oscilloscopes. 7 Hints That Every Engineer Should Know When Making Power Measurements with Oscilloscopes. Achieving maximized measurement dynamic range 1) Use averaging to increase measurement resolution 2) Use high-resolution

More information

Agilent EEsof EDA.

Agilent EEsof EDA. Agilent EEsof EDA This document is owned by Agilent Technologies, but is no longer kept current and may contain obsolete or inaccurate references. We regret any inconvenience this may cause. For the latest

More information

Agilent HMMC-3124 DC-12 GHz Packaged High Efficiency Divide-by-4 Prescaler 1GC TR1-7" diameter reel/500 each 1GC BLK-bubble strip/10 each

Agilent HMMC-3124 DC-12 GHz Packaged High Efficiency Divide-by-4 Prescaler 1GC TR1-7 diameter reel/500 each 1GC BLK-bubble strip/10 each Agilent HMMC-3124 DC-12 GHz Packaged High Efficiency Divide-by-4 Prescaler 1GC1-8207-TR1-7" diameter reel/500 each 1GC1-8207-BLK-bubble strip/10 each Data Sheet Features Wide Frequency Range: 0.2-12 GHz

More information

Agilent NFA Noise Figure Analyzer

Agilent NFA Noise Figure Analyzer Agilent NFA Noise Figure Analyzer Configuration Guide Dedicated Noise Figure Analyzer Hard specifications to 26.5 GHz Works with N4000A SNS or 346 Series noise sources Noise figure measurements to 110

More information

Keysight Technologies Differences in Application Between Power Dividers and Power Splitters. Application Note

Keysight Technologies Differences in Application Between Power Dividers and Power Splitters. Application Note Keysight Technologies Differences in Application Between Dividers and Splitters Application Note 02 Keysight Differences in Application Between Dividers and Splitters Application Note Introduction dividers

More information

Agilent Spectrum Visualizer (ASV) Software. Data Sheet

Agilent Spectrum Visualizer (ASV) Software. Data Sheet Agilent Spectrum Visualizer (ASV) Software Data Sheet Technical Overview The Agilent spectrum visualizer (ASV) software provides advanced FFT frequency domain analysis for the InfiniiVision and Infiniium

More information

Evaluating Oscilloscope Bandwidths for your Application

Evaluating Oscilloscope Bandwidths for your Application Evaluating Oscilloscope Bandwidths for your Application Application Note 1588 Table of Contents Introduction....................... 1 Defining Oscilloscope Bandwidth..... 2 Required Bandwidth for Digital

More information

Agilent 8761A/B Microwave Switches

Agilent 8761A/B Microwave Switches Agilent 8761A/B Microwave Switches Technical Overview Product Description The Agilent Technologies 8761A and 8761B are single-pole, double-throw coaxial switches with excellent electrical and mechanical

More information

IEEE Standard Boundary Scan Testing on Agilent Medalist i3070 In Circuit Systems

IEEE Standard Boundary Scan Testing on Agilent Medalist i3070 In Circuit Systems IEEE 1149.6 Standard Boundary Scan Testing on Agilent Medalist i3070 In Circuit Systems White Paper By Jun Balangue, Technical Marketing Engineer, Agilent Technologies, Inc. Abtract: This paper outlines

More information

Creating Arbitrary Waveforms in the U2300A Series and U2500A Series Data Acquisition Devices

Creating Arbitrary Waveforms in the U2300A Series and U2500A Series Data Acquisition Devices Creating Arbitrary Waveforms in the U2300A Series and U2500A Series Data Acquisition Devices Application Note Introduction The U2300A Series and U2500A Series data acquisition device (DAQ) families are

More information

Educator s Oscilloscope Training Kit for the InfiniiVision 2000 & 3000 X-Series

Educator s Oscilloscope Training Kit for the InfiniiVision 2000 & 3000 X-Series Educator s Oscilloscope Training Kit for the InfiniiVision 2000 & 3000 X-Series Data Sheet Oscilloscope training tools created specifically for electrical engineering and physics undergraduate students

More information

U1881A and U1882A Power Measurement Application for InfiniiVision and Infiniium Oscilloscopes

U1881A and U1882A Power Measurement Application for InfiniiVision and Infiniium Oscilloscopes U1881A and U1882A Power Measurement Application for InfiniiVision and Infiniium Oscilloscopes Data Sheet Fast, automatic and reliable characterization of switching mode power devices Today s power supply

More information

Agilent U1700 Series Handheld LCR Meters

Agilent U1700 Series Handheld LCR Meters Agilent U1700 Series Handheld LCR Meters Data Sheet Test passive components conveniently, affordably and reliably with the Agilent U1700 Series LCR meters extending the tradition of industryleading benchtop

More information

U1881A and U1882A Power Measurement Application for InfiniiVision and Infiniium Oscilloscopes

U1881A and U1882A Power Measurement Application for InfiniiVision and Infiniium Oscilloscopes U1881A and U1882A Power Measurement Application for InfiniiVision and Infiniium Oscilloscopes Data Sheet Fast, automatic and reliable characterization of switching mode power devices Today s power supply

More information

Comparing Contact Performance on PCBA using Conventional Testpads and Bead Probes

Comparing Contact Performance on PCBA using Conventional Testpads and Bead Probes Comparing Contact Performance on PCBA using Conventional Testpads and Bead Probes White Paper Andrew Tek, Agilent Technologies Introduction This white paper captures the details of an evaluation performed

More information

Agilent EEsof EDA.

Agilent EEsof EDA. Agilent EEsof EDA This document is owned by Agilent Technologies, but is no longer kept current and may contain obsolete or inaccurate references. We regret any inconvenience this may cause. For the latest

More information

Agilent U9391C/F/G Comb Generators

Agilent U9391C/F/G Comb Generators Agilent U9391C/F/G Comb Generators U9391C (10 MHz to 26.5 GHz) U9391F (10 MHz to 50 GHz) U9391G (10 MHz to 67 GHz) Technical Overview Key Features Excellent amplitude and phase flatness enable it to be

More information

Agilent N9342C Handheld Spectrum Analyzer (HSA)

Agilent N9342C Handheld Spectrum Analyzer (HSA) Agilent N9342C Handheld Spectrum Analyzer (HSA) 100 khz to 7 GHz (tunable to 9 khz) Data Sheet Field testing just got easier www.agilent.com/find/hsa If you are making measurements in the field, the Agilent

More information

Keysight Technologies 423B, 8470B, 8472B, 8473B/C Low Barrier Schottky Diode Detectors

Keysight Technologies 423B, 8470B, 8472B, 8473B/C Low Barrier Schottky Diode Detectors Keysight Technologies 423B, 8470B, 8472B, 8473B/C Low Barrier Schottky Diode Detectors Keysight 423B Data Sheet Keysight 8470B Keysight 8472B Keysight 8473B Keysight 8473C Introduction Excellent broadband

More information

Keysight Technologies 8490G Coaxial Attenuators. Technical Overview

Keysight Technologies 8490G Coaxial Attenuators. Technical Overview Keysight Technologies 8490G Coaxial Attenuators Technical Overview Introduction Key Specifications Maximize your operating frequency range for DC to 67 GHz application Minimize your measurement uncertainty

More information

Essential Capabilities of EMI Receivers. Application Note

Essential Capabilities of EMI Receivers. Application Note Essential Capabilities of EMI Receivers Application Note Contents Introduction... 3 CISPR 16-1-1 Compliance... 3 MIL-STD-461 Compliance... 4 Important features not required by CISPR 16-1-1 or MIL-STD-461...

More information

Multipurpose Lab Station by Agilent Technologies

Multipurpose Lab Station by Agilent Technologies Multipurpose Lab Station by Agilent Technologies The Agilent Multipurpose Lab Station is an integrated system comprised of a: 1 2 3 4 5 6 7 8 Mixed signal oscilloscope (MSO) or digital signal oscilloscope

More information

Understanding the Fundamental Principles of Vector Network Analysis. Application Note

Understanding the Fundamental Principles of Vector Network Analysis. Application Note Understanding the Fundamental Principles of Vector Network Analysis Application Note Table of Contents Introduction... 3 Measurements in Communications Systems... 3 Importance of Vector Measurements...

More information

Agilent E4438C/E8267D Option 422 Scenario Generator for GPS

Agilent E4438C/E8267D Option 422 Scenario Generator for GPS Agilent E4438C/E8267D Option 422 Scenario Generator for GPS Technical Overview Create GPS Scenarios with Ease The Option 422 scenario generator software enhances the functionality of the Global Positioning

More information

Advanced Measurement Techniques for RF Amplifiers Using Unique Functions of the Agilent E5071C ENA. Application Note

Advanced Measurement Techniques for RF Amplifiers Using Unique Functions of the Agilent E5071C ENA. Application Note Advanced Measurement Techniques for RF Amplifiers Using Unique Functions of the Agilent E5071C ENA Application Note Introduction The RF amplifier is a key component used in a wide variety of industries

More information

Keysight Technologies Making Field Effect Transistor Characterization Using SMU

Keysight Technologies Making Field Effect Transistor Characterization Using SMU Keysight Technologies Making Field Effect Transistor Characterization Using SMU B2900A Precision Source/Measure Unit Demo Guide Introduction The Keysight s B2900A Series Precision Source/Measure Unit (SMU)

More information

N2820A/21A High-Sensitivity, High Dynamic Range Current Probes

N2820A/21A High-Sensitivity, High Dynamic Range Current Probes N2820A/21A High-Sensitivity, High Dynamic Range Current Probes Data Sheet See the details without losing sight of the big picture Key features and specifications Measure currents as low as 50 µa Measure

More information

Simplifying FET Testing with 2600B System SourceMeter SMU Instruments APPLICATION NOTE

Simplifying FET Testing with 2600B System SourceMeter SMU Instruments APPLICATION NOTE Simplifying FET Testing with 2600B System SourceMeter SMU Instruments Introduction Field effect transistors (FETs) are important semiconductor devices with many applications because they are fundamental

More information

Keysight TC GHz Frequency Doubler

Keysight TC GHz Frequency Doubler Keysight TC221 50 GHz Frequency Doubler 1GC1-8038 Data Sheet Features Conversion Efficiency: 12 db Typical 1/2 and 3/2 spurs: 15 dbc Typical Broad Bandwidth, 20 50 GHz Output Frequency Introduction The

More information

N2790A 100 MHz, N2791A 25 MHz and N2891A 70 MHz High-voltage Differential Probes

N2790A 100 MHz, N2791A 25 MHz and N2891A 70 MHz High-voltage Differential Probes N2790A 100 MHz, N2791A 25 MHz and N2891A 70 MHz High-voltage Differential Probes Data Sheet Oscilloscope users often need to make floating measurements where neither point of the measurement is at earth

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

Keysight TC231P 0-20 GHz Integrated Diode Limiter

Keysight TC231P 0-20 GHz Integrated Diode Limiter Keysight TC231P 0-20 GHz Integrated Diode Limiter 1GC1-8235 Data Sheet Features Two Independent Limiters for Single ended or Differential Signals Can be Biased for Adjustable Limit Level and Signal Detection

More information

Agilent NFA Noise Figure Analyzer

Agilent NFA Noise Figure Analyzer Agilent NFA Noise Figure Analyzer Configuration Guide Dedicated Noise Figure Analyzer Hard specifications to 26.5 GHz Works with N4000A SNS or 346 Series noise sources Noise figure measurements to 110

More information

Keysight Technologies N9398C/F/G and N9399C/F DC Block. Technical Overview

Keysight Technologies N9398C/F/G and N9399C/F DC Block. Technical Overview Keysight Technologies N9398C/F/G and N9399C/F DC Block Technical Overview Introduction Key Features Maximize your operating range - 26.5, 50 or 67 GHz Improve calibration accuracy with exceptional return

More information

Keysight Technologies Using a Network and Impedance Analyzer to Evaluate MHz RFID Tags and Readers/Writers

Keysight Technologies Using a Network and Impedance Analyzer to Evaluate MHz RFID Tags and Readers/Writers Keysight Technologies Using a Network and Impedance Analyzer to Evaluate 13.56 MHz RFID Tags and Readers/Writers Application Note L C R f 0 = 2 1 π L C Introduction RFIDs, also called non-contact IC cards

More information

Keysight Technologies Optimizing RF and Microwave Spectrum Analyzer Dynamic Range. Application Note

Keysight Technologies Optimizing RF and Microwave Spectrum Analyzer Dynamic Range. Application Note Keysight Technologies Optimizing RF and Microwave Spectrum Analyzer Dynamic Range Application Note 02 Keysight Optimizing RF and Microwave Spectrum Analyzer Dynamic Range Application Note 1. Introduction

More information

Keysight 8474B/C/E Planar-Doped Barrier Diode Detectors 0.01 to 50 GHz. Data Sheet

Keysight 8474B/C/E Planar-Doped Barrier Diode Detectors 0.01 to 50 GHz. Data Sheet Keysight 8474B/C/E Planar-Doped Barrier Diode Detectors.1 to 5 GHz Data Sheet Introduction Features and Description Exceptional flatness Broadband from.1 to 5 GHz Extremely temperature stable Environmentally

More information

Agilent MXG Signal Generators

Agilent MXG Signal Generators Agilent MXG Signal Generators N5161A MXG ATE Analog N5162A MXG ATE Vector N5181A MXG Analog N5182A MXG Vector Configuration Guide This guide is to assist in the ordering process for the MXG analog and

More information

Keysight HMMC-1002 DC 50 GHz Variable Attenuator

Keysight HMMC-1002 DC 50 GHz Variable Attenuator Keysight HMMC-1002 DC 50 GHz Variable Attenuator 1GG7-8001 Data Sheet Features Specified frequency range: DC to 26.5 GHz Return loss: 10 db Minimum attenuation: 2.0 db Maximum attenuation: 30.0 db 02 Keysight

More information

Advanced Test Equipment Rentals ATEC (2832)

Advanced Test Equipment Rentals ATEC (2832) Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Agilent 8491A/B, 8493A/B/C, 11581A, 11582A and 11583C Coaxial Attenuators Technical Overview High accuracy Low SWR Broadband

More information

Keysight Technologies Electronic Calibration (ECal) Modules for Vector Network Analyzers

Keysight Technologies Electronic Calibration (ECal) Modules for Vector Network Analyzers Keysight Technologies Electronic Calibration (ECal) Modules for Vector Network Analyzers N4690 Series, 2-port Microwave ECal 85090 Series, 2-port RF ECal N4430 Series, 4-port ECal N7550 Series, 2-port

More information

Keysight Technologies P9400A/C Solid State PIN Diode Transfer Switches

Keysight Technologies P9400A/C Solid State PIN Diode Transfer Switches Keysight Technologies P9400A/C Solid State PIN Diode Transfer Switches P9400A 100 MHz to 8 GHz PIN transfer switch P9400C 100 MHz to 18 GHz PIN transfer switch Technical Overview Key Features Minimize

More information

Keysight Technologies N9398C/F/G and N9399C/F DC Block. Technical Overview

Keysight Technologies N9398C/F/G and N9399C/F DC Block. Technical Overview Keysight Technologies N9398C/F/G and N9399C/F DC Block Technical Overview Introduction Key Features Maximize your operating range - 26.5, 50 or 67 GHz Improve calibration accuracy with exceptional return

More information

Keysight Technologies Waveguide Power Sensors. Data Sheet

Keysight Technologies Waveguide Power Sensors. Data Sheet Keysight Technologies Waveguide Power Sensors Data Sheet 02 Keysight Waveguide Power Sensors - Data Sheet Make accurate and reliable measurements in the 50 to 110 GHz frequency range with Keysight s family

More information

Keysight Technologies N1918A Power Analysis Manager and U2000 Series USB Power Sensors. Demo Guide

Keysight Technologies N1918A Power Analysis Manager and U2000 Series USB Power Sensors. Demo Guide Keysight Technologies N1918A Power Analysis Manager and U2000 Series USB Power Sensors Demo Guide Introduction This demonstration guide helps you to get familiar with the basic setup and configuration

More information

When is it Time to Transition to a Higher Bandwidth Oscilloscope?

When is it Time to Transition to a Higher Bandwidth Oscilloscope? When is it Time to Transition to a Higher Bandwidth Oscilloscope? Application Note When purchasing an oscilloscope to test new designs, the primary performance specification that most engineers consider

More information

MMIC/RFIC Packaging Challenges Webcast (July 28, AM PST 12PM EST)

MMIC/RFIC Packaging Challenges Webcast (July 28, AM PST 12PM EST) MMIC/RFIC Packaging Challenges Webcast ( 9AM PST 12PM EST) Board Package Chip HEESOO LEE Agilent EEsof 3DEM Technical Lead 1 Agenda 1. MMIC/RFIC packaging challenges 2. Design techniques and solutions

More information

Simplifying DC-DC Converter Characterization using a 2600B System SourceMeter SMU Instrument and MSO/DPO5000 or DPO7000 Series Scope APPLICATION NOTE

Simplifying DC-DC Converter Characterization using a 2600B System SourceMeter SMU Instrument and MSO/DPO5000 or DPO7000 Series Scope APPLICATION NOTE Simplifying DC-DC Characterization using a 2600B System SourceMeter SMU Instrument and MSO/DPO5000 or DPO7000 Series Scope Introduction DC-DC converters are widely used electronic components that convert

More information

Keysight Technologies Accurate Evaluation of MEMS Piezoelectric Sensors and Actuators Using the E4990A Impedance Analyzer.

Keysight Technologies Accurate Evaluation of MEMS Piezoelectric Sensors and Actuators Using the E4990A Impedance Analyzer. Keysight Technologies Accurate Evaluation of MEMS Piezoelectric Sensors and Actuators Using the E4990A Impedance Analyzer Application Note Introduction Excellent impedance measurement accuracy and repeatability

More information

Keysight Technologies Accurate NBTI Characterization Using Timing-on-the-fly Sampling Mode. Application Note

Keysight Technologies Accurate NBTI Characterization Using Timing-on-the-fly Sampling Mode. Application Note Keysight Technologies Accurate NBTI Characterization Using Timing-on-the-fly Sampling Mode Application Note Introduction Keysight B1500A Semiconductor Device Analyzer Controlled dynamic recovery with 100

More information

Accelerated Deployment of SCA-compliant SDR Waveforms 20 JANUARY 2010

Accelerated Deployment of SCA-compliant SDR Waveforms 20 JANUARY 2010 Accelerated Deployment of SCA-compliant SDR Waveforms 20 JANUARY 2010 1 Today s panelists Steve Jennis PrismTech, SVP, Corporate Development José Luis Pino Agilent Technologies, Principal Engineer Tim

More information

Agilent Nonlinear Vector Network Analyzer (NVNA)

Agilent Nonlinear Vector Network Analyzer (NVNA) Agilent Nonlinear Vector Network Analyzer (NVNA) Breakthrough technology for nonlinear vector network analysis from 1 MHz to 67 GHz I know my amplifier gain is changing with output match, but Hot S22 measurements

More information

Agilent J7211A/B/C Attenuation Control Units

Agilent J7211A/B/C Attenuation Control Units Agilent J7211A/B/C Attenuation Control Units DC to 6 GHz, DC to 18 GHz, DC to 26.5 GHz 0 to 101/121 db attenuation range, 1 db step size Technical Overview Key Features 0.03 db insertion loss repeatability

More information

Keysight Technologies Automated Receiver Sensitivity Measurements Using U8903B. Application Note

Keysight Technologies Automated Receiver Sensitivity Measurements Using U8903B. Application Note Keysight Technologies Automated Receiver Sensitivity Measurements Using U8903B Application Note Introduction Sensitivity is a key specification for any radio receiver and is characterized by the minimum

More information

Keysight Technologies Simultaneous Measurements with a Digital Multimeter

Keysight Technologies Simultaneous Measurements with a Digital Multimeter Keysight Technologies Simultaneous Measurements with a Digital Multimeter Application Brief Test Challenges: Making more confident measurements Making dual measurements in less time 02 Keysight Simultaneous

More information

Agilent EEsof EDA.

Agilent EEsof EDA. Agilent EEsof EDA This document is owned by Agilent Technologies, but is no longer kept current and may contain obsolete or inaccurate references. We regret any inconvenience this may cause. For the latest

More information

Keysight Measuring High Impedance Sources Using the U8903B Audio Analyzer. Application Note

Keysight Measuring High Impedance Sources Using the U8903B Audio Analyzer. Application Note Keysight Measuring High Impedance Sources Using the U8903B Audio Analyzer Application Note Introduction This note details the input impedance of the U8903B Audio Analyzer, and shows that this needs to

More information

Keysight TC950 DC 75 GHz SPDT GaAs MMIC Switch

Keysight TC950 DC 75 GHz SPDT GaAs MMIC Switch Keysight TC950 DC 75 GHz SPDT GaAs MMIC Switch 1GG6-8054 Data Sheet Features Frequency Range: DC-75 GHz Insertion Loss: 2.6 db typical @ 50 GHz Isolation: 29 db typical @ 50 GHz Return Loss: >10 db (Both

More information

Agilent E5061B Network Analyzer. 100 khz to 1.5 GHz/3 GHz 5 Hz to 3 GHz

Agilent E5061B Network Analyzer. 100 khz to 1.5 GHz/3 GHz 5 Hz to 3 GHz Agilent E5061B Network Analyzer 100 khz to 1.5 GHz/3 GHz 5 Hz to 3 GHz E5061B responds to various measurement needs, - from LF to RF The Agilent E5061B is a member of the industry standard ENA Series network

More information

Keysight Technologies N9310A RF Signal Generator

Keysight Technologies N9310A RF Signal Generator Keysight Technologies N9310A RF Signal Generator 02 Keysight N9310A RF Signal Generator Brochure All the capability and reliability of a Keysight instrument you need at a price you ve always wanted Reliable

More information

Agilent Migration from the Agilent 34401A to the Agilent 34405A Digital Multimeter. Application Note

Agilent Migration from the Agilent 34401A to the Agilent 34405A Digital Multimeter. Application Note Agilent Migration from the Agilent 34401A to the Agilent 34405A Digital Multimeter Application Note Introduction The Agilent 34405A is the latest member of Agilent s digital multimeter (DMM), expanding

More information