Generating Chariot Traffic with Azimuth Director II

Size: px
Start display at page:

Download "Generating Chariot Traffic with Azimuth Director II"

Transcription

1 Application Note Generating Chariot Traffic with Azimuth Director II Azimuth Channel Emulator 1 Table of Contents 1. Overview Introduction Configuring Chariot Generating Chariot Traffic Using Test Builder Outputs Generating Chariot Traffic Using the TCL API Required Parameters Optional Parameters Calling the TCL API Installing the Azimuth Relay Service Chariot Software and Documentation Documentation Software Summary

2 1. Overview This application note talks about how to generate traffic using the latest Ixia Chariot software within the Azimuth Systems context using two different approaches: Azimuth s Director II Test Executive and the TCL (Transmission Control Language) API. 2. Introduction Ixia s Chariot is a cross-platform network testing tool that generates data streams. When we say generating traffic using Chariot, we mean using Azimuth s most recent Chariot automation module to create multiple, bidirectional Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) data streams for controlled, standardized performance testing. Chariot traffic is generated between two Ethernet-connected devices running the Chariot Endpoint software, such as two computers or a phone and a computer. Within the Azimuth context Chariot traffic can be generated in one of two ways: 1) Using the graphical user interface in the Director II application (Test Builder). This approach is the simplest and most direct. You select the Chariot module through Test Builder from the Traffic section of the toolbox, just as you would any other test module. 2) Using the TCL API. This requires entering some simple code and parameters, the details of which are explained later in this document. Both methods require the Azimuth Relay Service; this is an extension of Director II that will interface with a Chariot Server, manage a set of traffic pairs, and return results to Director II. The Relay Service is described below and is installed with Director II; it can also be installed standalone on another PC as outlined in the Relay Service Installation section of this document. The general flow of the Chariot request traffic is as follows: 1. The process starts with either Director II or the TCL API specifying the IP address of the relay service computer and the traffic pairs to be used in the test. 2. The Relay Service instructs the Chariot server to generate traffic for each pair specified. 3. The Chariot server collects information from all endpoints in the traffic pair, processes the results, and responds back to the relay service with the results. The results are passed back to the calling process, which is either Director II or the TCL API. In the case of Director II, the results are in the Chariot module outputs. In the case of the TCL API, the results are in the dataarray parameter. Later sections of the document will cover both methods in more detail. 2

3 3. Configuring Chariot The section describes how to configure Chariot so you can use it from Director II s Test Builder or TCL API. 1. Open the Director-II application by clicking Start/Azimuth Director-II/Azimuth Director-II. 2. Create two new external devices by rightclicking on External Devices and selecting the desired device in the Testbed Manager window. For the purpose of this example we will choose endpoint devices, so select Add Endpoint Device. 3. After entering the information, click the OK button to add the device. The new devices can now be found by expanding External Devices/Endpoint Devices in the Testbed Manager window 3

4 NOTE: If you have management addresses for your devices, you must also create endpoint devices for these management addresses. EXAMPLE: NETWORK ONE Director II PC at Chariot Relay Server at TEST NETWORK Chariot Server at Chariot Endpoint at In this case you must create 3 devices: 1) Relay Server The IP Address should be accessible from DII, or be the same IP as the DII PC if Chariot is installed on the same PC. 2) Relay Server Management The IP Address should be accessible from the User Endpoint. 3) Device Endpoint IP The IP Address should be accessible from the Relay Server Management address. In the case of iphone and Android, this IP is visible in the Chariot app. NOTE: The screenshot at right is from the official Chariot app store page. 4

5 4. Generating Chariot Traffic Using Test Builder 1. Click on the Test Builder tab just below the Test Manager tab in the lower left-hand corner of the Director II window. 2. Under Device Selection, click on Test Builder and expand the Endpoints folder. (The Device Selection menu is located just to the right of the Test Builder window.) 3. Expand the Endpoints folder and double-click on each of the endpoint devices you created in Step 2. This will add the two devices to the window just to the right of the Device Selection window. 4. Change the name of the Endpoints devices to something meaningful to you (for this exercise will use the same names as the names of the devices): a. Single-left-click Endpoint 1 to select it, then singleleft-click to change the name. b. Repeat for Endpoint Click Next. 5

6 6. In Toolbox, scroll down until you find the Chariot module in the Traffic section. Drag and drop the module to the Execution Path section of the screen. Notice that Chariot module in the execution path is red; this indicates that some required settings have not been entered. 7. Click on the red Chariot module in the Execution Path window, and then set the required settings. In this case, we will set the Chariot Relay Endpoint and User Endpoint using the two Endpoint devices we created in Step 2, and configured for our test-bed in Step lick Execute. When the Chariot traffic generation has completed, you will see a checkmark in a green circle next to Chariot. The results will appear in the file Chariot Outputs. 9. Click on the file Chariot Outputs. The new devices can now be found by expanding External Devices/Endpoint Devices in the Testbed Manager window. 6

7 4.1 Outputs Max Avg MaxForPair1 MinForPair2 AvgForPair2 MaxForPair3 Delay PacketLostAvg JitterForPair1 DelayForPair2 PacketLostAvgForPair2 JitterForPair3 Min MinForPair1 AvgForPair1 MaxForPair2 MinForPair3 AvgForPair3 Jitter DelayForPair1 PacketLostAvgForPair1 JitterForPair2 DelayForPair3 PacketLostAvgForPair3 7

8 5. Generating Chariot Traffic Using the TCL API As mentioned earlier, Chariot traffic is generated between two Ethernet-connected devices running the Chariot software. This might be two computers, a phone and a computer, or any other two other devices connected via Ethernet. To generate traffic with the TCL API method, you manually type the TCL commands that call out to Relay Service to initiate the communication to the User Endpoint (UE). As was also mentioned earlier, both this method and the Director II Test Builder module method require that you install the Relay Service. Before you can generate traffic using the TCL library, you must install the relay service and the Chariot software on the user endpoint. If you have not already done so, click on this link for instructions: Relay Service Installation. Details for acquiring the Chariot software can be found here, under Chariot Software and Documentation. Due to the enhancements in Chariot, Director II and the TCL API will always execute on the Relay Service using the -c parameter. When setting up the Chariot software on the UE, the UE only needs to be set up to run with the -s parameter. Assumptions: If you are choosing this method rather than the Director II method, you must have an understanding of TCL. Requirements: Azimuth Relay Service a UE with the Chariot software Director II Note: Installing Director II also installs the Azimuth Relay Service. This can also be installed standalone on another PC as outlined in the Relay Service Installation section of this document. Only two parameters are mandatory for Chariot traffic to be generated: (1) the Chariot Relay Endpoint and (2) the user endpoint. Both the Chariot Relay Endpoint and the UE are IP addresses. 8

