Boonton 4540 Remote Operation Modes

Size: px
Start display at page:

Download "Boonton 4540 Remote Operation Modes"

Transcription

1 Application Note Boonton 4540 Remote Operation Modes Mazumder Alam Product Marketing Manager, Boonton Electronics Abstract Boonton 4540 series power meters are among the leading edge instruments for most accurate RF power measurements. Features like high dynamic range, very fast rise time and effective time resolution of 200 ps provide the greatest details in signal waveform analysis. The 4540 power meter is the best instrument for capturing, displaying and analyzing RF power in both the time and statistical domains. Many applications need measurements to be controlled remotely. This document describes various remote control options and the details to configure them.

2 Boonton 4540 Remote Operations The 4540 comes standard with GPIB, LAN (Ethernet), and USB device (B-Type) interfaces which can be used to remote control the instrument. When GPIB, LAN or USB assume control of the instrument, the keyboard entry is automatically disabled, and a remote indicator will be shown at the lower right side of the screen. Below are the details of the configuration for each interface. USB Configurations The 4540 USB interface is configured automatically by the host computer when the instrument is connected. There are no instrument configuration settings to perform. The instrument will identify itself by using the Boonton Electronics provided USB cable. The 4540 communicates via the USBTMC (USB Test and Measurement Class) protocol for USB control, which allows GPIB operation to be emulated over the USB. Once the host computer has identified the instrument and initialized the USB parameters, communication may begin. Typically, the host will use VISA to provide the interface layer between the instrument and the remote control software. The menu report item System > I/O Config > USB > View Buffers displays the current contents of the instrument s internal USB send and receive buffers. This feature is very useful for analyzing programming problems. The buffers show what has most recently been received from the controller and what response string has been sent to the controller or is waiting to be sent. Fig 1: Boonton 4540 front panel. Fig 2: Boonton 4540 rear panel shows the interfaces Application Note Boonton 4540 Remote Operation Modes 2

3 GPIB Configurations The 4540 GPIB interface is configured using the System > I/O Config > GPIB menu. The primary listen/talk address (MLTA) can be set to any value from 1 to 30 inclusive. The value assigned must be unique to each GPIB device. Secondary address is not implemented. ASCII talk and listen terminators are not required or supported the 4540 supports the industry standard EOI method of terminating strings send to and from the instrument. The talking device must assert the EOI bus signal on the GPIB bus when transmitting the final character of the message. This function is performed automatically by most GPIB controllers. LAN Configurations The 4540 LAN interface is configured using the System > I/O Config > LAN menu. The instrument may be set to automatically accept its IP address and associated information from a DHCP server, or the configuration data may be entered manually. The 4540 communicates via the VXI-11 protocol for LAN control, which is a TCP/ IP based format that allows GPIB operation to be emulated via the LAN. Once the LAN parameters have been configured, the controller can perform a broadcast and find all instruments on the subnet, or the instrument s IP address (whether manually or automatically assigned) may be used to assist the remote control software in locating and connecting to the Fig 4: Boonton 4540 display showing the System>I/O Config>LAN menu Fig 3: Boonton 4540 display showing the System>I/O Config>GPIB menu If a CR and/or LF are present at the end of an incoming GPIB message, it will simply be ignored by the The menu report item System > I/O Config > GPIB > View Buffers displays the current contents of the instrument s internal GPIB Listen buffer or Talk buffer. This feature is very useful for analyzing bus communication problems. The buffers show what has most recently been received from the controller and what response string has been sent to the controller or is waiting to be sent. Typically, the host will use VISA to provide the interface layer between the instrument and the remote control software. The menu report item System > I/O Config > LAN > View Buffers displays the current contents of the instrument s internal LAN send and receive buffers. This feature is very useful for analyzing programming problems. The buffers show what has most recently been received from the controller and what response string has been sent to the controller or is waiting to be sent. Application Note Boonton 4540 Remote Operation Modes 3

4 Boonton 4540 SCPI Remote Programming Commands The 4540 Series instruments can be remotely controlled using commands that follow the industry-standard SCPI programming conventions. All of the functions of the 4540 Series are accessible remotely via SCPI commands. The complete description of SCPI commands can be found in Section 5 of the instruction manual. The list is grouped by SCPI subsystem or IEEE488.2 function, and includes a detailed description of each command.rf power envelope. These are: peak power, pulse power, average power, pulse width, risetime, falltime, overshoot, pulse period, pulse repetition rate, duty cycle, top amplitude, bottom amplitude, offtime, edge delay and the delay between two RF pulses. Below are some example commands with syntax and a description: MEASure:POWer? DISPlay:PULSe:TIMEBASE Valid Modes: Description: Syntax Returns: Automatically set to Modulated Mode be fore measurement Return average power using a default instrument configuration in Modulated Mode and dbm units. Instrument remains stopped in Modulated Mode after a measurement. Measure[1 2]:POWer? CC, Average power in dbm, Where CC is the measurement condition code. Valid Modes: Description: Pulse Mode Note: There are separate timebases for the Pulse Mode and the Modulated Mode. The arguments selected are saved and restored independently by mode Set or return the Pulse Mode timebase in seconds/division. The 4540 has fixed timebase settings in a sequence, and if the argument does not match one of these settings, it will be forced to the next highest entry. Optional units: minutes. FETch:ARRay:MARKer:POWer? Valid Modes: Pulse and Modulated Modes Syntax: DISPlay:PULSe:TIMEBASE <numeric_value> Argument: <numeric_value> = 10e-9 to 10 s, (1-2-5 sequence), 30 s, 1, 2, 5, 10, 30, 60 min Description: Syntax: Returns an array of the current marker measurements for the specified channel. The array consists of the average, maximum, and minimum power and peak-toaverage ratio between the two markers, powers at both markers, and the ratio of the two markers. Note the peak-to-average ratio and marker ratio are returned in db for log units, and percent for linear units. FETCh[1 2]:ARRay:MARKer:POWer? DISPlay:PULSe:TSPAN Valid Modes: Description: Pulse Mode Note: There are separate timebases for the Pulse Mode and the Modulated Mode. The arguments selected are saved and restored independently by mode Set or return the horizontal time span of the display in pulse mode. Time span = 10* Time/Division. Optional units: minutes. Returns: CC1, Pavg, CC2, Pmax, CC3, Pmin, CC4, PkToAvgRatio, CC5, Pwr@Marker1, CC6, Pwr@Marker2, CC7, Mrk1/Mrk2 ratio. Where the CCn s are the measurement condition codes for each measurement. Syntax: Argument: DISPlay:TSPAN <numeric_value> <numeric_value> = 10e-8 to 100 sec in a sequence, 300 s, 10, 20, 50, 100, 300, 600 min Application Note Boonton 4540 Remote Operation Modes 4