9 5.1 Required Parameters Chariot Relay Collection of Traffic Pairs (must have at least one pair: see screenshot below) 9

10 1. Fill in Chariot Relay with the address of the Relay Server. 2. Open Collection of Traffic Pairs and click Add to add a pair. Source must be the Pair Traffic Source, and Destination must be the Pair Traffic Destination. If there is a Management address for the Source and Destination, they must be filled in as well; otherwise these can be the same as the source/destination.) The default uses the script High_Performance_Throughput.scr for TCP and Unlimited throughput. If this is a VOIP pair, change the VOIP to Yes and fill in the settings below. ry 13 of 19 10

11 5.2 Optional Parameters OPTION DESCRIPTION EXAMPLE / DEFAULT -array Array name to return results of Chariot run. Example: userdata -callback -duration Takes one of two possible values: 1 callback requested 0 wait for test to complete Specifies the duration of the Chariot. The durationunits specifies the duration unit. Default Value: 0 Default Value: 5 -durationunits Specifies the unit of duration in seconds or packets. Default Value: seconds -bidirection -relayip -pairlist -script -e1alt -e2alt Specifies traffic direction. Possible values: 1 traffic requested in both directions 0 traffic goes from Endpoint1 to Endpoint2 Specifies the IP address of remote. Chariot console specifies that there is no alternate address IP address in dotted decimal notation. Specifies the list of parameters for pairs of Endpoints. Mandatory parameters: paire1 paire2 Optional parameters: paire1alt paire2aot pairbidirection pairdatate pairqos pairscript Script name expected in scripts directory of Chariot Console Alternate address for Chariot console to know Endpoint1. Specifies that there is an alternate IP address in dotted decimal notation. Alternate address for Chariot console to know Endpoint2. Specifies that there is an alternate IP address in dotted decimal notation. Default Value: 0 Default Value: throughput.scr -protocol Specifies the protocol for Chariot traffic. Default Value: TCP -packetsize Specifies the packet size for Chariot traffic. Default Value: DEFAULT -samplesize Specifies the sample size. Default Value: datarate Specifies the data rate. Default Value: UNLIMITED -outputfile -qos -stmlist Specifies the file name in which the Chariot test results will be saved in the Chariot console. Specifies the QoS type to be used in Chariot traffic. Specifies the list of STMs to be initialized (registry settings) for QoS traffic. 11

12 6. Calling the TCL API 1. To open a command prompt with elevated access to execute the tclch.exe program, left-click on the Windows Start icon. At the prompt, type cmd and press return. >cmd8 2. Right-click on cmd.exe and select Run as administrator. Answer Yes to the User Account Control query. START tclsh.exe8 3. Change to the Director II folder. CD C: Program Files (x86) Azimuth Director-II bin 4. Start a TCL window to begin entering the example code. This may bring up a Windows Security Alert. If so, click Allow Access. 12

13 5. Enter the following code by either typing each line or copying and pasting the entire body, beginning with the line #Get the required package(s). Copy only the words in red. Complete Code Example ################################### # Chariot traffic generation ################################### #Get the required package(s) package require Azimuth-Traffic #Create/Set the required parameters set param(sourceip) set param(destip) set param(servicehostendpoint) array set dataarray {} set arglist {} traffic_send_chariot $param(sourceip) $param(destip) -duration 20 -array dataarray -relayip $param(servicehostendpoint)# Display everything in the results array parray dataarray 6. Click Exit in the TCL window to exit and close the window. (If you chose not to START tclsh.exe and simply executed tclsh.exe from the command prompt, then Exit will close the TCL window. If you wish to send all of the Optional information, you can do so using code similar to that found here. 13

14 7. Installing the Azimuth Relay Service This section will show you how to install the Azimuth Relay Service. 1. Create an account by selecting a Security Entity (the name might be different in your particular configuration), choosing Admin/Manage Accounts, and clicking Add. 2. Locate and double-click on Relay-Setup.exe to bring up the Relay Setup Wizard. (It will be in the same directory as Director II.) Click Next to continue. 3. Click I Agree to the License Agreement query. 4. Answer Yes to the User Account Control query. 14

15 5. At Install Location, click Next. Note: The Relay Service and the UE must be on the same network for traffic to work. 6. Choose Chariot Relay and click Next. You should immediately see the Installing message and the progress bar. Installation may take several minutes to complete. Once the installation has completed, click Close. y 18 of 19 15

16 8. Chariot Software and Documentation Documentation and software downloads for Chariot can be found in the following locations. 8.1 Documentation You will find more documentation on Chariot at Ixia User Guides. 8.2 Software Installation Typically, when Chariot is installed and licensed on the computer, all users have access to the license. If Ixia s Chariot software was licensed for only one particular user, you must pick Custom User and provide the user name/password to the installer when prompted. The Azimuth Relay Server will be installed and run as the specific user in that case. Chariot Device Setup In addition to installing Ixia Chariot on the server, you may need to install and run endpoint software on your devices under test. Endpoints can be downloaded here: On some devices, like an Android phone or an iphone, you may have to open the app after installation and check Allow Running in Background. NOTE: Screenshot is from the official Ixia Chariot app store page. When using the Android or iphone/ipad Chariot software, all that is necessary is to tap the input box supplied and enter -s and select Go. All other parameters such as Reverse Mode will be supposed from the options selected in either Director II or the TCL API. 9. Summary In this application note, you learned two ways to generate traffic using Chariot one using the TCL API, and another using Test Builder. 16