5 Example of Remote Measurement for Pulse Mode The following example gives some guidelines for remote programming of the Boonton 4540 Series. These program fragments use the SCPI command syntax, and may be used for remote control via the GPIB, USB or LAN interfaces. Note that the LAN and USB emulate GPIB behavior, so bus triggering, SRQ and polling operations may be slightly different. When maximum accuracy is required, an automatic sensor calibration (AutoCal) should be used. This steps the sensor through a series of calibrated power levels and builds the sensor s linearity calibration table for its entire dynamic range. AutoCal is performed using the internal 50 MHz step calibrator. Below is an example of remote measurement for a periodic pulse waveform by using remote commands with the GPIB bus trigger to initiate a single measurement. CAL1:INT:AUTO? Calibrate the sensor connected to the Channel 1 { WAIT 2 MINUTES } Allow sufficient time for the longest anticipated calibration. { READ flag } Read the result flag and proceed accordingly. Now for a single measurement in pulse mode related commands are as below: *CLS Clear all status registers CALC:MODE pulse Set for pulse measurement mode TRIG:SOUR sensor1 Set trigger source for sensor1 input signal ABORT Measurements STOP and triggers go to idle. MARKer[1 2]:POSItion:TIMe <value> Set or return the time of the selected marker relative to the trigger. INIT:CONT off Set for single, triggered measurement INIT:IMMEDIATE Single measurement trace. (Single sweep) {send GET} or *TRG Send GPIB Group Execute Trigger (GET) command. One random trace appears in graph mode (start measurement) FETCH1:ARRAY:MARKER:POWER? Returns an array of the current marker measurements for the specified channel. The array consists of the average, maximum, and minimum power and peak-to-average ratio between the two markers, powers at both markers, and the ratio of the two markers. {send GET} or *TRG Send Group Execute Trigger command. No effect; measurement is complete. Application Note Boonton 4540 Remote Operation Modes 5

6 Boonton 4540 LabVIEW Drivers The Boonton 4540 power meter has a plug and play type of Lab- VIEW driver with supported communication of GPIB, USB and Ethernet (LAN) interfaces. The support software required by the driver is NI (National Instruments) VISA 3.0 or later. The Boonton 4540 power meter can be controlled and measured remotely by using any of the above interfaces with NI s LabVIEW software. In LabVIEW, an instrument driver is a set of software routines (VIs : Virtual Instruments) that control a programmable instrument. Each VI corresponds to a programmable operation, such as configuring, reading from, writing to, and triggering an instrument. Below is an example of pulse signal measurement by using LabVIEW software. Virtual Front Panel (VFP) Remote Application Boonton 4540 has a Windows based remote application to control the instrument and display all measurements via a LAN connection. The Virtual Front Panel (VFP) remote user interface allows simulating and demonstrating Boonton 4540 key buttons via larger computer screen/projector. It is very convenient to capture screenshots and saved them into a PC by using this software especially when the 4540 power meters are in a remote location. Note that the 4540 instrument needs to be turned on manually as this application does not include the ON button. Below is a VFP application example performing a RF power measurement. You can download 4540 instrument driver two different ways. If you are using LabVIEW 8.0 or later, the easiest way is to use the NI Instrument Driver Finder. If you have older version of LabVIEW, then you can use the Instrument Driver Network (IDNet). Fig 6: Boonton 4540 Power Meter display screen Fig 5: Example LabVIEW block diagram for pulse signal measurement with Boonton 4540 Power Meter Fig 7: Boonton 4540 Power Meter Virtual Front Panel (VFP) remote application performing the same RF power measurement Application Note Boonton 4540 Remote Operation Modes 6

7 How to Capture Screenshots with VFP There is an easy way to capture the measurement screen from VFP software by following the options under File menu and selecting save screen shot option. The capture files can be saved into any picture format and used for different documentations purposes. 5. Click the Find button located in the upper right corner of the VFP application window. If a window with several rows appears, select the 4540 with which you want to communicate. Alternatively, you may type the IP Address directly into the text box labeled IP Address. 6. Monitor the Boonton 4540 using screen capture by clicking the button labeled Repetitive Screen Shot. This button also stops the repetitive screen capture. Note: You can display a variable sized screen capture by clicking the Launch Viewer button. Control the 4540 using the simulated keypad to the right of the screen shot box. 7. In order to update the display careen for the first time, press Start. Fig 8: Virtual Front Panel screen capture and saving option TCP/IP Configuration for VFP Application Below is the procedure for the installation and TCP/IP configuration of Boonton 4540 VFP application: 1. Install the VFP software 2. Connect the Ethernet cable between Boonton 4540 and Desktop / Laptop computer 3. Turn ON the Boonton 4540 and make sure that DHCP is enabled (Go to Main Menu > More > System > I/O Config > Ethernet > DHCP/ AutoIP > ON) Fig 9: Virtual Front Panel (VFP) application showing TCP/IP configuration and start button. 4. Press Start from the VFP application. It will request DHCP service. Note: If the DHCP server on the subnet does not respond, the 4540 power meter will configure itself for AutoIP with an IP address beginning with xxx.xxx - If DHCP/AutoIP is set to OFF, the items on the Extension page will be selectable and can be edited by the user. - If DHCP/AutoIP is ON and unit does not configure properly, verify that the network cable is properly connected, as shown by steady green (link) and flashing (yellow activity) LEDs on the LAN connector. If these LEDs do not turn on, try a different Ethernet cable. Application Note Boonton 4540 Remote Operation Modes 7

8 References: [1] Boonton 4540 RF Power Meter Instructional Manual ( ) [2] Boonton 4540 Quick Start Guide ( ) [3] Boonton 4540 Data Sheet ( ) Wireless Telecom Group Inc. 25 Eastmans Rd Parsippany, NJ United States Tel: Fax: Copyright 2011 All rights reserved. B/APP4540-ROM/0711 Note: Specifications, terms and conditions are subject to change without prior notice.

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

GFT Channel Digital Delay Generator

GFT Channel Digital Delay Generator Features 20 independent delay Channels 100 ps resolution 25 ps rms jitter 10 second range Output pulse up to 6 V/50 Ω Independent trigger for every channel Fours Triggers Three are repetitive from three

More information

Features of the 745T-20C: Applications of the 745T-20C: Model 745T-20C 20 Channel Digital Delay Generator

Features of the 745T-20C: Applications of the 745T-20C: Model 745T-20C 20 Channel Digital Delay Generator 20 Channel Digital Delay Generator Features of the 745T-20C: 20 Independent delay channels - 100 ps resolution - 25 ps rms jitter - 10 second range Output pulse up to 6 V/50 Ω Independent trigger for every

More information

8500A. Advanced Test Equipment Rentals ATEC (2832) channel capability. For tests on pulse mod- SERIES PEAK POWER METERS

8500A. Advanced Test Equipment Rentals ATEC (2832) channel capability. For tests on pulse mod- SERIES PEAK POWER METERS Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Page 1 of 5 8500A The Giga-tronics 8500A Series Peak Power Meters THE ACCURACY STANDARD channel capability. For tests

More information

Cable Calibration Function for the 2400B/C and 2500A/B Series Microwave Signal Generators. Technical Brief

Cable Calibration Function for the 2400B/C and 2500A/B Series Microwave Signal Generators. Technical Brief Cable Calibration Function for the 2400B/C and 2500A/B Series Microwave Signal Generators Technical Brief Quickly and easily apply a level correction table to compensate for external losses or power variations

More information

!Ill ~ 168. Model490 Dual Input, Dual Trace Automatic Peak Power Meter

!Ill ~ 168. Model490 Dual Input, Dual Trace Automatic Peak Power Meter Model490 Dual Input, Dual Trace Automatic Peak Power Meter No other power meter can offer you these features: Help Mode: A Help Mode feature has been added to the Model 490 Automatic Peak Power Meter.

More information

GFT channel Time Interval Meter

GFT channel Time Interval Meter Key Features Five-channel Time-Interval Meter: One Start and four Stops - 13 picosecond resolution - < 50 picosecond RMS jitter - > 100 second range - 10 MHz sample rate per channel Common GATE input Input

More information

Transmitter Interface Program

Transmitter Interface Program Transmitter Interface Program Operational Manual Version 3.0.4 1 Overview The transmitter interface software allows you to adjust configuration settings of your Max solid state transmitters. The following

More information

Model 7330 Signal Source Analyzer Dedicated Phase Noise Test System V1.02

Model 7330 Signal Source Analyzer Dedicated Phase Noise Test System V1.02 Model 7330 Signal Source Analyzer Dedicated Phase Noise Test System V1.02 A fully integrated high-performance cross-correlation signal source analyzer from 5 MHz to 33+ GHz Key Features Complete broadband

More information

Digital Storage Oscilloscopes 2550 Series

Digital Storage Oscilloscopes 2550 Series Data Sheet Digital Storage Oscilloscopes 2550 Series The 2550 series digital storage oscilloscopes provide high performance and value in 2-channel and 4-channel configurations. With bandwidth from 70 MHz

More information

7000 Series Signal Source Analyzer & Dedicated Phase Noise Test System

7000 Series Signal Source Analyzer & Dedicated Phase Noise Test System 7000 Series Signal Source Analyzer & Dedicated Phase Noise Test System A fully integrated high-performance cross-correlation signal source analyzer with platforms from 5MHz to 7GHz, 26GHz, and 40GHz Key

More information

GFT Channel Slave Generator

GFT Channel Slave Generator GFT1018 8 Channel Slave Generator Features 8 independent delay channels 1 ps time resolution < 100 ps rms jitter for optical triggered delays 1 second range Electrical or optical output Three trigger modes

More information

Using the Forum Application for Remote Control Application Note. Forum is a free scripting tool for remote control of Rohde & Schwarz instruments.

Using the Forum Application for Remote Control Application Note. Forum is a free scripting tool for remote control of Rohde & Schwarz instruments. Using the Forum Application for Remote Control Application Note Forum is a free scripting tool for remote control of Rohde & Schwarz instruments. Application Note Fabian Liebl November 2011-1MA196_1e Table

More information

Supplements to the FSP Operating Manual TV-Demodulator

Supplements to the FSP Operating Manual TV-Demodulator Test and Measurement Division Supplements to the FSP Operating Manual TV-Demodulator FSP-B6 1129.8642.02 Dear FSP Customer, The following collection of pages is intended to supplement your FSP operating

More information

SELECTION GUIDE Series of RF and Universal Frequency Counter/Timers

SELECTION GUIDE Series of RF and Universal Frequency Counter/Timers SELECTION GUIDE 53200 Series of RF and Universal Frequency Counter/Timers With the Keysight Technologies, Inc. 53200 RF and Universal Frequency Counters/Timers, You Get: More bandwidth 350 MHz baseband