17 Specifications are subject to change without notice. United States Anritsu Company 1155 East Collins Blvd., Suite 100, Richardson, TX 75081, U.S.A. Toll Free: Phone: Fax: Canada Anritsu Electronics Ltd. 700 Silver Seven Road, Suite 120, Kanata, Ontario K2V 1C3, Canada Phone: Fax: Brazil Anritsu Eletronica Ltda. Praça Amadeu Amaral, 27-1 Andar Bela Vista - Sao Paulo - SP Brazil Phone: Fax: Mexico Anritsu Company, S.A. de C.V. Av. Ejército Nacional No. 579 Piso 9, Col. Granada México, D.F., México Phone: Fax: United Kingdom Anritsu EMEA Ltd. 200 Capability Green, Luton, Bedfordshire, LU1 3LU, U.K. Phone: Fax: France Anritsu S.A. 12 avenue du Québec, Bâtiment Iris 1- Silic 612, VILLEBON SUR YVETTE, France Phone: Fax: Germany Anritsu GmbH Nemetschek Haus, Konrad-Zuse-Platz München, Germany Phone: Fax: Printed on Recycled Paper Italy Anritsu S.r.l. Via Elio Vittorini 129, Roma, Italy Phone: Fax: Sweden Anritsu AB Kistagången 20B, KISTA, Sweden Phone: Fax: Finland Anritsu AB Teknobulevardi 3-5, FI VANTAA, Finland Phone: Fax: Denmark Anritsu A/S Torveporten 2, 2500 Valby, Denmark Phone: Fax: Russia Anritsu EMEA Ltd. Representation Office in Russia Tverskaya str. 16/2, bld. 1, 7th floor. Moscow, , Russia Phone: Fax: Spain Anritsu EMEA Ltd. Representation Office in Spain Edificio Cuzco IV, Po. de la Castellana, 141, Pta , Madrid, Spain Phone: Fax: United Arab Emirates Anritsu EMEA Ltd. Dubai Liaison Office 902, Aurora Tower, P O Box: Dubai Internet City Dubai, United Arab Emirates Phone: Fax: India Anritsu India Private Limited 2nd & 3rd Floor, #837/1, Binnamangla 1st Stage, Indiranagar, 100ft Road, Bangalore , India Phone: Fax: Singapore Anritsu Pte. Ltd. 11 Chang Charn Road, #04-01, Shriro House Singapore Phone: Fax: P.R. China (Shanghai) Anritsu (China) Co., Ltd. Room , Tower A, New Caohejing International Business Center No. 391 Gui Ping Road Shanghai, , P.R. China Phone: Fax: P.R. China (Hong Kong) Anritsu Company Ltd. Unit , 10/F., Greenfield Tower, Concordia Plaza, No. 1 Science Museum Road, Tsim Sha Tsui East, Kowloon, Hong Kong, P.R. China Phone: Fax: Japan Anritsu Corporation 8-5, Tamura-cho, Atsugi-shi, Kanagawa, Japan Phone: Fax: Korea Anritsu Corporation, Ltd. 5FL, 235 Pangyoyeok-ro, Bundang-gu, Seongnam-si, Gyeonggi-do, Korea Phone: Fax: Australia Anritsu Pty. Ltd. Unit 20, Ricketts Road, Mount Waverley, Victoria 3149, Australia Phone: Fax: Taiwan Anritsu Company Inc. 7F, No. 316, Sec. 1, NeiHu Rd., Taipei 114, Taiwan Phone: Fax: Printed in Japan MG No. AZCHEM-E-F-2-(1.00)

Generating iperf Traffic with Azimuth Director II

Generating iperf Traffic with Azimuth Director II Application Note Generating iperf Traffic with Azimuth Director II Azimuth Channel Emulator Table of Contents 1. Overview... 2 2. Introduction... 2 3. Generating iperf Traffic Using Director II... 3 3.1

More information

Anti-Virus Measures for Instruments with Windows Operating System. White Paper

Anti-Virus Measures for Instruments with Windows Operating System. White Paper Anti-Virus Measures for Instruments with Windows Operating System White Paper Table of Contents 1 Introduction... 3 2 Anritsu s Effort... 3 3 Anti-Virus Measures by Customer... 3 3.1. CONFIGURING WINDOWS

More information

Ethernet Service Commissioning Test Shorter Commissioning Times with ITU-T Y.1564

Ethernet Service Commissioning Test Shorter Commissioning Times with ITU-T Y.1564 Application Note Ethernet Service Commissioning Test Shorter Commissioning Times with ITU-T Y.1564 MT1000A Network Master Pro MT1100A Network Master Flex MU100010A 10G Multirate Module MU100011A 100G Multirate

More information

Mobile Backhaul Test Synchronous Ethernet Evaluation

Mobile Backhaul Test Synchronous Ethernet Evaluation Application Note Mobile Backhaul Test Synchronous Ethernet Evaluation MT1000A Network Master Pro MT1100A Network Master Flex MU100010A 10G Multirate Module MU110010A 10G Multirate Module MU100011A 100G

More information

Ethernet Service Commissioning Test Shorter Commissioning Times with ITU-T Y.1564

Ethernet Service Commissioning Test Shorter Commissioning Times with ITU-T Y.1564 Application Note Ethernet Service Commissioning Test Shorter Commissioning Times with ITU-T Y.1564 MT1000A Network Master Pro MT1100A Network Master Flex MU100010A 10G Multirate Module MU110010A 10G Multirate

More information

Quick Start Guide MT8870A. Universal Wireless Test Set

Quick Start Guide MT8870A. Universal Wireless Test Set Quick Start Guide MT8870A Universal Wireless Test Set Table of Contents Table of Contents... 1 1. Introduction... 2 1.1. Checking Attachments... 2 1.2. Requirements for Setting-up MT8870A... 2 1.3. Terms...

More information

Installing VISA for Remote Control

Installing VISA for Remote Control Technical Note Installing VISA for Remote Control MS2690A/MS2691A/MS2692A Signal Analyzer Technical Note - Installing VISA for Remote Control - Anritsu March 2009 (1.00) Slide 1 VISA Setup for PC Controller

More information

MU120138A 10 Gigabit Ethernet Module

MU120138A 10 Gigabit Ethernet Module Product Introduction MU120138A 10 Gigabit Ethernet Module MD1230B Data Quality Analyzer MP1590B Network Performance Tester MU120138A Next-Generation 10GbE Module Product Overview Anritsu Corporation Slide

More information

Verifying Effectiveness of Proprietary and Standard FEC in 40G/43G Networks

Verifying Effectiveness of Proprietary and Standard FEC in 40G/43G Networks Product Introduction Verifying Effectiveness of Proprietary and Standard FEC in 40G/43G Networks MP1595A 40G SDH/SONET Analyzer Verifying Effectiveness of Proprietary and Standard FEC in 40G/43G Networks

More information

Mobile Fronthaul Tests CPRI/OBSAI Testing

Mobile Fronthaul Tests CPRI/OBSAI Testing Application Note Mobile Fronthaul Tests /OBSAI Testing MT1000A Network Master Pro MU100010A 10G Multirate Module MU100011A 100G Multirate Module MT1100A Network Master Flex MU110010A 10G Multirate Module

More information

OTN - What's Important to Test