More information

USB Mini Spectrum Analyzer User s Guide TSA5G35

USB Mini Spectrum Analyzer User s Guide TSA5G35 USB Mini Spectrum Analyzer User s Guide TSA5G35 Triarchy Technologies, Corp. Page 1 of 21 USB Mini Spectrum Analyzer User s Guide Copyright Notice Copyright 2011 Triarchy Technologies, Corp. All rights

More information

Application Note #63 Field Analyzers in EMC Radiated Immunity Testing

Application Note #63 Field Analyzers in EMC Radiated Immunity Testing Application Note #63 Field Analyzers in EMC Radiated Immunity Testing By Jason Galluppi, Supervisor Systems Control Software In radiated immunity testing, it is common practice to utilize a radio frequency

More information

Operating Instructions

Operating Instructions Operating Instructions HAEFELY TEST AG KIT Measurement Software Version 1.0 KIT / En Date Version Responsable Changes / Reasons February 2015 1.0 Initial version WARNING Introduction i Before operating

More information

LPT-3000 Remote User s Guide (LPT-3000R) LP Technologies

LPT-3000 Remote User s Guide (LPT-3000R) LP Technologies 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com LPT-3000 Remote User s Guide (LPT-3000R) LP Technologies 1 Table of Contents Chapter

More information

FCPM-6000RC. Mini-Circuits P.O. Box , Brooklyn, NY (718)

FCPM-6000RC. Mini-Circuits  P.O. Box , Brooklyn, NY (718) USB / Ethernet Integrated Frequency Counter & Power Meter 50Ω -30 dbm to +20 dbm, 1 MHz to 6000 MHz The Big Deal Automatically synchronized power & frequency measurements USB and Ethernet control Includes

More information

Troubleshooting Your Design with Tektronix MSO and DPO Series Oscilloscopes

Troubleshooting Your Design with Tektronix MSO and DPO Series Oscilloscopes Troubleshooting Your Design with Tektronix MSO and DPO Series Oscilloscopes Our thanks to Tektronix for allowing us to reprint the following article. Today s engineers and technicians face increasingly

More information

LadyBug Technologies, LLC LB5908A True-RMS Power Sensor

LadyBug Technologies, LLC LB5908A True-RMS Power Sensor LadyBug Technologies, LLC LB5908A True-RMS Power Sensor LB5908ARev8 LadyBug Technologies www.ladybug-tech.com Telephone: 707-546-1050 Page 1 LB5908A Data Sheet Key PowerSensor+ TM Specifications Frequency

More information

Over 5000 VXI cards and mainframes in stock. 1000's of pieces of Test Equipment in stock. Looking for Test Equipment? Visit us on the web at www.recycledequipment.com Recycled Equipment buys, sells, and

More information

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition INTRODUCTION Many sensors produce continuous voltage signals. In this lab, you will learn about some common methods

More information

Quick Setup Guide for IntelliAg Model NTA

Quick Setup Guide for IntelliAg Model NTA STEP 3: Auto Configuration (identifies sensors connected to each module) Auto config is performed at the factory, but may need to be done in the field as changes are made to the system or if options are

More information

System Requirements SA0314 Spectrum analyzer:

System Requirements SA0314 Spectrum analyzer: System Requirements SA0314 Spectrum analyzer: System requirements Windows XP, 7, Vista or 8: 1 GHz or faster 32-bit or 64-bit processor 1 GB RAM 10 MB hard disk space \ 1. Getting Started Insert DVD into

More information

Manual of Operation for WaveNode Model WN-2m. Revision 1.0

Manual of Operation for WaveNode Model WN-2m. Revision 1.0 Manual of Operation for WaveNode Model WN-2m. Revision 1.0 TABLE OF CONTENTS 1. Description of Operation 2. Features 3. Installation and Checkout 4. Graphical Menus 5. Information for Software Expansion

More information

User s Manual 2.4. SERIES 7000 Models MODEL 7070, MODEL 7300 SERIES 7000

User s Manual 2.4. SERIES 7000 Models MODEL 7070, MODEL 7300 SERIES 7000 User s Manual 2.4 SERIES 7000 Models MODEL 7070, MODEL 7300 SERIES 7000 1 WARRANTY Berkeley Nucleonics Corporation warrants all instruments, including component parts, to be free from defects in material

More information

Out of Band Spurious Measurement for Bluetooth Modules

Out of Band Spurious Measurement for Bluetooth Modules Products: Signal Analyser FSIQ26/FSP13/FSU8/FSQ26 Out of Band Spurious Measurement for Bluetooth Modules This application notes describes the out of band Spurious emission measurement for Bluetooth modules

More information

Broadcast Television Measurements

Broadcast Television Measurements Broadcast Television Measurements Data Sheet Broadcast Transmitter Testing with the Agilent 85724A and 8590E-Series Spectrum Analyzers RF and Video Measurements... at the Touch of a Button Installing,

More information

Laboratory stand description. Investigation of DVB-T/C/IPTV technologies

Laboratory stand description. Investigation of DVB-T/C/IPTV technologies 1 Laboratory stand description Investigation of DVB-T/C/IPTV technologies Table of Contents 1. Hardware prerequisites... 3 1.1 Hardware parts... 3 1.2 Cables required for system interconnection... 5 1.3

More information

Immunity testing example using Tekbox TEM Cells

Immunity testing example using Tekbox TEM Cells 1 Introduction A customer asked us to solve an immunity issue of a corner light. The device failed BCI testing in the test house at frequencies in the 300 MHz to 400 MHz range. The failure mode was flickering

More information

USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1

USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1 USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1 Triarchy Technologies Corp. Page 1 of 17 USB Mini Spectrum Analyzer User Manual Copyright Notice Copyright 2013 Triarchy Technologies,

More information

Part 1 Basic Operation