OTN - What's Important to Test Application Note OTN - What's Important to Test MT1000A Network Master Pro MT1100A Network Master Flex MU100010A 10G Multirate Module MU110010A 10G Multirate Module MU100011A 100G Multirate Module MU110011A

More information

Microwave Multiport Measurement System

Microwave Multiport Measurement System Product Brochure Microwave Multiport Measurement System 40 MHz to 67 GHz* 12-Port Mixed-Mode and Balanced/Differential Multiport System *Operational to 70 GHz Microwave Multiport Measurement System Anritsu

More information

Bluetooth Low Energy Test System. Leaflet

Bluetooth Low Energy Test System. Leaflet Bluetooth Low Energy Test System Leaflet Bluetooth Low Energy Anritsu/RTX Partnership This is a great addition to the Bluetooth Core specification and has been even further enhanced by Bluetooth 5, which

More information

Product Brochure. BERTWave MP2110A MP2100B. All. BERT+ Sampling Oscilloscope. ~12.5 Gbit/s BERT ~28.2 Gbit/s. In One

Product Brochure. BERTWave MP2110A MP2100B. All. BERT+ Sampling Oscilloscope. ~12.5 Gbit/s BERT ~28.2 Gbit/s. In One Product Brochure BERTWave MP2110A MP2100B All BERT+ In One ~12.5 Gbit/s BERT ~28.2 Gbit/s 4chBERT Reduce cost. Increase productivity. All-in-one BERTWave with Built-In BERT + Multi-Channel Optical Module

More information

Product Introduction. G0293A USB 400x Video Inspection Probe

Product Introduction. G0293A USB 400x Video Inspection Probe Product Introduction G0293A USB 400x Video Inspection Probe G0293A USB 400x Video Inspection Probe Product Introduction February 2013 Anritsu Corporation Slide 1 VIP Series (OPTION-545VIP, G0293A) Support

More information

PPG/ED Bit Rate Expansion Option Low Pass Filter Option

PPG/ED Bit Rate Expansion Option Low Pass Filter Option Product Introduction PPG/ED Bit Rate Expansion Option Low Pass Filter Option MP2100A BERTWave Series MP2100A BERTWave Series PPG/ED Bit Rate Expansion Option Low Pass Filter Option New Software New Function

More information

Ten 5G Challenges for Engineers to Overcome

Ten 5G Challenges for Engineers to Overcome Ten 5G Challenges for Engineers to Overcome As the cellular industry prepares for the move from 4G to 5G in a few years time, here are ten key challenges that need to be tackled. Though 4G has not been

More information

OTN - What's Important to Test

OTN - What's Important to Test Application Note OTN - What's Important to Test MT1000A Network Master Pro MT1100A Network Master Flex MU100010A 10G Multirate Module MU110010A 10G Multirate Module MU110011A 100G Multirate Module MU110012A

More information

Understanding LTE A HetNet Interference Mitigation Techniques. White Paper Note

Understanding LTE A HetNet Interference Mitigation Techniques. White Paper Note Understanding LTE A HetNet Interference Mitigation Techniques White Paper Note Table of Contents 1. Overview... 3 2. Background... 3 3. HetNet... 4 4. HetNet Interference Mitigation Schemes... 6 4.1. ICIC:

More information

CMA 3000 SPECIFICATIONS. V-series Interface Measurement Option

CMA 3000 SPECIFICATIONS. V-series Interface Measurement Option CMA 3000 V-series Interface Measurement Option SPECIFICATIONS The easy way to test V-series interfaces When equipped with the V-series interface measurement option, the portable, easy-to-use and compact

More information

Product Introduction ME7832L. LTE Protocol Conformance Test System

Product Introduction ME7832L. LTE Protocol Conformance Test System Product Introduction ME7832L LTE Protocol Conformance Test System ME7832L LTE Protocol Conformance Test System Product Introduction TS36.523 LTE Protocol Conformance Solution Slide 1 Approved LTE Protocol

More information

CMA 3000 is Anritsu s next-generation, portable and futureproof field tester for the installation and maintenance of access and core networks.

CMA 3000 is Anritsu s next-generation, portable and futureproof field tester for the installation and maintenance of access and core networks. CMA 3000 Frame Relay Test Option SPECIFICATIONS Rapid turn up of frame relay lines! CMA 3000 is Anritsu s next-generation, portable and futureproof field tester for the installation and maintenance of

More information

Service Interruption Test

Service Interruption Test Application Note Service Interruption Test MD8470A Signalling Tester MD8470A Signalling Tester Application Note Service Interruption Test Service Interruption Anritsu Corporation August 2007 Ver 2.00 Slide

More information

MX847010A-11 HSDPA Software MX847010A-12 HSUPA Software

MX847010A-11 HSDPA Software MX847010A-12 HSUPA Software Product Introduction MX847010A-11 HSDPA Software MX847010A-12 HSUPA Software MD8470A Signalling Tester MD8470A Signalling Tester MX847010A-11: HSDPA Software MX847010A-12: HSUPA Software Product Introduction

More information

Product Brochure. Microwave Multiport Measurement System 40 MHz to 65 GHz 12-Port Mixed-Mode and Balanced/Differental Multiport System

Product Brochure. Microwave Multiport Measurement System 40 MHz to 65 GHz 12-Port Mixed-Mode and Balanced/Differental Multiport System Product Brochure Microwave Multiport Measurement System 40 MHz to 65 GHz 12-Port Mixed-Mode and Balanced/Differental Multiport System Microwave Mulitport Measurement System Anritsu s Microwave Multiport

More information

LANTest. LANTest WLAN production software for use with the MT8860B. Transmit Power Levels. Transmit Spectrum Mask. Transmit Center Frequency Tolerance

LANTest. LANTest WLAN production software for use with the MT8860B. Transmit Power Levels. Transmit Spectrum Mask. Transmit Center Frequency Tolerance Product Information Sheet WLAN production software for use with the MT8860B Run Transmit Power Levels Transmit Spectrum Mask Transmit Center Frequency Tolerance Transmit Modulation Accuracy (EVM) Spectral

More information

CMA 3000 SPECIFICATIONS. GSM/GPRS Test Options

CMA 3000 SPECIFICATIONS. GSM/GPRS Test Options CMA 3000 GSM/GPRS Test Options SPECIFICATIONS Field testing has never been easier. CMA 3000 is Anritsu s new portable, compact and user-friendly field tester. It s designed specifically for field technicians

More information

Product Brochure. Bluetooth Test Set MT8852B