Part 1 Basic Operation This product is a designed for video surveillance video encode and record, it include H.264 video Compression, large HDD storage, network, embedded Linux operate system and other advanced electronic technology,

More information

Viavi T-BERD 5800 CPRI Testing Guide with ALU BBU Emulation

Viavi T-BERD 5800 CPRI Testing Guide with ALU BBU Emulation Viavi T-BERD 5800 CPRI Testing Guide with ALU BBU Emulation Scope Version 4 January 2018 Firmware 26.0.0.6c1973b or Later REQUIRED! This document describes Common Public Radio Interface (CPRI) testing

More information

GTT LTE RRU ADD- ON USER GUIDE

GTT LTE RRU ADD- ON USER GUIDE GTT LTE RRU ADD- ON USER GUIDE Copyright 2015 Gefle Testteknik AB. All rights reserved. Under the copyright laws, this publication may not be reproduced or transmitted in any form, electronic or mechanical,

More information

Major Differences Between the DT9847 Series Modules

Major Differences Between the DT9847 Series Modules DT9847 Series Dynamic Signal Analyzer for USB With Low THD and Wide Dynamic Range The DT9847 Series are high-accuracy, dynamic signal acquisition modules designed for sound and vibration applications.

More information

Advanced Test Equipment Rentals ATEC (2832)

Advanced Test Equipment Rentals ATEC (2832) E stablished 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Technical Datasheet Scalar Network Analyzer Model 8003-10 MHz to 40 GHz The Giga-tronics Model 8003 Precision Scalar

More information

VIDEO GRABBER. DisplayPort. User Manual

VIDEO GRABBER. DisplayPort. User Manual VIDEO GRABBER DisplayPort User Manual Version Date Description Author 1.0 2016.03.02 New document MM 1.1 2016.11.02 Revised to match 1.5 device firmware version MM 1.2 2019.11.28 Drawings changes MM 2

More information

EEG A1452 SCTE-104 Inserter Frame Card

EEG A1452 SCTE-104 Inserter Frame Card EEG A1452 SCTE-104 Inserter Frame Card Product Manual EEG Enterprises, Inc. 586 Main Street Farmingdale, New York 11735 TEL: (516) 293-7472 FAX: (516) 293-7417 Copyright EEG Enterprises, Inc. 2017 All

More information

Quick Setup Guide for IntelliAg Model CTA

Quick Setup Guide for IntelliAg Model CTA STEP 3: Auto Configuration (identifies sensors connected to each module) Auto config is performed at the factory, but may need to be done in the field as changes are made to the system or if options are

More information

EASY-MCS. Multichannel Scaler. Profiling Counting Rates up to 150 MHz with 15 ppm Time Resolution.

EASY-MCS. Multichannel Scaler. Profiling Counting Rates up to 150 MHz with 15 ppm Time Resolution. Multichannel Scaler Profiling Counting Rates up to 150 MHz with 15 ppm Time Resolution. The ideal solution for: Time-resolved single-photon counting Phosphorescence lifetime spectrometry Atmospheric and

More information

Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz

Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz Power_sensors_bro_en_3606-7147-32.indd 1 22.05.2014 14:08:59 Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz The most important

More information

Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG

Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG When monitoring transmission systems it is often necessary to control the monitoring equipment and to check the measurement

More information

The Measurement Tools and What They Do

The Measurement Tools and What They Do 2 The Measurement Tools The Measurement Tools and What They Do JITTERWIZARD The JitterWizard is a unique capability of the JitterPro package that performs the requisite scope setup chores while simplifying

More information

EtherneTV-STB Set Top Box

EtherneTV-STB Set Top Box EtherneTV-STB Set Top Box Set Top Box v3.7.3b Quick Start Guide September 14, 2006 4410-0134-0005 Copyright 2006 VBrick Systems, Inc. All rights reserved. 12 Beaumont Road Wallingford, Connecticut 06492,

More information

Quick Reference Manual

Quick Reference Manual Quick Reference Manual V1.0 1 Contents 1.0 PRODUCT INTRODUCTION...3 2.0 SYSTEM REQUIREMENTS...5 3.0 INSTALLING PDF-D FLEXRAY PROTOCOL ANALYSIS SOFTWARE...5 4.0 CONNECTING TO AN OSCILLOSCOPE...6 5.0 CONFIGURE

More information

USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5

USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5 USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5 Triarchy Technologies, Corp. Page 1 of 17 USB Mini Spectrum Analyzer User Manual Copyright Notice Copyright 2013

More information

Press Publications CMC-99 CMC-141

Press Publications CMC-99 CMC-141 Press Publications CMC-99 CMC-141 MultiCon = Meter + Controller + Recorder + HMI in one package, part I Introduction The MultiCon series devices are advanced meters, controllers and recorders closed in

More information

Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz

Fast. Accurate. USB-capable. Power sensors from Rohde & Schwarz Fast. Accurate. USB-capable. Power from Rohde & Schwarz Power bro_en_3606-7147-32.indd 1 01.08.2013 16:57:35 Fast. Accurate. USB-capable. Power from Rohde & Schwarz The most important features for accurate

More information

TransitHound Cellphone Detector User Manual Version 1.3

TransitHound Cellphone Detector User Manual Version 1.3 TransitHound Cellphone Detector User Manual Version 1.3 RF3 RF2 Table of Contents Introduction...3 PC Requirements...3 Unit Description...3 Electrical Interfaces...4 Interface Cable...5 USB to Serial Interface

More information

FS1-X. Quick Start Guide. Overview. Frame Rate Conversion Option. Two Video Processors. Two Operating Modes

FS1-X. Quick Start Guide. Overview. Frame Rate Conversion Option. Two Video Processors. Two Operating Modes FS1-X Quick Start Guide Overview Matching up and synchronizing disparate video and audio formats is a critical part of any broadcast, mobile or post-production environment. Within its compact 1RU chassis,

More information

CBF500 High resolution Streak camera

CBF500 High resolution Streak camera High resolution Streak camera Features 400 900 nm spectral sensitivity 5 ps impulse response 10 ps trigger jitter Trigger external or command 5 to 50 ns analysis duration 1024 x 1024, 12-bit readout camera

More information

Agilent 86120B, 86120C, 86122A Multi-Wavelength Meters Technical Specifications

Agilent 86120B, 86120C, 86122A Multi-Wavelength Meters Technical Specifications Agilent 86120B, 86120C, 86122A Multi-Wavelength Meters Technical Specifications March 2006 Agilent multi-wavelength meters are Michelson interferometer-based instruments that measure wavelength and optical

More information

UFX-EbNo Series Precision Generators

UFX-EbNo Series Precision Generators With compliments UFX-EbNo Series Precision Generators Precision E b /N o (C/N) Generators UFX-EbNo Series Precision E b /N The UFX-EbNo is a fully automated instrument that sets and maintains a highly

More information

Introduction To LabVIEW and the DSP Board

Introduction To LabVIEW and the DSP Board EE-289, DIGITAL SIGNAL PROCESSING LAB November 2005 Introduction To LabVIEW and the DSP Board 1 Overview The purpose of this lab is to familiarize you with the DSP development system by looking at sampling,

More information

E4416A EPM-P Series Single Channel Power Meter

E4416A EPM-P Series Single Channel Power Meter United States Home >... > Power Meters & Power Sensors > EPM and EPM-P Series Power Meters > E4416A EPM-P Series Single Channel Power Meter Product Status: Currently Orderable Currently Supported Key Specifications

More information

VIDEO ALARM VERIFICATION UNIT VIVER

VIDEO ALARM VERIFICATION UNIT VIVER VIDEO ALARM VERIFICATION UNIT VIVER viver_en 09/08 The VIVER module provides remote video alarm verification, based on image sequences transmitted from cameras installed in the protected facility. The

More information

AMIQ-K2 Program for Transferring Various-Format I/Q Data to AMIQ. Products: AMIQ, SMIQ

AMIQ-K2 Program for Transferring Various-Format I/Q Data to AMIQ. Products: AMIQ, SMIQ Products: AMIQ, SMIQ AMIQ-K2 Program for Transferring Various-Format I/Q Data to AMIQ The software AMIQ-K2 enables you to read, convert, and transfer various-format I/Q data files to AMIQ format. AMIQ-K2

More information

DETEXI Basic Configuration

DETEXI Basic Configuration DETEXI Network Video Management System 5.5 EXPAND YOUR CONCEPTS OF SECURITY DETEXI Basic Configuration SETUP A FUNCTIONING DETEXI NVR / CLIENT It is important to know how to properly setup the DETEXI software

More information

CDMA2000 1xRTT / 1xEV-DO Measurement of time relationship between CDMA RF signal and PP2S clock

CDMA2000 1xRTT / 1xEV-DO Measurement of time relationship between CDMA RF signal and PP2S clock Products: CMU200 CDMA2000 1xRTT / 1xEV-DO Measurement of time relationship between CDMA RF signal and PP2S clock This application explains the setup and procedure to measure the exact time relationship

More information

Lab experience 1: Introduction to LabView

Lab experience 1: Introduction to LabView Lab experience 1: Introduction to LabView LabView is software for the real-time acquisition, processing and visualization of measured data. A LabView program is called a Virtual Instrument (VI) because

More information

RF Solution for LED Display Screen

RF Solution for LED Display Screen RF Solution for LED Display Screen Introduction RF is a kind of wireless telecommunication technology, now standard IEEE802.11B is much popular. Communication speed between server and terminal can reach

More information

Using R&S NRP Series Power Sensors with Android TM Handheld Devices. Application Note. Products: R&S NRP Series. R&S NRP-Zxx Series

Using R&S NRP Series Power Sensors with Android TM Handheld Devices. Application Note. Products: R&S NRP Series. R&S NRP-Zxx Series Using R&S NRP Series Power Sensors with Android TM Handheld Devices Products: R&S NRP Series R&S NRP-Zxx Series This application note describes how to connect and use the highly popular R&S NRP family

More information

Reference. TDS7000 Series Digital Phosphor Oscilloscopes

Reference. TDS7000 Series Digital Phosphor Oscilloscopes Reference TDS7000 Series Digital Phosphor Oscilloscopes 07-070-00 0707000 To Use the Front Panel You can use the dedicated, front-panel knobs and buttons to do the most common operations. Turn INTENSITY

More information

Agilent Technologies Pulse Pattern and Data Generators Digital Stimulus Solutions

Agilent Technologies Pulse Pattern and Data Generators Digital Stimulus Solutions Agilent Technologies Pattern and Data Generators Digital Stimulus Solutions Leading pulse, pattern, data and clock generation for all test needs in digital design and manufacturing Pattern Generators Agilent

More information

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide 5620 SAM SERVICE AWARE MANAGER 9500 MPTGS Driver Version 2.1.0 Guide 3HE-10851-AAAB-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design ENGR 1000, Introduction to Engineering Design Unit 2: Data Acquisition and Control Technology Lesson 2.4: Programming Digital Ports Hardware: 12 VDC power supply Several lengths of wire NI-USB 6008 Device

More information

Q-Lab Software. for the 8821Q-R OPERATION MANUAL

Q-Lab Software. for the 8821Q-R OPERATION MANUAL Q-Lab Software for the 8821Q-R OPERATION MANUAL Trilithic Company Profile Trilithic is a privately held manufacturer founded in 1986 as an engineering and assembly company that built and designed customer-directed

More information

DSA8300 DigitalSerialAnalyzer Printable Application Help

DSA8300 DigitalSerialAnalyzer Printable Application Help xx ZZZ DSA8300 DigitalSerialAnalyzer Printable Application Help *P077056904* 077-0569-04 ZZZ DSA8300 Digital Serial Analyzer Printable Application Help www.tek.com 077-0569-04 Copyright Tektronix. All