Product Brochure. Bluetooth Test Set MT8852B Product Brochure Bluetooth Test Set The World s Leading Short Range Wireless Technology By eliminating wires and simplifying connections between everyday appliances, Bluetooth wireless technology has become

More information

2-cell Test Environment

2-cell Test Environment Application Note 2-cell Test Environment MD8475A Signalling Tester 1. Background to LTE Rollout Mobile phones appearing in the late 1980s soon experienced rapid evolution of functions from 1990 to 2000

More information

Product Introduction. MD1230 Family. IP Multicast Emulation

Product Introduction. MD1230 Family. IP Multicast Emulation Product Introduction MD1230 Family IP Multicast Emulation MD1230 Family IP Multicast Emulation Product Introduction IP Network Measurement Division Anritsu Corporation Slide 1 Outline 1. What is Multicast

More information

Getting Started with Message Coder

Getting Started with Message Coder Technical Note Getting Started with Message Coder How to analyze L3 Messages MD8480C W-CDMA Signalling Tester Getting Started with Message Coder How to analyze L3 Messages Version 1.0 Anritsu Corporation

More information

SDH. Protected monitoring point or dedicated monitor access

SDH. Protected monitoring point or dedicated monitor access CMA 3000 ATM Test Options SPECIFICATIONS Testing ATM connections has never been easier CMA 3000 is Anritsu s next-generation portable and futureproof field tester for the installation and maintenance of

More information

Product Introduction MF6900A. Fading Simulator

Product Introduction MF6900A. Fading Simulator Product Introduction Fading Simulator Fading Simulator Fading Simulator Product Introduction Ver. 3.00 Anritsu Corporation Slide 1 Contents Fading Simulator Product Overview Key Features Applications Multi-antenna

More information

MD8470A SPEEDS DEVELOPMENT OF VIDEO CHIPS FOR CELL PHONES

MD8470A SPEEDS DEVELOPMENT OF VIDEO CHIPS FOR CELL PHONES MD8470A SPEEDS DEVELOPMENT OF VIDEO CHIPS FOR CELL PHONES Introduction Testing prototypes of video chips used in cellular telephones is a difficult challenge. Chip manufacturers typically work with multiple

More information

Simple Conformance Test System

Simple Conformance Test System Product Brochure Simple Conformance Test System ME7800L The First Step in Future Communications 2 Simple Conformance Test System ME7800L Anritsu s Simple Conformance Test System ME7800L is the ideal system

More information

Anritsu VoLTE Test Solution

Anritsu VoLTE Test Solution Product Introduction Anritsu VoLTE Test Solution MD8430A Signalling Tester RTD Rapid Test Designer MD8475A Signalling Tester ME7834 Mobile Device Test Platform Anritsu VoLTE Test Solution Oct 2013 Anritsu

More information

Anritsu VoLTE Test Solution

Anritsu VoLTE Test Solution Product Introduction Anritsu VoLTE Test Solution MD8430A Signalling Tester RTD Rapid Test Designer MD8475A Signalling Tester ME7834 Mobile Device Test Platform Anritsu VoLTE Test Solution July 2012 Anritsu

More information

PRODUCT INTRODUCTION MD8480B. W-CDMA Signalling Tester MX848001A/41A-05. GSM Frequency Hopping ANRITSU CORPORATION

PRODUCT INTRODUCTION MD8480B. W-CDMA Signalling Tester MX848001A/41A-05. GSM Frequency Hopping ANRITSU CORPORATION PRODUCT INTRODUCTION MD8480B W-CDMA Signalling Tester MX848001A/41A-05 GSM Frequency Hopping CONFIDENTIAL 1 Copyright 2004 by The contents of this manual shall not be disclosed in any way or reproduced

More information

CMA Universal Transport Analysis Module. Solutions

CMA Universal Transport Analysis Module. Solutions CMA 5000 Universal Transport Analysis Module Solutions CMA 5000 Universal Transport Analysis Module Key Features and Benefits Multi-technologies module Reduce training and test time through targeted, user-friendly

More information

Product Brochure. Bluetooth Test Set MT8852B

Product Brochure. Bluetooth Test Set MT8852B Product Brochure MT8852B The World s Leading Short Range Wireless Technology By eliminating wires and simplifying connections between everyday appliances, Bluetooth wireless technology has become the dominant

More information

Product Introduction MT8870A. Universal Wireless Test Set

Product Introduction MT8870A. Universal Wireless Test Set Product Introduction MT8870A Universal Wireless Test Set MT8870A Universal Wireless Test Set Product Introduction Version 1.00 September 2012 Anritsu Corporation Slide 1 Contents Anritsu Mobile Communications

More information

COMPASS WIRELESS FOR GSM IDENTIFIES HALF RATE/FULL RATE CONFIGURATION PROBLEMS

COMPASS WIRELESS FOR GSM IDENTIFIES HALF RATE/FULL RATE CONFIGURATION PROBLEMS COMPASS WIRELESS FOR GSM IDENTIFIES HALF RATE/FULL RATE CONFIGURATION PROBLEMS Challenge of tuning network elements for full rate/half rate speech One of the most important aspects of configuring a GSM

More information

Network Master Series

Network Master Series Technical Data Sheet Network Master Series Network Master Pro MT1000A CPRI RF Module MU100040B MT1000A/MU100040B Specifications Introduction The MT1000A Network Master Pro is a handheld, battery-powered

More information

Mobile Chipset Protocol Test Solutions. Product Brochure

Mobile Chipset Protocol Test Solutions. Product Brochure Mobile Chipset Protocol Test Solutions Product Brochure Wireless devices need complex modem software development and many hours of testing. Significant research and development (R&D) investment and specialized

More information

Product Brochure. BERTWave MP2110A MP2100B. All. BERT+ Sampling Oscilloscope. ~12.5 Gbit/s BERT ~28.2 Gbit/s. In One

Product Brochure. BERTWave MP2110A MP2100B. All. BERT+ Sampling Oscilloscope. ~12.5 Gbit/s BERT ~28.2 Gbit/s. In One Product Brochure BERTWave MP2110A MP2100B All BERT+ Sampling Oscilloscope In One ~12.5 Gbit/s BERT ~28.2 Gbit/s 4chBERT Reduce cost. Increase productivity. All-in-one BERTWave with Built-In BERT + Sampling

More information

SDH. Protected monitoring point or dedicated monitor access

SDH. Protected monitoring point or dedicated monitor access CMA 3000 ATM Test Options SPECIFICATIONS Testing ATM connections has never been easier CMA 3000 is Anritsu s next-generation portable and futureproof field tester for the installation and maintenance of

More information

Software Option Version

Software Option Version Product Introduction Software Option Version MD8480C W-CDMA Signalling Tester MD8480C W-CDMA Signalling Tester Product Introduction (Software Option Version) Ver. 9.00 Anritsu Corporation Slide 1 Contents

More information

Network Master Series

Network Master Series Product Brochure Network Master Series Network Master Pro MT1000A CPI F Module MU100040B Network Master Series MT1000A/MU100040B The migration to CPI technology in cellular networks The architecture of

More information

RTD Rapid Test Designer. A complete system for wireless terminal behaviour analysis

RTD Rapid Test Designer. A complete system for wireless terminal behaviour analysis RTD Rapid Test Designer A complete system for wireless terminal behaviour analysis Ubiquitous Wireless Coverage - the next challenge We travel the world and expect to be able to talk, text, browse and

More information

Product Introduction. VoLTE Test Solution. MD8475A Signalling Tester

Product Introduction. VoLTE Test Solution. MD8475A Signalling Tester Product Introduction VoLTE Test Solution MD8475A Signalling Tester VoLTE Test Solution - MD8475A Signalling Tester - June 2012 Anritsu Corporation Slide 1 Contents Market Background Voice Service Transition

More information

MX882007C TD-SCDMA Measurement Software

MX882007C TD-SCDMA Measurement Software Product Introduction MX882007C TD-SCDMA Measurement Software MT8820B/15B Radio Communication Analyzer MX882007C TD-SCDMA Measurement Software Product Introduction Including MX882007C-001/-003/-011/-021

More information

Last Mile Testing Redefined!

Last Mile Testing Redefined! Last Mile Testing Redefined! MT9090A/MU909011A OVERVIEW Until now, the right tool just didn t exist for cost effectively testing short fibers. Handheld OTDRs and Fault Locators lacked the resolution and

More information

Signal Quality Analyzer-R

Signal Quality Analyzer-R Data Sheet Signal Quality Analyzer-R MP1900A Signal Quality Analyzer-R MP1900A Due to the explosive growth of data traffic resulting from the popularity of smartphones and mobile terminals, network interfaces

More information

Product Introduction ME7873L. LTE RF Conformance Test System

Product Introduction ME7873L. LTE RF Conformance Test System Product Introduction ME7873L LTE RF Conformance Test System ME7873L LTE RF Conformance Test System - Product Introduction - December 2012 Anritsu Corporation Version 8.00 Slide 1 Contents 1. Summary of

More information

PRODUCT INTRODUCTION MP1590B. Network Performance Tester ANRITSU CORPORATION

PRODUCT INTRODUCTION MP1590B. Network Performance Tester ANRITSU CORPORATION PRODUCT INTRODUCTION MP1590B Network Performance Tester ANRITSU CORPORATION CONFIDENTIAL 1 Copyright 2004 by ANRITSU CORPORATION The contents of this manual shall not be disclosed in any way or reproduced

More information

Network Master Series

Network Master Series Product Brochure Network Master Series MT9090A Mainframe MU909060A1/A2/A3 Gigabit Ethernet Modules Gigabit Ethernet Testing Redefined! MT9090A/MU909060A1/A2/A3 OVERVIEW The Ethernet technology is widely

More information

Product Introduction MT8820C. Radio Communication Analyzer

Product Introduction MT8820C. Radio Communication Analyzer Product Introduction MT8820C Radio Communication Analyzer MT8820C Radio Communication Analyzer Product Introduction ~ All-in-one tester for developing and manufacturing LTE mobile terminals ~ Version 9.00

More information

Network Master Series

Network Master Series Product Brochure Network Master Series MT9090A Mainframe MU909011A Drop Cable Fault Locator Module 780nm and 1550nm OTDR for Single Mode Fiber Last Mile Testing Redefined! MT9090A/MU909011A OVERVIEW Until

More information

Product Introduction MT8820C. Radio Communication Analyzer

Product Introduction MT8820C. Radio Communication Analyzer Product Introduction MT8820C Radio Communication Analyzer MT8820C Radio Communication Analyzer Product Introduction ~ All-in-one tester for developing and manufacturing LTE mobile terminals ~ Version 7.01

More information

Product Introduction MT8870A. Universal Wireless Test Set

Product Introduction MT8870A. Universal Wireless Test Set Product Introduction MT8870A Universal Wireless Test Set MT8870A Universal Wireless Test Set Product Introduction Version 9.00 October 2014 Anritsu Corporation Copyright ANRITSU Contents Anritsu Mobile

More information

CDMA2000 Wireless Application Test Software (For MT8820A Radio Communication Analyzer) For application test of CDMA2000 mobile terminals

CDMA2000 Wireless Application Test Software (For MT8820A Radio Communication Analyzer) For application test of CDMA2000 mobile terminals MX882022A CDMA2000 Wireless Application Test Software (For MT8820A Radio Communication Analyzer) For application test of CDMA2000 mobile terminals MX882022A CDMA2000 Wireless Application Test Software

More information

Preparing for 5G SPECIAL REPORT. By John Hoadley, Casa Systems. Reprinted with revisions to format from BTR. Copyright 2019 by PennWell Corporation

Preparing for 5G SPECIAL REPORT. By John Hoadley, Casa Systems. Reprinted with revisions to format from BTR. Copyright 2019 by PennWell Corporation SPECIAL REPORT Preparing for 5G By John Hoadley, Casa Systems SPONSORED BY Reprinted with revisions to format from BTR. Copyright 2019 by PennWell Corporation SPECIAL REPORT Small cells: Strand-mounted

More information

Product Brochure. Link Master LMA. Air Interface Optimization Tools. Featuring a Complete LTE Drive Test Solution

Product Brochure. Link Master LMA. Air Interface Optimization Tools. Featuring a Complete LTE Drive Test Solution Product Brochure Link Master Air Interface Optimization Tools Featuring a Complete LTE Drive Test Solution ML8725A Link Master LML Air Interface Logging Tools ML8726A Link Master LMA Air Interface Analysis

More information

Network Master Series

Network Master Series Product Brochure Network Master Series Network Master Pro MT1000A 10G Multirate Module MU100010A OTDR Module MU100020A/MU100021A/MU100022A CPRI RF Module MU100040A High Performance GPS Disciplined Oscillator

More information

Product Introduction MD8480C. W-CDMA Signalling Tester

Product Introduction MD8480C. W-CDMA Signalling Tester Product Introduction MD8480C W-CDMA Signalling Tester MD8480C W-CDMA Signalling Tester Product Introduction Ver. 13.0 Anritsu Corporation Slide 1 Contents MD8480C W-CDMA Signalling Tester New Functionality