More information

QPHY-USB3 USB3.0 Serial Data Operator s Manual

QPHY-USB3 USB3.0 Serial Data Operator s Manual QPHY-USB3 USB3.0 Serial Data Operator s Manual Revision A April, 2009 Relating to the Following Release Versions: Software Option Rev. 5.8 USB3 Script Rev. 1.0 Style Sheet Rev. 1.2 LeCroy Corporation 700

More information

RADview-PC/TDM. Network Management System for TDM Applications Megaplex RAD Data Communications Publication No.

RADview-PC/TDM. Network Management System for TDM Applications Megaplex RAD Data Communications Publication No. RADview-PC/TDM Network Management System for TDM Applications Megaplex-2200 1994 2001 RAD Data Communications Publication No. 351-241-12/01 Contents Megaplex-2200 Edit Configuration Operations 1. Connecting

More information

C Module Description

C Module Description IQMMX -Input Router & ASI Distribution Amplifier C Module Description The IQMMX is an ASI to 1 switch, distribution amplifier and transport stream switcher with up to 8 outputs in double width form or

More information

Analyze Frequency Response (Bode Plots) with R&S Oscilloscopes Application Note

Analyze Frequency Response (Bode Plots) with R&S Oscilloscopes Application Note Analyze Frequency Response (Bode Plots) with R&S Oscilloscopes Application Note Products: R&S RTO2002 R&S RTO2004 R&S RTO2012 R&S RTO2014 R&S RTO2022 R&S RTO2024 R&S RTO2044 R&S RTO2064 This application

More information

FS3. Quick Start Guide. Overview. FS3 Control

FS3. Quick Start Guide. Overview. FS3 Control FS3 Quick Start Guide Overview The new FS3 combines AJA's industry-proven frame synchronization with high-quality 4K up-conversion technology to seamlessly integrate SD and HD signals into 4K workflows.

More information

2 MHz Lock-In Amplifier

2 MHz Lock-In Amplifier 2 MHz Lock-In Amplifier SR865 2 MHz dual phase lock-in amplifier SR865 2 MHz Lock-In Amplifier 1 mhz to 2 MHz frequency range Dual reference mode Low-noise current and voltage inputs Touchscreen data display

More information

JD725A Cable and Antenna Analyzer - Dual Port

JD725A Cable and Antenna Analyzer - Dual Port COMMUNICATIONS TEST & MEASUREMENT SOLUTIONS JD725A Cable and Antenna Analyzer - Dual Port Key Features Portable and lightweight handheld instrument Built-in wireless frequency bands as well as the most

More information

VS-TV. User manual. Virtual Matrix ENGLISH

VS-TV. User manual. Virtual Matrix ENGLISH ENGLISH VS-TV User manual Virtual Matrix INDEX 1 INTRODUCTION... 2 1.1 FEATURES.... 2 2 INSTALLATION AND SET UP... 3 2.1 UNIT PACKAGE CONTENTS... 3 2.2 INSTALLATION... 3 2.3 UNIT SET UP... 3 3 CONFIGURATION

More information

Installation & Operational Manual

Installation & Operational Manual Radiant Communications Corporation 5001 Hadley Road South Plainfield NJ 07080 Tel (908) 757-7444 Fax (908) 757-8666 WWW.RCCFIBER.COM QRF5000M MDU ENCODER Installation & Operational Manual Rev.A2 1. Introduction

More information

Datasheet SHF A

Datasheet SHF A SHF Communication Technologies AG Wilhelm-von-Siemens-Str. 23D 12277 Berlin Germany Phone +49 30 772051-0 Fax ++49 30 7531078 E-Mail: sales@shf.de Web: http://www.shf.de Datasheet SHF 19120 A 2.85 GSa/s

More information

USB-TG124A Tracking Generator User Manual

USB-TG124A Tracking Generator User Manual USB-TG124A Tracking Generator User Manual Signal Hound USB-TG124A User Manual 2017, Signal Hound, Inc. 35707 NE 86th Ave La Center, WA 98629 USA Phone 360.263.5006 Fax 360.263.5007 This information is

More information

COMPOSITE VIDEO LUMINANCE METER MODEL VLM-40 LUMINANCE MODEL VLM-40 NTSC TECHNICAL INSTRUCTION MANUAL

COMPOSITE VIDEO LUMINANCE METER MODEL VLM-40 LUMINANCE MODEL VLM-40 NTSC TECHNICAL INSTRUCTION MANUAL COMPOSITE VIDEO METER MODEL VLM- COMPOSITE VIDEO METER MODEL VLM- NTSC TECHNICAL INSTRUCTION MANUAL VLM- NTSC TECHNICAL INSTRUCTION MANUAL INTRODUCTION EASY-TO-USE VIDEO LEVEL METER... SIMULTANEOUS DISPLAY...

More information

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual D-Lab & D-Lab Control Plan. Measure. Analyse User Manual Valid for D-Lab Versions 2.0 and 2.1 September 2011 Contents Contents 1 Initial Steps... 6 1.1 Scope of Supply... 6 1.1.1 Optional Upgrades... 6

More information

Video Extender DS128 DSRXL. Instruction Manual. 8-Port Cat5 VGA Digital Signage Broadcaster with RS232 and Audio

Video Extender DS128 DSRXL. Instruction Manual. 8-Port Cat5 VGA Digital Signage Broadcaster with RS232 and Audio DS128 DSRXL Instruction Manual Video Extender 8-Port Cat5 VGA Digital Signage Broadcaster with RS232 and Audio Cat5 VGA Digital Signage Receiver with RS232 and Audio FCC Compliance Statement This equipment

More information

SQTR-2M ADS-B Squitter Generator