More information

Redefining Transport Testing

Redefining Transport Testing Redefining Transport Testing Today s communication networks are becoming more and more sophisticated as leading network operators install new technologies like OTN, MPLS-TP and Ethernet in their metro

More information

Radio Communication Analyzer

Radio Communication Analyzer Product Brochure Radio Communication Analyzer 30 MHz to 3.8 GHz 3.8 GHz to 6.0 GHz (Option) Tomorrow's Wireless Test Capability Today The Radio Communication Analyzer is designed for R&D into mobile devices

More information

Network Master Series

Network Master Series Product Brochure Network Master Series Network Master Pro MT1000A 10G Multirate Module MU100010A 100G Multirate Module MU100011A OTDR Module MU100020A/MU100021A/MU100022A CPRI RF Module MU100040B High

More information

Product Brochure. MD8430A Signalling Tester MX786201A Rapid Test Designer (RTD)

Product Brochure. MD8430A Signalling Tester MX786201A Rapid Test Designer (RTD) Product Brochure MD8430A Signalling Tester MX786201A Rapid Test Designer (RTD) Early Support for Developing LTE FDD & TDD Chipsets and Mobile UEs Mobile UEs are quickly becoming fast multimedia terminals

More information

MX882000C W-CDMA Measurement Software

MX882000C W-CDMA Measurement Software Product Introduction MX882000C W-CDMA Measurement Software MT8820B Radio Communication Analyzer MX882000C W-CDMA Measurement Software Product Introduction Including MT8820B-001/-011, MX882000C-001/-011/-013/-021,031

More information

Radio Communication Analyzer

Radio Communication Analyzer Product Brochure Radio Communication Analyzer 30 MHz to 3.8 GHz 3.8 GHz to 6.0 GHz (Option) Excellent Eco Product Tomorrow's Wireless Test Capability Today The Radio Communication Analyzer is designed

More information

L N

L N R 1 2 3 4 5 6 { 3/8 in. (10 mm) 1 2 A B C 1 2 A B C 1 2 3 4 1 2 A B C 1 2 A B C 1 2 3 4 1 2 3 4 1 2 A B C 1 2 3 4 1 2 3 4 1 2 3 4 5 6 L N 1 2 3 4 5 6 L N 1 2 3 4 5 6 L N 1 2 3 4 5 6 L N 1 2 3 4 1 2 3 4

More information

MD8470A. Signalling Tester. Mobile communications network on the desk. Excellent Eco Product Lightweight Power saving

MD8470A. Signalling Tester. Mobile communications network on the desk. Excellent Eco Product Lightweight Power saving MD8470A Signalling Tester Mobile communications network on the desk Excellent Eco Product Lightweight Power saving Global Mobile Communications Network Realized on the Desks of Wireless Application Developers

More information

Product Brochure. Signalling Tester. MD8430A Rapid Test Designer (RTD) MX786201A

Product Brochure. Signalling Tester. MD8430A Rapid Test Designer (RTD) MX786201A Product Brochure Signalling Tester Rapid Test Designer (RTD) MX786201A Early Support for Developing LTE-Advanced Pro (CA/MTC) Chipsets and Mobile UEs LTE-Advanced Pro is faster than LTE-Advanced and becoming

More information

Product Brochure MD8470A. Signalling Tester MX847030A CDMA2000 Simulation Kit MX847030A-01 Multi Sector/Multi Carrier. Excellent Eco Product

Product Brochure MD8470A. Signalling Tester MX847030A CDMA2000 Simulation Kit MX847030A-01 Multi Sector/Multi Carrier. Excellent Eco Product Product Brochure MD8470A Signalling Tester MX847030A CDMA2000 Simulation Kit MX847030A-01 Multi Sector/Multi Carrier Excellent Eco Product On-the-Bench Global Mobile Communications Network for Wireless

More information

Product Brochure MT8820A. Radio Communication Analyzer. 30 MHz to 2.7 GHz

Product Brochure MT8820A. Radio Communication Analyzer. 30 MHz to 2.7 GHz Product Brochure MT8820A Radio Communication Analyzer 30 MHz to 2.7 GHz All in 1 1 unit for W-CDMA/HSDPA, GSM/GPRS/EGPRS, cdma2000 1x, cdma2000 1xEV-DO, PDC and PHS/ADVANCED PHS systems all basic transmission

More information

W-CDMA Protocol Test System (PTS) & W-CDMA Virtual Signaling Tester (VST)

W-CDMA Protocol Test System (PTS) & W-CDMA Virtual Signaling Tester (VST) Digital Mobile Communications Measuring Instruments W-CDMA Protocol Test System (PTS) & W-CDMA Virtual Signaling Tester (VST) W-CDMA protocol test capability 3GPP Standard compliant development tool Runs

More information

MU120111A 10/100M Ethernet Module MU120112A Gigabit Ethernet Module

MU120111A 10/100M Ethernet Module MU120112A Gigabit Ethernet Module MU120111A 10/100M Ethernet Module MU120112A Gigabit Ethernet Module Function Upgrades (Version 2.1) For MD1230A Data Quality Analyzer MU120111A/MU120112A Features OSPF Protocol (MD1230A-07) OSPF Emulation

More information

Product Introduction MD8480C. W-CDMA Signalling Tester

Product Introduction MD8480C. W-CDMA Signalling Tester Product Introduction MD8480C W-CDMA Signalling Tester MD8480C W-CDMA Signalling Tester Product Introduction Ver. 11.0 Anritsu Corporation Slide 1 Contents MD8480C W-CDMA Signalling Tester New Functionality

More information

WCDMA/HSPA Scenario Version (2)

WCDMA/HSPA Scenario Version (2) Technical Note WCDMA/HSPA Scenario Version (2) MD8480C W-CDMA Signalling Tester Details of Sample C Scenario Part 2/2 How to Use Scenario Library and Structure with W_01_Packet_MD8480.c Version 1.0 Anritsu

More information

Delta OPEN CNC Controller NC E Series

Delta OPEN CNC Controller NC E Series Automation for a Changing World Delta OPEN CNC Controller NC E Series www.deltaww.com Features Open-structured CNC System The new Open CNC Solution provides an open structure for hardware and software

More information

Network Master Series

Network Master Series Product Brochure Network Master Series Network Master Pro MT1000A 10G Multirate Module MU100010A Excellent Eco Product Redefining Transport Testing Today s communication networks are becoming more and

More information

Product Brochure. Signalling Tester MD8430A. Rapid Test Designer (RTD) MX786201A

Product Brochure. Signalling Tester MD8430A. Rapid Test Designer (RTD) MX786201A Product Brochure Signalling Tester MD8430A Rapid Test Designer (RTD) MX786201A Early Support for Developing LTE-Advanced Pro (CA/MTC) Chipsets and Mobile UEs LTE-Advanced Pro is faster than LTE-Advanced

More information

Paper Invoicing Mailing Address Matrix

Paper Invoicing Mailing Address Matrix Invoicing Mailing Address Matrix AMS REGION Invoicing Countries AMS Costa Rica E-Mail Invoicing Countries Attn: Finance Account Payable UltraPark, La Aurora, Heredia, Building 8 San Jose Costa Rica AMS

More information

Power Analyzer Firmware Update Utility Version Software Release Notes

Power Analyzer Firmware Update Utility Version Software Release Notes Power Analyzer Firmware Update Utility Version 3.1.0 Software Release Notes Contents General Information... 2... 2 Supported models... 2 Minimum system requirements... 2 Installation instructions... 2

More information

Radio Communication Analyzer

Radio Communication Analyzer Product Brochure Radio Communication Analyzer 30 MHz to 3.8 GHz 3.8 GHz to 6.0 GHz (Option) Excellent Eco Product Tomorrow's Wireless Test Capability Today The Radio Communication Analyzer is designed

More information

Product Brochure MD8470A. Signalling Tester MX847040B TD-SCDMA/GSM Simulation Kit. Excellent Eco Product

Product Brochure MD8470A. Signalling Tester MX847040B TD-SCDMA/GSM Simulation Kit. Excellent Eco Product Product Brochure Signalling Tester MX847040B TD-SCDMA/GSM Simulation Kit Excellent Eco Product On-the-Bench Global Mobile Communications Network for Wireless Application Developers Full-scale deployment

More information

Product Brochure. BERTWave MP2100B. Excellent Eco Product

Product Brochure. BERTWave MP2100B. Excellent Eco Product Product Brochure BERTWave MP2100B Excellent Eco Product 2 All-in-One 4ch BERT (12.5 Gbit/s max.) + Sampling Oscilloscope Supported Applications InfiniBand (SDR, DDR, QDR), Fibre Channel (1G, 2G, 4G, 8G,

More information

IxChariot Endpoint Amazon EC2 Deployment Guide

IxChariot Endpoint Amazon EC2 Deployment Guide IxChariot Endpoint Amazon EC2 Deployment Guide IxChariot 9.5, August 2017 Copyright and Disclaimer Copyright 2017 Ixia. All rights reserved. This publication may not be copied, in whole or in part, without

More information

Delta Vision Sensor VIS100 Series

Delta Vision Sensor VIS100 Series Automation for a Changing World Delta Vision Sensor VIS100 Series www.deltaww.com Compact vision sensor for flexible installation As industrial automation moves toward smart manufacturing, industries seek

More information

Delta Handheld Barcode Scanner DAH Series

Delta Handheld Barcode Scanner DAH Series Automation for a Changing World Delta Handheld Barcode Scanner DAH Series www.deltaww.com Delta Handheld Barcode Scanner DAH Series Wide Target Area, Fast and Reliable Capture Delta's latest handheld barcode

More information

Supplier Responding to New Products RFP Event

Supplier Responding to New Products RFP Event This presentation contains instructions focused on the required steps needed for suppliers to respond to a RFP request made from the New Products group. For more general information on how to respond to

More information

Uploading protocols and Assay Control Sets to the QIAsymphony SP via the USB stick

Uploading protocols and Assay Control Sets to the QIAsymphony SP via the USB stick Uploading protocols and Assay Control Sets to the QIAsymphony SP via the USB stick This document describes how to upload protocols and Assay Control Sets to the QIAsymphony SP using the USB stick supplied

More information

Keysight Technologies N8825A/B Infiniium 10BASE-T / 100BASE-TX Ethernet Decoder. Data Sheet

Keysight Technologies N8825A/B Infiniium 10BASE-T / 100BASE-TX Ethernet Decoder. Data Sheet Keysight Technologies N8825A/B Infiniium 10BASE-T / 100BASE-TX Ethernet Decoder Data Sheet Introduction The N8825A/B 10BASE-T/100BASE-TX Ethernet decoder allows you to view Ethernet packet data transmitted

More information

Product Introduction. MD1230 Family. Data Quality Analyzer

Product Introduction. MD1230 Family. Data Quality Analyzer Product Introduction M1230 Family ata Quality nalyzer M1230 Product Introduction Version 4.00 nritsu orporation Slide 1 Slide 2 ual Use M1230 Xxxxx Xxxx Performance Tests Network Monitoring What is the

More information

Troubleshooting Ethernet Problems with Your Oscilloscope APPLICATION NOTE

Troubleshooting Ethernet Problems with Your Oscilloscope APPLICATION NOTE Troubleshooting Ethernet Problems with Your Oscilloscope Introduction Ethernet is a family of frame-based computer networking technologies for local area networks (LANs), initially developed at Xerox PARC

More information

GK23A. User's Manual

GK23A. User's Manual GK23A User's Manual 100 Checking wear at part to transmit percussion energy Use the checking template to check the wear. 15mm of wear width indicates it has reached the end of it's lifetime.

More information

MD1231A. IP Network Analyzer. Complete performance testing and monitoring with one lightweight portable unit

MD1231A. IP Network Analyzer. Complete performance testing and monitoring with one lightweight portable unit MD1231A IP Network Analyzer Complete performance testing and monitoring with one lightweight portable unit Excellent Eco Product Lightweight Power saving Small size Performance Test Network Monitoring

More information

LITE 3000/3000E. Cost-effective Testing and Troubleshooting for GSM/GPRS, Transmission, Switching and Access. Solutions

LITE 3000/3000E. Cost-effective Testing and Troubleshooting for GSM/GPRS, Transmission, Switching and Access. Solutions LITE 3000/3000E Cost-effective Testing and Troubleshooting for GSM/GPRS, Transmission, Switching and Access Solutions Benefits and Applications Designed for More Than Just Good Looks The LITE 3000 family

More information

Integrating CaliberRM with Mercury TestDirector

Integrating CaliberRM with Mercury TestDirector Integrating CaliberRM with Mercury TestDirector A Borland White Paper By Jenny Rogers, CaliberRM Technical Writer January 2002 Contents Introduction... 3 Setting Up the Integration... 3 Enabling the Integration

More information