SQTR-2M ADS-B Squitter Generator SQTR-2M ADS-B Squitter Generator Operators Manual REVISION A B C D E F G H J K L M N P R S T U V W X Y Z December 2011 KLJ Instruments 15385 S. 169 Highway Olathe, KS 66062 www.kljinstruments.com NOTICE:

More information

Wireless Studio. User s Guide Version 5.1x Before using this software, please read this manual thoroughly and retain it for future reference.

Wireless Studio. User s Guide Version 5.1x Before using this software, please read this manual thoroughly and retain it for future reference. 4-743-161-12 (1) Wireless Studio User s Guide Version 5.1x Before using this software, please read this manual thoroughly and retain it for future reference. DWR-R01D/R02D/R02DN/R03D 2018 Sony Corporation

More information

Choosing an Oscilloscope

Choosing an Oscilloscope Choosing an Oscilloscope By Alan Lowne CEO Saelig Company (www.saelig.com) Post comments on this article at www.nutsvolts.com/ magazine/article/october2016_choosing-oscilloscopes. All sorts of questions

More information

Agilent Technologies. N5106A PXB MIMO Receiver Tester. Error Messages. Agilent Technologies

Agilent Technologies. N5106A PXB MIMO Receiver Tester. Error Messages. Agilent Technologies Agilent Technologies N5106A PXB MIMO Receiver Tester Messages Agilent Technologies Notices Agilent Technologies, Inc. 2008 2009 No part of this manual may be reproduced in any form or by any means (including

More information

Digital Delay / Pulse Generator DG535 Digital delay and pulse generator (4-channel)

Digital Delay / Pulse Generator DG535 Digital delay and pulse generator (4-channel) Digital Delay / Pulse Generator Digital delay and pulse generator (4-channel) Digital Delay/Pulse Generator Four independent delay channels Two fully defined pulse channels 5 ps delay resolution 50 ps

More information

E4416A/E4417A EPM-P Series Power Meters and E-Series E9320 Peak and Average Power Sensors DATA SHEET

E4416A/E4417A EPM-P Series Power Meters and E-Series E9320 Peak and Average Power Sensors DATA SHEET E4416A/E4417A EPM-P Series Power Meters and E-Series E9320 Peak and Average Power Sensors DATA SHEET EPM-P Power Meter Specifications Specifications describe the instrument s warranted performance and

More information

Sundance Multiprocessor Technology Limited. Capture Demo For Intech Unit / Module Number: C Hong. EVP6472 Intech Demo. Abstract

Sundance Multiprocessor Technology Limited. Capture Demo For Intech Unit / Module Number: C Hong. EVP6472 Intech Demo. Abstract Sundance Multiprocessor Technology Limited EVP6472 Intech Demo Unit / Module Description: Capture Demo For Intech Unit / Module Number: EVP6472-SMT949 Document Issue Number 1.1 Issue Data: 27th April 2012

More information

PRELIMINARY INFORMATION. Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment

PRELIMINARY INFORMATION. Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment Integrated Component Options Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment PRELIMINARY INFORMATION SquareGENpro is the latest and most versatile of the frequency

More information

SigPlay User s Guide

SigPlay User s Guide SigPlay User s Guide . . SigPlay32 User's Guide? Version 3.4 Copyright? 2001 TDT. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means, electronic or

More information

Portable Performance for Debug and Validation

Portable Performance for Debug and Validation WaveJet 300A Oscilloscopes 100 MHz 500 MHz Portable Performance for Debug and Validation A UNIQUE TOOLSET FOR PORTABLE OSCILLOSCOPES Key Features 100 MHz, 200 MHz, 350 MHz and 500 MHz bandwidths Sample

More information

Keysight Technologies RF & Universal Frequency Counter/Timers Migration, Comparison, and Differences Guide

Keysight Technologies RF & Universal Frequency Counter/Timers Migration, Comparison, and Differences Guide Keysight Technologies RF & Universal Frequency Counter/Timers Migration, Comparison, and Differences Guide 53200A Series (53210A, 53220A, 53230A) 531xxA Series (53131A, 53132A, 53181A) Application Note

More information

INSTRUCTION MANUAL. 55 Series Wideband USB Peak Power Sensor. Peak Power Analyzer Suite

INSTRUCTION MANUAL. 55 Series Wideband USB Peak Power Sensor. Peak Power Analyzer Suite INSTRUCTION MANUAL 55 Series Wideband USB Peak Power Sensor and Peak Power Analyzer Suite MANUAL P/N 98407400A Revision 20160421 CD P/N 98407499A Wireless Telecom Group 25 Eastmans Road, Parsippany, NJ

More information

C Module Description

C Module Description ASI Distribution Amplifier with Signal Inversion C Module Description The is an ASI distribution amplifier with up to 8 outputs in double width or 4 outputs in single width. The input is transformer coupled

More information

Fluke 190-Series II Firmware Upgrade V11.44

Fluke 190-Series II Firmware Upgrade V11.44 Fluke 190-Series II Firmware Upgrade V11.44 Requirements 1. Fluke 190- Series II ScopeMeter with firmware prior to V11.44 2. Supported models are: 190-102, 190-104, 190-062, 190-202, 190-204, 190-502,

More information

Beginners How to Test DSO138mini

Beginners How to Test DSO138mini Beginners How to Test DSO138mini You have finished assembling your DSO138mini kit. You may be anxious to see it works. But you might not be familiar with oscilloscope and you could encounter unexpected

More information

RADview-PC/TDM. Network Management System for TDM Applications Megaplex-2100/ RAD Data Communications Publication 06/03

RADview-PC/TDM. Network Management System for TDM Applications Megaplex-2100/ RAD Data Communications Publication 06/03 RADview-PC/TDM Network Management System for TDM Applications Megaplex-2100/2104 1994 2003 RAD Data Communications Publication 06/03 Contents Chapter 1. Edit Configuration Mode 1.1 Connecting RADview

More information