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

Size: px
Start display at page:

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

Transcription

1 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 MA196_1e

2 Table of Contents Table of Contents 1 Abstract Installation Instrument Configuration Adding and Removing Instruments VXI LAN Interface (TCPIP_VXI_11) HiSLIP Interface (TCPIP_HISLIP) LAN Socket Interface (TCPIP_SOCKET) General Purpose Interface Bus (GPIB) R&S NRP-Z USB Connection (RSNRP) USBTMC Interface (USB) Serial Port (ASRL) Telnet Interface (TELNET) Configuration Example Export and Import Instrument Configuration User Interface The Shell The Commands Editor The Explorer The Protocol Trace The Macro Buttons Configuration Options Remote Control Direct Commands (Winbatch Syntax) Python Variables If-Clauses Loops References Additional Information Appendix MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 2

3 Table of Contents 8.1 Example Script Additional Features SOAP Configuration Debug Run MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 3

4 Abstract Adding and Removing Instruments 1 Abstract Forum is a free scripting tool developed by noriba GmbH for remote control of Rohde & Schwarz instruments. It allows users to run and edit example script sequences and to write their own script files, as well as on-the-fly remote control of the instrument. Script files can range from simple command sequences (Winbatch syntax) to complex programs using the programming language Python. The Forum application uses the VISA interface, which allows remote control of instruments via LAN, GPIB, USB, etc. 2 Installation The Forum application must be installed on the PC. This application note comes with an installer, which includes: The Forum application A Python interpreter The Forum application uses the VISA interface, which is not included in the installer. The National Instruments VISA, available on the National Instruments homepage ( is recommended. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 4

5 Instrument Configuration Adding and Removing Instruments 3 Instrument Configuration Before an instrument can be addressed, it must be added to the Instruments Configuration. After starting the Forum application, choose Edit > Instrument Configuration. This will bring up the Instruments Configuration screen. This screen shows a List of devices that lists all previously configured instruments. The Enabled column contains either a green checkmark or a red X for each instrument. Click a checkmark to change it to an X and vice versa, thereby disabling or enabling the use of this instrument. Every time the List of devices is reloaded, the Forum application will try to establish a connection to all enabled instruments and then indicate whether the connection is active in the Connection column. You can speed up this process by disabling all the instruments known to be switched off or not connected. An instrument will be accessible in scripts only if it is enabled and its Connection column shows active. Fig. 1: The Instruments Configuration screen. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 5

6 Instrument Configuration Adding and Removing Instruments Alternatively, you can add an instrument for just one session by using the Instrument drop-down menu in the vertical Control Panel on the left (see Fig. 2). Just open the drop-down menu and choose <new>. Fig. 2: The Instrument drop-down menu. This will open up the Instrument Connection Configuration window. Instruments added through this dialog are not saved and will no longer be available after you close and then restart the Forum application. 3.1 Adding and Removing Instruments The Instruments Configuration screen includes a list of instruments. Click any of the list entries to edit the instrument s configuration, including VISA connection type, host name or timeout. Click the Insert button to add a new, empty list entry. This new entry will automatically be selected to allow editing. Fig. 3: Editing VISA settings. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 6

7 Instrument Configuration Adding and Removing Instruments The following settings can be configured: The Interface Type is the type of the connection The Device Name is the name that will be used in scripts to identify the instrument The termination chars can be left blank to use the default setting The timeout is the time in seconds that the Forum application waits for a response from an instrument before showing a timeout error The delay is the time in milliseconds to wait after each write command sent to the instrument The other settings on the left-hand side are specific to the selected Interface Type and serve to configure the connection. They will be addressed separately in the following subsections The settings on the right-hand side are VISA attributes that should be configured by advanced users only. For more information on these attributes, please consult the VISA documentation In the Instrument Connection Configuration window (opened by clicking <new> in the vertical Control Panel), the following attributes can be changed: The Alias equals the Device Name on the Instruments Configuration screen The Device Type equals the Interface Type The Number is used in the case of multiple adapters on the PC and can be 0 in most cases Timeout and Delay correspond to the attributes of the same name on the Instruments Configuration screen The Identifier (IP or Hostname) is specific for the selected Device Type and will be addressed separately in the following subsections Advanced users who are familiar with VISA address strings can directly edit the VISA RSC field Click the Test Connection button to check if a connection works correctly. Fig. 4: The Instrument Connection Configuration window. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 7

8 Instrument Configuration Adding and Removing Instruments VXI LAN Interface (TCPIP_VXI_11) To address an instrument connected by LAN, you should usually choose Interface/Device Type TCPIP_VXI_11. You can configure the following attributes for this option: Instruments Configuration screen: The host name can be the instrument s network device name or the IP address. The identity is not mandatory unless there is more than one VISA entity running on the same instrument. In this case, inst0 would be the first VISA entity, inst1 the second, etc. Instrument Connection Configuration window: The Identifier equals the host name and can be network device name or IP address. The Identity, like above, is not mandatory unless there is more than one VISA entity running on the same instrument. In this case, inst0 would be the first VISA entity, inst1 the second, etc HiSLIP Interface (TCPIP_HISLIP) Some instruments can be used with the new IVI HiSLIP (High Speed LAN Instrument Protocol). To see if your instrument supports this protocol, please check the instrument manual. If you want to use this connection variant, choose Interface/Device Type TCPIP_HISLIP. Instruments Configuration screen: The host name can be the instrument s network device name or the IP address, similar to the VXI LAN Interface. The identity is important this time to identify the HiSLIP connection type. Use hislip0 if there is only one VISA entity running on the instrument. If there are multiple VISA entities, hislip0 would be the first, hislip1 the second, etc. Instrument Connection Configuration window: The Identifier again equals the host name and can be the network device name or IP address. The Identity must start with hislip to identify the HiSLIP connection type. If there are multiple VISA entities running on the instrument, the first one is identified by Identity hislip0, the second one is hislip1 etc. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 8

9 Instrument Configuration Adding and Removing Instruments LAN Socket Interface (TCPIP_SOCKET) Generally, you should use the VXI LAN interface to configure a connection via LAN. But in some cases you might want to configure the connection more directly. For these situations, you can use socket communication, also known as Raw Ethernet communication. Choose Interface/Device Type TCPIP_SOCKET for this connection variant. Instruments Configuration screen: Like with the TCPIP_VXI_11 Interface Type, the host name can be the network device name or the IP address of the instrument. The port number is the number of the network port on the instrument that you are connecting to. It usually is 5050 or Instrument Connection Configuration window: Like with the TCPIP_VXI_11 Device Type and above, the Identifier can be the network device name or the IP address of the instrument. The Identity is the port number to be used, usually 5050 or Note: This configuration lacks some important trigger functions. It is recommended that you use the VXI LAN interface instead General Purpose Interface Bus (GPIB) To configure a GPIB connection, choose Interface/Device Type GPIB. Instruments Configuration screen: Configure the primary address of the instrument. A secondary address can also be specified, for example when configuring a Rohde & Schwarz CMU. Instrument Connection Configuration window: Enter the primary GPIB address as Identifier. If you wish to configure a secondary address, add it to the Identifier after the primary address, separated by two colons ::. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 9

10 Instrument Configuration Adding and Removing Instruments R&S NRP-Z USB Connection (RSNRP) To control R&S NRP-Z sensors from a PC, install the NRP Toolkit, which is supplied with any R&S NRP-Z sensor and can also be downloaded from the Rohde & Schwarz homepage. You also need the R&S NRP-NI-VISA Passport, which can also be found on the Rohde & Schwarz homepage ( After connecting the R&S NRP-Z sensor to your PC, run VISA interactive control (from the Start menu: Programs > National Instruments > VISA > VISA Interactive Control ). It will list all currently connected instruments (see Fig. 5). There you will find a VISA address string in the syntax: RSNRP::<model code>::<serial number>::instr. Fig. 5: R&S NRP sensor in VISA Interactive Control. Instruments Configuration screen: Insert the model code and serial number into the respective fields. Instrument Connection Configuration window: For the connection to work, the VISA RSC field must contain the same string as is displayed in VISA Interactive Control; therefore, specify <model code>::<serial number> as Identifier. The Identity field will be ignored. Edit the VISA RSC field manually to remove the 0 from RSNRP0. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 10

11 Instrument Configuration Adding and Removing Instruments USBTMC Interface (USB) Note: To connect an R&S NRP sensor, you need to use the RSNRP connection interface (see section R&S NRP-Z USB Connection). To connect an instrument via USB Test and Measurement Class (USBTMC), you need to know the vendor id (VID), product id (PID) and serial number. If you have NI VISA installed, it will automatically detect the instrument after the instrument has been connected to the computer via USB. To get the required parameters, run VISA Interactive Control (from the Start menu: Programs > National Instruments > VISA > VISA Interactive Control ). This program will list all currently connected instruments (see Fig. 6). There you will find a VISA address string in the syntax: USB0::<vendor id>::<product id>::<serial number>::instr. Fig. 6: USB instrument in VISA Interactive Control. The vendor ID for Rohde & Schwarz instruments is 0x0AAD. Instruments Configuration screen: Enter the vendor id (VID), product id (PID) and serial number into the respective fields. Instrument Connection Configuration window: For the connection to work, the VISA RSC field must contain the same string as is displayed in VISA Interactive Control; therefore, specify <vendor id>::<product id>::<serial number> as Identifier. The Identity field will be ignored. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 11

12 Instrument Configuration Adding and Removing Instruments Serial Port (ASRL) To control an instrument via the serial port, choose Interface Type ASRL. There you have to configure the resource name (COM1, COM2 etc), the baud rate, number of data bits, number of stop bits and the parity check method to use. You cannot configure a serial connection in the Instrument Connection Configuration window Telnet Interface (TELNET) Unlike the other interfaces, the Interface Type Telnet does not use the VISA interface. Instead, it establishes a simple TCP connection. Its configuration uses the same parameters as those described in section LAN Socket interface, but the VISA attributes will not be available. You cannot configure a telnet connection in the Instrument Connection Configuration window. Note: This configuration lacks some important trigger functions. It is recommended that you use the VXI LAN interface instead. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 12

13 Instrument Configuration Adding and Removing Instruments Configuration Example As an example, we will configure an R&S SMU200A signal generator connected via LAN. The instrument s hostname is RSSMU200A You can usually look up your instrument s host name on your instrument in the Setup subsection; for more information consult the instrument manual. Choose Edit > Instrument Configuration, then click the Insert button. Assign the parameters values as follows: Fig. 7: Example instrument. As Interface Type, choose TCPIP_VXI_11. This means the instrument is connected via LAN. As Device Name, type SMx. That is the name you will use in the scripts to address this instrument. As host name, type the network device name of the instrument; e.g. RSSMU200A in this example. Keep the default settings for all the other values. You rarely need to change these. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 13

14 Instrument Configuration Export and Import Instrument Configuration Click the Save & Reload button. If you configured your instrument correctly (and it is connected and running), you should see a new entry in the List of devices table, with the VISA address string as Resource Name and active as Connection (see Fig. 8). Fig. 8: Working instrument. 3.2 Export and Import Instrument Configuration You can export your instrument configuration on the Instruments Configuration screen by clicking the Export button. You are then prompted by a dialog to save the configuration to a file. An exported instrument configuration can be imported again by clicking the Import button and choosing a previously exported file. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 14

15 User Interface Export and Import Instrument Configuration 4 User Interface If you start Forum using the link in the Start menu or from your desktop, you will see only the Communicator tab. Another tab, called the Reporter, is also available. For a brief description of the Reporter and how to reach it, refer to section Reporter. Fig. 9: The Communicator. The Communicator is divided into several sections: The Shell (1) The commands editor (2) The Explorer (3) The Protocol Trace (4) The macro buttons (5) Some configuration options (6) The Namespace tab and the Logging Trace are for advanced users only. The Logging Trace shows errors and debug information for all Forum actions, and the Namespace tab allows browsing of all objects available in scripts and the shell in expandable tree form. For more information, refer to the Forum documentation (see 6 References). 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 15

16 User Interface The Shell 4.1 The Shell The Forum application provides you with an interactive Shell to quickly and directly communicate with connected instruments. Fig. 10: The Shell. Any command or line of code written in the Shell will be immediately executed. To write a script of multiple lines before executing the lines, use the commands editor. For a description of the commands used to control the connected instruments, refer to section 5 Remote Control. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 16

17 User Interface The Commands Editor 4.2 The Commands Editor The commands editor allows you to create new scripts or modify existing ones. All scripts supplied by Rohde & Schwarz will be displayed here after they are opened. To run a script, it must first be opened in this section. The supplied operations New, Load, Save, Save as, Undo and Redo all work in the commands editor. The script files are standard text files (ASCII / UTF-8) and can have any extension, although the extension i3e is recommended for ease of recognition. Fig. 11: The commands editor. The Commands editor behaves like a programming environment. You can type your code here and run it using either the Run button on the left or the corresponding icon at the top of the control panel. The entire script is run when you click Run. If you want to run small fragments, simply double-click a line of code. This line will then be executed in the Shell. Because the Shell and the commands editor share the same namespace, all variables defined in the commands editor will also be available in the Shell and vice versa. For a description of the commands used to control the connected instruments, refer to section 5 Remote Control. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 17

18 User Interface The Explorer 4.3 The Explorer The Explorer is designed for the management of multiple test scripts. It uses a familiar tree structure to display directories and files of specified types. Fig. 12: The Explorer. To use the Explorer effectively, you should define a directory where all Rohde & Schwarz test scripts will be saved, with a separate folder for every Rohde & Schwarz application note. You can then extract the test scripts into the appropriate folder. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 18

19 User Interface The Protocol Trace 4.4 The Protocol Trace The Protocol Trace displays any commands sent to instruments via a running test script, as well as the responses from the instrument. It also shows timestamps and, in case of a query, the length of time the instrument took to send a response. Fig. 13: The Protocol Trace screen. The Protocol Trace is influenced by the settings described in section 4.6 Configuration Options. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 19

20 User Interface The Macro Buttons 4.5 The Macro Buttons When working with instruments, it can be useful to assign frequently used commands to the macro buttons (e.g. *IDN? ) to quickly test whether the instrument is still responding. This is done using the macro buttons feature. The macro buttons are located in the vertical Control Panel on the left. Fig. 14: The macro buttons. In addition to the supplied buttons, you can configure your own macros by clicking the Macro Setup button. Fig. 15: Macro setup. Here you can add, remove and rename macros. Each macro in the list on the left will be a button in the main window. Click a macro in the list to view and edit its code. The code works the same way as in the Shell and the commands editor (see section 5 Remote Control), but you can additionally use the pseudo-variable _device to address the instrument selected in the drop-down menu above the macro buttons. You should always use this identifier rather than actual device names to keep your macros abstract and reusable. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 20

21 User Interface Configuration Options 4.6 Configuration Options These options influence the arrangement of the window components and the logging behavior. They can be found on the vertical Control Panel on the left. Fig. 16: Configuration options. Four Logging Type options are available: none: The SCPI commands that are sent and received will not be logged or displayed screen: The SCPI commands will be displayed in the Protocol Trace section but will not be saved file: The SCPI commands will be saved to a file. The filename is the same as the script file, with an added sequential number in square brackets and the extension ptc. The commands will not be displayed in the Protocol Trace both: The commands will be both displayed and saved to a file Use Max Screen Lines to define the maximum number of lines displayed in the Protocol Trace before old lines will be dropped. Use the Window Split option to configure whether the Protocol Trace will be displayed below the Shell/Explorer or at the right side of the window. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 21

22 Remote Control Direct Commands (Winbatch Syntax) 5 Remote Control Forum features two methods of controlling your instruments: either direct commands or the Python method. 5.1 Direct Commands (Winbatch Syntax) If you just want to send SCPI commands, the easiest way is by using direct commands. To send a direct command, just type the Device Name (as configured during instrument configuration), a colon ( : ), one or more spaces ( ) and the SCPI command. Example: SMx: *IDN? Fig. 17: Direct commands in the Shell. This script syntax provides backward compatibility to the Winbatch script interpreter. Winbatch files can be opened and run by the Forum application without any adjustments. This method allows quick sequences of commands, but no variables or programming syntax. 5.2 Python Forum is based on the programming language Python and allows the Python language to be used when writing remote control scripts. All active instruments exist in the shell s namespace as objects of a class VisaDevice that is named by the Device Name configured during instrument configuration. The most important members of this class are: write: This method sends a string, usually a SCPI command, to the instrument. Example: SMx.write("*RST") 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 22

23 Remote Control Python ask: This method sends a string and then requests a response from the instrument. This response is returned and can be stored into a variable. Example: id = SMx.ask("*IDN?") Fig. 18: Python object representing VISA instrument. For more advanced interaction with the instrument, you can use the VisaDevice s member instrument, which supplies many useful methods such as read_floats (which returns the read output as a list of float values). Programming constructs such as if-clauses, loops or variables are also available. A brief introduction into the most common constructs will be given in the following subsections, presupposing basic programming experience. For more information on Python and Forum classes, please refer to the online documentation at as well as the Forum documentation (see section 6 References). A small example script is additionally provided in the Appendix (8.1 Example Script) Variables In Python, you declare a variable simply by assigning a value to it. Example: print a #Produces an error, a does not exist a = 1 print a #Works The variable type is assigned automatically and can be changed at any time by assigning data of a new type. Example: a = 1 #int a = "1" #string a = '1' #string, equivalent to "1" 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 23

24 Remote Control Python An important type is the list, because it is the main return type whenever you query information from an instrument. Example: a = FSx.ask("TRAC:DATA? TRACE1") #get trace from fsq b = a[0] #get first element c = len(a) #get the length of the list a.append("new entry") #add an entry to the end Even single return values queried by the member ask will be in a list, containing only one string value. Example: a = SMx.ask("SOUR:FREQ?") #a is now a List b = a[0] #b is now a single string To create a float value from a string, use the function float. To create an int value, use int. Example: a = int("12") b = float("12") To change a numerical value back to a string, use the function str. Example: a = 500 SMx.write("SOUR:FREQ " + str(a) + " MHz") Alternatively: SMx.write("SOUR:FREQ %d MHz" %a) If-Clauses This is what a typical Python if-clause looks like: if a == 1 and b >= 2: print "a == 1" print "and b >= 2" print "always visible" As you can see, the two lines after the if are indented. In Python, all following lines with the same indention belong to the same code block. The two lines after the if will be executed only if the condition is met, while the third line, which is not indented, will always be executed. For the condition, Python supplies the logical operators and, or and not, and the logical values True and False. Brackets can be used as well. An if-clause can also have an else statement, of course. Example: if a == 1: print "a == 1" else: print "a!= 1" 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 24

25 Remote Control Python An elif statement is also available. Example: a = SMx.ask("SOUR:FREQ?") a = float(a[0]) if a == : print "Frequency: 1 GHz" elif a == : print "Frequency: 2 GHz" elif a > : print "Frequency > 2 GHz" else: print "Frequency unknown" #Change format from List containing #a string to a float When you write an if-clause in the Shell (see section 4.1 The Shell), execution will be postponed while you are still writing lines belonging to the if-clause. As soon as you write an empty line, the if-clause is considered to be complete and is executed as a whole Loops The syntax of loops is similar to if-clauses. The first line ends with a colon :, and the following lines are indented. Example (while-loop): while a < 10: a += 1 The for-loop consecutively assigns the components of a list to a variable. Example: a = [1, 2, 3, 5] for x in a: print x To create a classic for-loop that runs through numeric values in a defined step, you can use the range function, which returns a list of numeric values. If range is used with one argument, it generates a list with values from 0 to the argument minus 1, with a step size of 1. Example: a = range(10) # a is now [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] Two arguments define the starting value and the end value. Example: a = range(5,10) # a is now [5, 6, 7, 8, 9] 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 25

26 Remote Control Python When using three arguments, the last one is the step size (which can also be negative). Example: a = range(5,10,2) # a is now [5, 7, 9] Therefore, if you want to change the frequency of an R&S SMU200A to values from 100 MHz to 200 MHz in steps of 2 MHz, the notation would be: for i in range(100, 201, 2): print i SMx.write("SOUR:FREQ " + str(i) + " MHz") As with the if-clauses, writing a loop in the Shell will postpone its execution until all the lines of the loop have been written, which is indicated by an empty line. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 26

27 References Python 6 References The Forum application comes with a documentation Wiki that can be found by choosing Info > Forum Documentation or by clicking the question mark icon at the top of the control panel. If you want to know more about the programming language Python, you can find good tutorials as well as detailed descriptions on the Python documentation page ( 7 Additional Information Please send your comments and suggestions regarding this application note to TM-Applications@rohde-schwarz.com Forum application by noriba GmbH ( support@noriba-it.com). 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 27

28 Appendix Example Script 8 Appendix 8.1 Example Script Here s an example script using an R&S spectrum analyzesr: # Example testscript for Application Note 1MA196 # Configures an FSQ Signal Analyzer and reads out its trace # Requirements: # FSQ Signal Analyzer named FSx # Reset instrument FSx.write("*RST;*WAI") # Deactivate continuous sweeping FSx.write("INITiate:CONTinuous OFF") # Configure Frequency, Reference Level etc FSx.write("SENSe:FREQuency:CENTer 1 GHz") FSx.write("SENSe:FREQuency:SPAN 200 MHz") FSx.write("CALCulate:STATistics:SCALe:X:RLEVel 0 dbm") # Start sweep FSx. ask ("INITiate:IMMediate;*OPC?") # Read trace data = FSx.ask("TRACe:DATA? TRACE1") # Plot trace flib.plot(data) 8.2 Additional Features The Forum application was not developed solely for the purpose of running Rohde & Schwarz test scripts or creating proprietary scripts. It includes features that are not relevant or even necessary for typical use cases. But for the sake of completeness they will be mentioned here SOAP Configuration The Forum application allows remote procedure calls to compatible services using the established standard SOAP. This allows test scripts to use centralized services such as databases. The R&S CMW500 protocol tester also features a SOAP interface. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 28

29 Appendix Additional Features To configure a remote SOAP service, choose Edit > SOAP Configuration. This will open the SOAP Devices Configuration screen, which works similarly to the Instruments Configuration screen (see section 3 Instrument Configuration). Fig. 19: SOAP Devices Configuration screen. The following SOAP service parameters can be configured: The Device Name is the name used in scripts to identify the instrument The location is the IP address or the host name of the remote server where the service is located port is the remote network port service name is the name of the service target is the location path of the service on the server timeout is the time (in seconds) that the Forum application waits for a response from the SOAP server before aborting Debug Run The Debug Run feature allows users to debug scripts in a programming environment. This feature requires an external tool created by Nir Aides called WinPdb, GNU General Public License Version 2 or later ( The debugger is part of the Forum distribution. 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 29

30 Appendix Additional Features Fig. 20: WinPdb. For more information on the Debug Run, refer to the Forum documentation (see section 6 References). 1MA196_1e Rohde & Schwarz Using the Forum Application for Remote Control 30

31 About Rohde & Schwarz Rohde & Schwarz is an independent group of companies specializing in electronics. It is a leading supplier of solutions in the fields of test and measurement, broadcasting, radiomonitoring and radiolocation, as well as secure communications. Established more than 75 years ago, Rohde & Schwarz has a global presence and a dedicated service network in over 70 countries. Company headquarters are in Munich, Germany. Environmental commitment Energy-efficient products Continuous improvement in environmental sustainability ISO certified environmental management system Regional contact Europe, Africa, Middle East customersupport@rohde-schwarz.com North America TEST-RSA ( ) customer.support@rsa.rohde-schwarz.com Latin America customersupport.la@rohde-schwarz.com Asia/Pacific customersupport.asia@rohde-schwarz.com This application note and the supplied programs may only be used subject to the conditions of use set forth in the download area of the Rohde & Schwarz website. R&S is a registered trademark of Rohde & Schwarz GmbH & Co. KG; Trade names are trademarks of the owners. Rohde & Schwarz GmbH & Co. KG Mühldorfstraße 15 D München Phone Fax

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

LabVIEW driver history for the R&S RTH Handheld Digital Oscilloscope Driver Documentation

LabVIEW driver history for the R&S RTH Handheld Digital Oscilloscope Driver Documentation LabVIEW driver history for the R&S RTH Handheld Digital Oscilloscope Driver Documentation Products: R&S RTH Driver history for LabVIEW Miloslav Macko June 30, 2017 Table of Contents Table of Contents 1

More information

Multi-port calibration by using a two port calibration unit. Application Note. Products: R&S ZVT R&S ZNB

Multi-port calibration by using a two port calibration unit. Application Note. Products: R&S ZVT R&S ZNB Multi-port calibration by using a two port calibration unit Application Note Products: R&S ZVA R&S ZNB R&S ZVT Performing a multi-port calibration of a vector network analyzer (VNA) is straight forward

More information

LTE Bitstream Verification. Application Note. Products: R&S SMW200A R&S SMU200A R&S SMx-K55 R&S SMx-K81 R&S FS-K10xPC R&S FSW R&S FSQ R&S FSV R&S FPS

LTE Bitstream Verification. Application Note. Products: R&S SMW200A R&S SMU200A R&S SMx-K55 R&S SMx-K81 R&S FS-K10xPC R&S FSW R&S FSQ R&S FSV R&S FPS Application Note Bernhard Schulz, Fabian Liebl 01.2015-1MA161_1e LTE Bitstream Verification Application Note Products: R&S SMW200A R&S SMU200A R&S SMx-K55 R&S SMx-K81 R&S FS-K10xPC R&S FSW R&S FSQ R&S

More information

LabVIEW driver history for the R&S HMP Power Supplies Family

LabVIEW driver history for the R&S HMP Power Supplies Family LabVIEW driver history for the R&S HMP Power Supplies Family Products: R&S HMP40xx / 20xx Driver history for LabVIEW Miloslav Macko November 15, 2018 Table of Contents Table of Contents 1 Supported Instrument...

More information

How to use Rohde & Schwarz Instruments in MATLAB Application Note

How to use Rohde & Schwarz Instruments in MATLAB Application Note How to use Rohde & Schwarz Instruments in MATLAB Application Note This application note outlines two different approaches for remote-controlling Rohde & Schwarz instruments out of MathWorks MATLAB: The

More information

Concise NFC Demo Guide using R&S Test Equipment Application Note

Concise NFC Demo Guide using R&S Test Equipment Application Note Concise NFC Demo Guide using R&S Test Equipment Application Note Products: R&S SMBV100A R&S SMBV-K89 R&S FS-K112PC R&S RTO R&S RTO-K11 R&S CSNFC-B8 R&S FSL R&S FSV R&S FSW R&S ZVL This concise NFC Demo

More information

LabWindows/CVI, VXIpnp driver history for the R&S Directional Power Sensors

LabWindows/CVI, VXIpnp driver history for the R&S Directional Power Sensors Miloslav Macko May 4, 2015 LabWindows/CVI, VXIpnp driver history for the R&S Directional Power Sensors Products: R&S NRT-Z14 R&S NRT-Z43 R&S NRT-Z44 Driver history for LabWindows/CVI and VXIplug&play Instrument

More information

Coherence Measurement between two Signals regarding Timing, Phase and Gain Application Note

Coherence Measurement between two Signals regarding Timing, Phase and Gain Application Note Coherence Measurement between two Signals regarding Timing, Phase and Gain Application Note Products: R&S FS-Z10 R&S FSQ R&S FSG R&S SMU R&S SMIQ R&S SMBV This application note describes how to measure

More information

R&S FS-Z60/75/90/110 Harmonic Mixers for the R&S FSP/FSU/ FSQ/FSUP/FSV

R&S FS-Z60/75/90/110 Harmonic Mixers for the R&S FSP/FSU/ FSQ/FSUP/FSV Test & Measurement Data Sheet 04.00 R&S FS-Z60/75/90/110 Harmonic Mixers for the R&S FSP/FSU/ FSQ/FSUP/FSV R&S FS-Z60/75/ 90/110 Harmonic Mixers At a glance The R&S FS-Z60/-Z75/-Z90/-Z110 harmonic mixers

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

How to use the Rohde & Schwarz LabVIEW Instrument Drivers Driver Documentation

How to use the Rohde & Schwarz LabVIEW Instrument Drivers Driver Documentation How to use the Rohde & Schwarz LabVIEW Instrument Drivers Driver Documentation Getting started guide for Rohde & Schwarz attribute based LabVIEW instrument drivers. Driver Documentation Juergen Engelbrecht

More information

R&S CMW500 Digital IQ with CADENCE Emulator Application Note

R&S CMW500 Digital IQ with CADENCE Emulator Application Note R&S CMW500 Digital IQ with CADENCE Emulator Application Note Products: R&S CMW500 R&S EX-IQ-BOX R&S FSQ R&S FSV R&S EXBOX-Z3 This application note explains how to bring a CADENCE system which is attached

More information

R&S RSC Step Attenuator Where precise signal levels count

R&S RSC Step Attenuator Where precise signal levels count Test & Measurement Product Brochure 01.00 Step Attenuator Where precise signal levels count Step Attenuator At a glance The is a switchable, mechanical step attenuator. It is available in various models

More information

R&S FSW Signal and Spectrum Analyzer Resolving Security Issues When Working in Secure Areas

R&S FSW Signal and Spectrum Analyzer Resolving Security Issues When Working in Secure Areas Signal and Spectrum Analyzer Resolving Security Issues When Working in Secure Areas Based upon the user s security requirements, this document describes the Rohde&Schwarz options available to address the

More information

History for R&S Spectrum Analyzer IVI-COM Driver. Driver Documentation

History for R&S Spectrum Analyzer IVI-COM Driver. Driver Documentation Driver Documentation Miloslav Macko 29-Aug-13 History for R&S Spectrum Analyzer IVI-COM Driver Driver Documentation Products: R&S FSP R&S FSL R&S FSU R&S FSQ R&S FSG R&S FSUP R&S FSMR R&S FSV R&S FSW History

More information

Versatile RF Fading Simulator With R&S FSQ/FSG/FSV and R&S SMU Application Note

Versatile RF Fading Simulator With R&S FSQ/FSG/FSV and R&S SMU Application Note Versatile RF Fading Simulator With R&S FSQ/FSG/FSV and R&S SMU Application Note Products: R&S SMU200A R&S SMU-B17 R&S SMU-B14 R&S FSQ R&S FSG R&S FSQ-B17 R&S FSV R&S FSV-B17 R&S FSV-B70 Fading in the baseband

More information

LabWindows/CVI, VXIpnp driver history for the R&S SGMA Vector RF Source

LabWindows/CVI, VXIpnp driver history for the R&S SGMA Vector RF Source Miloslav Macko January 31, 2017 LabWindows/CVI, VXIpnp driver history for the R&S SGMA Vector RF Source Products: R&S SGT100A Driver history for LabWindows/CVI and VXIplug&play Instrument Driver for C/C++,

More information

LabWindows/CVI, VXIpnp driver history for the R&S Vector Network Analyzers Driver Documentation

LabWindows/CVI, VXIpnp driver history for the R&S Vector Network Analyzers Driver Documentation LabWindows/CVI, VXIpnp driver history for the R&S Vector Network Analyzers Driver Documentation Products: R&S ZNB R&S ZNC R&S ZND R&S ZNBT Driver history for LabWindows/CVI and VXIplug&play Instrument

More information

LabWindows/CVI, VXIpnp driver history for the R&S SFU Broadcast Test System Driver Documentation

LabWindows/CVI, VXIpnp driver history for the R&S SFU Broadcast Test System Driver Documentation Miloslav Macko September 25, 2015 LabWindows/CVI, VXIpnp driver history for the R&S SFU Broadcast Test System Driver Documentation Products: R&S SFU R&S SFC (compatible functionality) R&S BTC (compatible

More information

R&S ZV-Z81 Multiport Test Set, models.05/.09/.29 Specifications

R&S ZV-Z81 Multiport Test Set, models.05/.09/.29 Specifications ZV-Z81_models5_9_29_dat-sw_en_5213-6864-22_Cover.indd 1 Data Sheet 04.01 Test & Measurement R&S ZV-Z81 Multiport Test Set, models.05/.09/.29 Specifications 17.04.2013 12:47:27 CONTENTS Definitions... 3

More information

This application note is a simple step-by-step guide that introduces a practical method to perform reliable small cell planning.

This application note is a simple step-by-step guide that introduces a practical method to perform reliable small cell planning. Application Note Samuel Tretter 1.2017 1MA297_0e Reliable small cell planning using LTE test transmitter Application Note Products: R&S SGT100A R&S TSME R&S ROMES4 Reliable small cell planning is essential

More information

Correlated Receiver Diversity Simulations with R&S SFU

Correlated Receiver Diversity Simulations with R&S SFU Application Note Marius Schipper 10.2012-7BM76_2E Correlated Receiver Diversity Simulations with R&S SFU Application Note Products: R&S SFU R&S SFE R&S SFE100 R&S SFC R&S SMU200A Receiver diversity improves

More information

R&S FSW-K54 EMI Measurement Application Detecting and eliminating electromagnetic

R&S FSW-K54 EMI Measurement Application Detecting and eliminating electromagnetic R&S FSW-K54 EMI Measurement Application Detecting and eliminating electromagnetic interference Test & Measurement Product Brochure 01.00 R&S FSW-K54 EMI Measurement Application At a glance The R&S FSW-K54

More information

R&S ELEKTRA EMI Test Software Easy to use software for measuring electromagnetic disturbances

R&S ELEKTRA EMI Test Software Easy to use software for measuring electromagnetic disturbances Elektra_bro_en_3607-6021-12_v0100.indd 1 Product Brochure 01.00 Test & Measurement R&S ELEKTRA Easy to use software for measuring electromagnetic disturbances 13.03.2017 15:27:40 R&S ELEKTRA At a glance

More information

R&S FSV-K8 Bluetooth /EDR Measurement Application Specifications

R&S FSV-K8 Bluetooth /EDR Measurement Application Specifications R&S FSV-K8 Bluetooth /EDR Measurement Application Specifications Test & Measurement Data Sheet 01.01 CONTENTS R&S FSV-K8 Bluetooth /EDR measurement application... 3 Frequency...3 Measurement parameters...3

More information

R&S FSV-K40 Phase Noise Measurement Application Specifications

R&S FSV-K40 Phase Noise Measurement Application Specifications FSV-K40_dat-sw_en_5213-9705-22_cover.indd 1 Data Sheet 02.00 Test & Measurement R&S FSV-K40 Phase Noise Measurement Application Specifications 06.10.2014 14:51:49 CONTENTS Specifications... 3 Ordering

More information

Configuring the R&S BTC for ATSC 3.0 Application Note

Configuring the R&S BTC for ATSC 3.0 Application Note Configuring the R&S BTC for ATSC 3.0 Application Note Products: R&S BTC R&S BTC-K20 R&S BTC-K520 R&S BTC-PK520 The R&S Broadcast Test Center BTC supports the new Next Generation Broadcast Standard ATSC

More information

WCDMA Base Station Performance Tests according to TS25.141

WCDMA Base Station Performance Tests according to TS25.141 Application Note Schulz 5.2015 1MA78_0e WCDMA Base Station Performance Tests according to TS25.141 Application Note Products: R&S SMW200A R&S SMU200A R&S AMU200A R&S SMATE200A 3GPP TS25.141 defines conformance

More information

Pre-5G-NR Signal Generation and Analysis Application Note

Pre-5G-NR Signal Generation and Analysis Application Note Pre-5G-NR Signal Generation and Analysis Application Note Products: R&S SMW200A R&S VSE R&S SMW-K114 R&S VSE-K96 R&S FSW R&S FSVA R&S FPS This application note shows how to use Rohde & Schwarz signal generators

More information

LabWindows/CVI, VXIpnp and LabVIEW driver history for the R&S Power Sensors Driver Documentation

LabWindows/CVI, VXIpnp and LabVIEW driver history for the R&S Power Sensors Driver Documentation LabWindows/CVI, VXIpnp and LabVIEW driver history for the R&S Power Sensors Driver Documentation Products: R&S NRP-Zxx Linux drivers are available on request from our Customer Support: customersupport@rohde-schwarz.com

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

R&S GX465 Digital Wideband Storage Device Recording and replaying of I/Q data with up to 80 MHz bandwidth

R&S GX465 Digital Wideband Storage Device Recording and replaying of I/Q data with up to 80 MHz bandwidth GX465_bro_en_3606-7647-12_v0601.indd 1 Product Brochure 06.01 Radiomonitoring & Radiolocation R&S GX465 Digital Wideband Storage Device Recording and replaying of I/Q data with up to 80 MHz bandwidth 29.05.2016

More information

R&S ETH Handheld TV Analyzer Portable DVB-T/H signal analysis up to 3.6/8 GHz

R&S ETH Handheld TV Analyzer Portable DVB-T/H signal analysis up to 3.6/8 GHz R&S ETH Handheld TV Analyzer Portable DVB-T/H signal analysis up to 3.6/8 GHz Broadcast Product Brochure 02.00 R&S ETH Handheld TV Analyzer At a glance The R&S ETH handheld TV analyzer was specially designed

More information

R&S NESTOR-FOR Crime Scene Investigation

R&S NESTOR-FOR Crime Scene Investigation Application Brochure Version 01.00 R&S NESTOR-FOR Crime Scene Investigation NESTOR-FOR_Crime_app-bro_en_5215-7116_92_v0100.indd 1 17.05.2018 15:52:33 Contents This application brochure describes the procedure

More information

R&S PSL3 Industrial Controller The powerful industrial controller

R&S PSL3 Industrial Controller The powerful industrial controller R&S PSL3 Industrial Controller The powerful industrial controller Test & Measurement Product Brochure 02.00 R&S PSL3 Industrial Controller At a glance Controllers play a major role in complex measurement

More information

R&S ZN-Z154 Calibration Unit Specifications

R&S ZN-Z154 Calibration Unit Specifications ZN-Z154_dat-sw_en_3607-0481-22_v0101_cover.indd 1 Data Sheet 01.01 Test & Measurement R&S ZN-Z154 Calibration Unit Specifications 25.06.2014 10:27:09 CONTENTS Definitions... 3 Measurement range... 4 Effective

More information

LabWindows/CVI, VXIpnp driver history for the R&S Spectrum Analyzers Driver Documentation

LabWindows/CVI, VXIpnp driver history for the R&S Spectrum Analyzers Driver Documentation Miloslav Macko May 18, 2016 LabWindows/CVI, VXIpnp driver history for the R&S Spectrum Analyzers Driver Documentation Products: R&S FSUP R&S FSH4/8 R&S FSMR R&S ZVH R&S ESL R&S FSC Driver history for LabWindows/CVI

More information

R&S ZNrun Automated Test Software PC-based server platform for automated VNA tests

R&S ZNrun Automated Test Software PC-based server platform for automated VNA tests ZNrun_bro_en_3607-1836-12_v0100.indd 1 Product Brochure 01.00 Test & Measurement R&S ZNrun Automated Test Software PC-based server platform for automated VNA tests 05.03.2015 11:31:43 R&S ZNrun Automated

More information

R&S FSV-K73 3G FDD UE (UL) Measurements incl. HSUPA Specifications

R&S FSV-K73 3G FDD UE (UL) Measurements incl. HSUPA Specifications FSV-K73_dat-sw_en_5214-0976-22_cover.indd 1 Data Sheet 02.00 Test & Measurement R&S FSV-K73 3G FDD UE (UL) Measurements incl. HSUPA Specifications 01.08.2013 17:36:27 CONTENTS Specifications... 3 Frequency...

More information

Basic RF Amplifier Measurements using the R&S ZNB Vector Network Analyzer and SMARTerCal. Application Note

Basic RF Amplifier Measurements using the R&S ZNB Vector Network Analyzer and SMARTerCal. Application Note Basic RF Amplifier Measurements using a R&S ZNB Analyzer and SMARTerCal Mark Bailey 2013-03-05, 1ES, Version 1.0 Basic RF Amplifier Measurements using the R&S ZNB Vector Network Analyzer and SMARTerCal.

More information

R&S SMBV-Z1 Reference Frequency Converter Specifications

R&S SMBV-Z1 Reference Frequency Converter Specifications Test & Measurement Data Sheet 01.01 R&S SMBV-Z1 Reference Frequency Converter Specifications Version 01.01, July 2011 CONTENTS Definitions... 3 Introduction... 4 Specifications... 4 Input signal...4 Output

More information

Scope of the art Scope Rider Handheld digital oscilloscope

Scope of the art Scope Rider Handheld digital oscilloscope Scope of the art Scope Rider Handheld digital oscilloscope Lab performance in a rugged and portable design 60 MHz to 500 MHz Isolated, CAT IV Invest 2 minutes and you ll never look back. Scope Rider Experience

More information

R&S GX460 Digital Wideband Storage Device Recording and replaying device for I/Q data with up to 40 MHz bandwidth

R&S GX460 Digital Wideband Storage Device Recording and replaying device for I/Q data with up to 40 MHz bandwidth GX460_bro_en_5214-5461-12_v0900.indd 1 Product Brochure 09.00 Radiomonitoring & Radiolocation Digital Wideband Storage Device Recording and device for I/Q data with up to 40 MHz bandwidth 01.04.2016 12:09:46

More information

Dynamic re-referencing Microvolt-level measurements with the R&S RTO oscilloscopes

Dynamic re-referencing Microvolt-level measurements with the R&S RTO oscilloscopes RTO_app-bro_3607-2855-92_v0100.indd 1 Microvolt-level measurements with the R&S RTO Test & Measurement Application Brochure 01.00 Dynamic re-referencing Microvolt-level measurements with the R&S RTO oscilloscopes

More information

R&S TS-BCAST DVB-H IP Packet Inserter Compact DVB H signal generator with integrated IP packet inserter

R&S TS-BCAST DVB-H IP Packet Inserter Compact DVB H signal generator with integrated IP packet inserter Test & Measurement Product Brochure 02.00 R&S TS-BCAST DVB-H IP Packet Inserter Compact DVB H signal generator with integrated IP packet inserter R&S TS-BCAST DVB-H IP packet Inserter At a glance The R&S

More information

Oscilloscopes for debugging automotive Ethernet networks

Oscilloscopes for debugging automotive Ethernet networks Application Brochure Version 01.00 Oscilloscopes for debugging automotive Ethernet networks Oscilloscopes_for_app-bro_en_3607-2484-92_v0100.indd 1 30.07.2018 12:10:02 Comprehensive analysis allows faster

More information

Test Port Adapter Rohde & Schwarz Interchangeable Port Connector Application Note

Test Port Adapter Rohde & Schwarz Interchangeable Port Connector Application Note Test Port Adapter Rohde & Schwarz Interchangeable Port Connector Application Note An RF Test Port Adapter system is implemented and delivered with some Rohde & Schwarz RF test instruments. These interchangeable

More information

R&S NESTOR-FOR Alibi Verification

R&S NESTOR-FOR Alibi Verification Application Brochure Version 01.00 R&S NESTOR-FOR Alibi Verification NESTOR-FOR_app-bro_en_5215-5888-92_v0100.indd 1 22.03.2018 15:50:04 Contents This application brochure describes the procedure for surveying

More information

T80-K1 V2.22 Release Note

T80-K1 V2.22 Release Note T80-K1 V2.22 Release Note Products: R&S T80-K1 This document gives an overview of the additional features and improvements that are implemented with version 2.22 Release Note -

More information

Product Brochure Version R&S OSP Open Switch and Control Platform Modular solution for RF switch and control tasks

Product Brochure Version R&S OSP Open Switch and Control Platform Modular solution for RF switch and control tasks Product Brochure Version 12.00 R&S OSP Open Switch and Control Platform Modular solution for RF switch and control tasks R&S OSP Open Switch and Control Platform At a glance The modular R&S OSP open switch

More information

Product Brochure Version R&S OSP Open Switch and Control Platform Modular solution for RF switch and control tasks

Product Brochure Version R&S OSP Open Switch and Control Platform Modular solution for RF switch and control tasks Product Brochure Version 10.01 R&S OSP Open Switch and Control Platform Modular solution for RF switch and control tasks OSP_bro_en_5214-1437-12_v1001.indd 1 03.11.2017 13:32:24 R&S OSP Open Switch and

More information

R&S ZN-Z85 Switch Matrix Specifications

R&S ZN-Z85 Switch Matrix Specifications R&S ZN-Z85 Switch Matrix Specifications Data Sheet Version 01.02 CONTENTS Definitions... 3 Block diagrams... 4 Specifications... 5 General features... 5 Performance data... 5 Remote control... 5 Switching

More information

Advanced Techniques for Spurious Measurements with R&S FSW-K50 White Paper

Advanced Techniques for Spurious Measurements with R&S FSW-K50 White Paper Advanced Techniques for Spurious Measurements with R&S FSW-K50 White Paper Products: ı ı R&S FSW R&S FSW-K50 Spurious emission search with spectrum analyzers is one of the most demanding measurements in

More information

R&S ADMC8 Multicoupler Active UHF multicoupler for 8-port ATC signal distribution

R&S ADMC8 Multicoupler Active UHF multicoupler for 8-port ATC signal distribution Secure Communications Product Brochure 01.00 R&S ADMC8 Multicoupler Active UHF multicoupler for 8-port ATC signal distribution R&S ADMC8 Multicoupler At a glance The R&S ADMC8 is a multicoupler specifically

More information

R&S Spectrum Rider FPH Handheld spectrum analyzer

R&S Spectrum Rider FPH Handheld spectrum analyzer R&S Spectrum Rider FPH Handheld spectrum analyzer PD 3607.2149.32 V 01.00 Small form factor to handle big tasks SpectrumRider_fly_en_3607_2149_32_v0100.indd 3 R&S Spectrum Rider FPH Modern and rugged portable

More information

R&S FSV-K76 TD-SCDMA BS (DL) Measurements Specifications

R&S FSV-K76 TD-SCDMA BS (DL) Measurements Specifications FSV_K76_dat-sw_en_5214-1572-22_cover.indd 1 Data Sheet 02.00 Test & Measurement R&S FSV-K76 TD-SCDMA BS (DL) Measurements Specifications 07.08.2013 18:42:49 CONTENTS Specifications... 3 Frequency... 3

More information

Product Brochure Version R&S RSC Step Attenuator Where precise signal levels count

Product Brochure Version R&S RSC Step Attenuator Where precise signal levels count Product Brochure Version 02.00 Step Attenuator Where precise signal levels count RSC_bro_en_5214-4413-12_v0200.indd 1 07.09.2018 10:36:40 Step Attenuator At a glance The is a switchable, mechanical step

More information

R&S FPS-K18 Amplifier Measurements Specifications

R&S FPS-K18 Amplifier Measurements Specifications R&S FPS-K18 Amplifier Measurements Specifications Data Sheet Version 02.00 Specifications The specifications of the R&S FPS-K18 amplifier measurements are based on the data sheet of the R&S FPS signal

More information

Troubleshooting EMI in Embedded Designs White Paper

Troubleshooting EMI in Embedded Designs White Paper Troubleshooting EMI in Embedded Designs White Paper Abstract Today, engineers need reliable information fast, and to ensure compliance with regulations for electromagnetic compatibility in the most economical

More information

Arbitrary Waveform Sequencing with Rohde & Schwarz Vector Signal Generators. Application Note. Products: R&S SMBV100A R&S SMW200A R&S SMU200A

Arbitrary Waveform Sequencing with Rohde & Schwarz Vector Signal Generators. Application Note. Products: R&S SMBV100A R&S SMW200A R&S SMU200A Application Note C. Tröster 05.204-GP53_3E Arbitrary Waveform Sequencing with Rohde & Schwarz Vector Signal Generators Application Note Products: R&S SMBV00A R&S SMW200A R&S SMU200A R&S SMJ200A R&S AMU200A

More information

Boonton 4540 Remote Operation Modes

Boonton 4540 Remote Operation Modes 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

More information

R&S FSW-K76/-K77 3GPP TD-SCDMA BS/UE Measurement Applications Specifications

R&S FSW-K76/-K77 3GPP TD-SCDMA BS/UE Measurement Applications Specifications R&S FSW-K76/-K77 3GPP TD-SCDMA BS/UE Measurement Applications Specifications Test & Measurement Data Sheet 01.00 CONTENTS Definitions... 3 Specifications... 4 Frequency... 4 Level... 4 Signal acquisition...

More information

EX-IQ-Box Digital Signal Interface Module Specifications

EX-IQ-Box Digital Signal Interface Module Specifications Test & Measurement Data Sheet 01.01 EX-IQ-Box Digital Signal Interface Module Specifications Introduction The R&S EX-IQ-Box is a digital interface module that provides flexible digital baseband inputs

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

R&S CONTEST ITS Test cases and applications

R&S CONTEST ITS Test cases and applications CONTEST_ITS_Test_Cases_dat-sw_en_3607-0352-22_v0200_cover.indd 1 Data Sheet 02.00 Test & Measurement R&S CONTEST ITS Test cases and applications 31.05.2016 14:03:11 CONTENTS Definitions... 3 CONTEST basic

More information

R&S ZN-Z103 Calibration Unit Specifications. Data Sheet V02.01

R&S ZN-Z103 Calibration Unit Specifications. Data Sheet V02.01 R&S ZN-Z103 Calibration Unit Specifications Data Sheet V02.01 CONTENTS Definitions... 3 Measurement range... 5 Effective system data... 5 General data... 6 Ordering information... 7 2 Rohde & Schwarz R&S

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

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

EUTRA/LTE and LTE-Advanced Signal Analysis Transmitter measurements on LTE signals

EUTRA/LTE and LTE-Advanced Signal Analysis Transmitter measurements on LTE signals EUTRA/LTE and LTE-Advanced Signal Analysis Transmitter measurements on LTE signals R&S FS-K100PC/-K101PC/-K102PC/-K103PC/-K104PC/-K105PC Test & Measurement Product Brochure 03.00 EUTRA/LTE and LTE-Advanced

More information

EUTRA/LTE Downlink Specifications

EUTRA/LTE Downlink Specifications Test & Measurement Data Sheet 03.00 EUTRA/LTE Downlink Specifications R&S FS-K100PC/-K102PC/-K104PC R&S FSV-K100/-K102/-K104 R&S FSQ-K100/-K102/-K104 R&S FSW-K100/-K102/-K104 CONTENTS Definitions... 3

More information

R&S ZVA-Zxx Millimeter-Wave Converters Specifications

R&S ZVA-Zxx Millimeter-Wave Converters Specifications ZVA-Zxx_dat-sw_en_5214.2033.22_umschlag.indd 1 Data Sheet 13.00 Test & Measurement R&S ZVA-Zxx Millimeter-Wave Converters Specifications 28.01.2013 15:08:06 CONTENTS General information... 3 Definitions...

More information

R&S BCDRIVE R&S ETC-K930 Broadcast Drive Test Manual

R&S BCDRIVE R&S ETC-K930 Broadcast Drive Test Manual R&S BCDRIVE R&S ETC-K930 Broadcast Drive Test Manual 2115.1347.02 05 Broadcast and Media Manual The Manual describes the following R&S Broadcast Drive Test software. 2115.1360.02 2115.1360.03 2116.5146.02

More information

R&S FSQ-K91/K91n/K91ac WLAN a/b/g/j/n/ac Application Firmware Specifications

R&S FSQ-K91/K91n/K91ac WLAN a/b/g/j/n/ac Application Firmware Specifications R&S FSQ-K91/K91n/K91ac WLAN 802.11a/b/g/j/n/ac Application Firmware Specifications Test & Measurement Data Sheet 03.00 CONTENTS OFDM analysis (IEEE 802.11a, IEEE 802.11g OFDM, IEEE 802.11j, )... 3 Frequency...3

More information

RSCommander - Versatile Software Tool for Rohde & Schwarz Instruments Application Note

RSCommander - Versatile Software Tool for Rohde & Schwarz Instruments Application Note - Versatile Software Tool for Rohde & Schwarz Instruments Application Note Products: R&S FSW R&S SMA100B R&S SMW200A R&S VTC R&S CMW500 R&S BTC R&S FPL1000 R&S RTH R&S FPC1000 R&S RTO2000 R&S ZVA R&S RTM2000

More information

LTE Downlink MIMO Verification

LTE Downlink MIMO Verification LTE Downlink MIMO Verification with R&S SMU200A and R&S FSW Application Note Products: R&S SMU200A R&S SMATE200A R&S AMU200A R&S FSW R&S FSQ R&S FSG R&S FSV Multiple Input Multiple Output (MIMO) is an

More information

R&S ZVA110 Vector Network Analyzer Specifications

R&S ZVA110 Vector Network Analyzer Specifications ZVA110_dat-sw_en_5214-4813-22_cover.indd 1 Data Sheet 04.00 Test & Measurement R&S ZVA110 Vector Network Analyzer Specifications 15.11.2013 14:42:28 CONTENTS Definitions... 3 Specifications... 4 Overview...

More information

MATLAB Toolkit for R&S Signal Generators Application Note

MATLAB Toolkit for R&S Signal Generators Application Note MATLAB Toolkit for R&S Signal Generators Application Note Products: R&S SMW200A R&S SMU200A R&S SMJ100A R&S SMATE200A R&S AMU200A R&S SMBV100A R&S AFQ100A R&S AFQ100B R&S SMA100A R&S SMB100A R&S SMC100A

More information

Five Reasons to Upgrade from Legacy VNAs to a R&S ZNB Vector Network Analyzer

Five Reasons to Upgrade from Legacy VNAs to a R&S ZNB Vector Network Analyzer Five Reasons to Upgrade from Legacy VNAs to a R&S ZNB Vector Network Analyzer Summary: Vector Network Analyzers have evolved from complicated specialist tools to easy-to-use, yet even more powerful RF

More information

R&S TSMx Radio Network Analyzers Powerful scanner family for mobile applications

R&S TSMx Radio Network Analyzers Powerful scanner family for mobile applications Test & Measurement Data Sheet 01.00 R&S TSMx Radio Network Analyzers Powerful scanner family for mobile applications R&S TSMx Radio Network Analyzers At a glance The R&S TSML, R&S TSMU and R&S TSMQ form

More information

R&S HA-Z24E External Preamplifier 1 GHz to 85 GHz Specifications

R&S HA-Z24E External Preamplifier 1 GHz to 85 GHz Specifications R&S HA-Z24E External Preamplifier 1 GHz to 85 GHz Specifications Data Sheet Version 01.01 Definitions General Product data applies under the following conditions: Three hours storage at ambient temperature

More information

Product Brochure Version HZ-15_16_17_bro_en_ _v0100.indd 1

Product Brochure Version HZ-15_16_17_bro_en_ _v0100.indd 1 Product Brochure Version 1. R&S HZ-15/R&S HZ-17 Probe Sets R&S HZ-16 Preamplifier E and H near-field emission measurements with test receivers, spectrum analyzers and oscilloscopes HZ-15_16_17_bro_en_5213-6687-12_v1.indd

More information

R&S GU221 Filter Control Unit Specifications

R&S GU221 Filter Control Unit Specifications R&S GU221 Filter Control Unit Specifications Secure Communications Data Sheet 01.00 Definitions General Product data applies under the following conditions: Three hours storage at ambient temperature followed

More information

Test and measurement solutions for electronics manufacturers

Test and measurement solutions for electronics manufacturers Test and measurement solutions for electronics manufacturers Test and measurement equipment for production must be reliable, easily adaptable, high-performing and upgradeable. In short: worth your investment.

More information

R&S ZN-Z32/-Z33 Automatic In-line Calibration Modules Ensuring high accuracy with thermal vacuum testing and multiport measurements

R&S ZN-Z32/-Z33 Automatic In-line Calibration Modules Ensuring high accuracy with thermal vacuum testing and multiport measurements R&S ZN-Z32/-Z33 Automatic In-line Calibration Modules Ensuring high accuracy with thermal vacuum testing and multiport measurements Product Brochure Version 01.01 R&S ZN-Z32/-Z33 Automatic In-Line Calibration

More information

R&S TS-PMB Switch Matrix Module High-density, 90-channel, full matrix relay multiplexer module

R&S TS-PMB Switch Matrix Module High-density, 90-channel, full matrix relay multiplexer module TS-PMB_bro_en_0758-0600-12.indd 1 Product Brochure 02.00 Test & Measurement Switch Matrix Module High-density, 90-channel, full matrix relay multiplexer module Switch Matrix Module At a glance Typical

More information

R&S InstrumentView Release Notes Software Version 1.70

R&S InstrumentView Release Notes Software Version 1.70 R&S InstrumentView Release Notes Software 1.70 2018 Rohde & Schwarz GmbH & Co. KG Muehldorfstr. 15, 81671 Munich, Germany Phone: +49 89 41 29-0 Fax: +49 89 41 29 12-164 E-mail: mailto:info@rohde-schwarz.com

More information

R&S SFC Compact Modulator and R&S SFC-U Compact USB Modulator Test signals for TV and audio broadcasting handy and economical

R&S SFC Compact Modulator and R&S SFC-U Compact USB Modulator Test signals for TV and audio broadcasting handy and economical Broadcasting Product Brochure 02.00 R&S SFC Compact Modulator and R&S SFC-U Compact USB Modulator Test signals for TV and audio broadcasting handy and economical R&S SFC Compact Modulator and R&S SFC-U

More information

Your partner in testing the Internet of Things

Your partner in testing the Internet of Things Your partner in testing the Internet of Things The power of testing in all phases of the product lifecycle The majority of devices sensors, actors, gateways building the Internet of Things (IoT) use wireless

More information

R&S SFD DOCSIS Signal Generator Signal generator for DOCSIS 3.1 downstream and upstream

R&S SFD DOCSIS Signal Generator Signal generator for DOCSIS 3.1 downstream and upstream R&S SFD DOCSIS Signal Generator Signal generator for DOCSIS 3.1 downstream and upstream SFD_bro_en_3607-3739-12_v0100.indd 1 Product Brochure 01.00 Test & Measurement Broadcast & Media year 24.05.2016

More information

R&S CA210 Signal Analysis Software Offline analysis of recorded signals and wideband signal scenarios

R&S CA210 Signal Analysis Software Offline analysis of recorded signals and wideband signal scenarios CA210_bro_en_3607-3600-12_v0200.indd 1 Product Brochure 02.00 Radiomonitoring & Radiolocation R&S CA210 Signal Analysis Software Offline analysis of recorded signals and wideband signal scenarios 28.09.2016

More information

R&S EFL110/EFL210 Cable TV Analyzer and Leakage Detector Detecting interference in cable TV and LTE networks

R&S EFL110/EFL210 Cable TV Analyzer and Leakage Detector Detecting interference in cable TV and LTE networks R&S EFL110/EFL210 Cable TV Analyzer and Leakage Detector Detecting interference in cable TV and LTE networks Broadcasting Product Brochure 02.00 R&S EFL110/ R&S EFL210 Cable TV Analyzer and Leakage Detector

More information

Mastering Phase Noise Measurements (Part 3)

Mastering Phase Noise Measurements (Part 3) Mastering Phase Noise Measurements (Part 3) Application Note Whether you are new to phase noise or have been measuring phase noise for years it is important to get a good understanding of the basics and

More information

R&S FSW-K160RE 160 MHz Real-Time Measurement Application Specifications

R&S FSW-K160RE 160 MHz Real-Time Measurement Application Specifications FSW-K160RE_dat-sw_en_3607-1759-22_v0200_cover.indd 1 Data Sheet 02.00 Test & Measurement R&S FSW-K160RE 160 MHz Real-Time Measurement Application Specifications 06.04.2016 17:16:27 CONTENTS Definitions...

More information

LabVIEW driver history for the R&S Microwave Signal Generator

LabVIEW driver history for the R&S Microwave Signal Generator for the R&S Microwave Signal Generator Products: R&S SMF100A Miloslav Macko July 30, 2018 Table of Contents Table of Contents 1 Supported Instruments... 3 2 Getting Started... 4 2.1 LabVIEW version...

More information

R&S ZN-Z151/-Z152/-Z153 Calibration Unit Specifications

R&S ZN-Z151/-Z152/-Z153 Calibration Unit Specifications ZN-Z151_152_153_dat-sw_en_3607-0881-22_v0100_cover.indd 1 Data Sheet 01.00 Test & Measurement R&S ZN-Z151/-Z152/-Z153 Calibration Unit Specifications 07.10.2014 11:35:47 CONTENTS Definitions... 3 Measurement

More information

RF amplifier testing from wafer to design-in

RF amplifier testing from wafer to design-in RF amplifier testing from wafer to design-in We help you reach your target: Improve efficiency Ensure RF performance Increase throughput Turn your signals into success. Benefit from 85 years of experience

More information

R&S EFL240/R&S EFL340 Portable TV Test Receiver Professional installation of cable and satellite TV systems and antennas

R&S EFL240/R&S EFL340 Portable TV Test Receiver Professional installation of cable and satellite TV systems and antennas R&S EFL240/R&S EFL340 Portable TV Test Receiver Professional installation of cable and satellite TV systems and antennas Broadcasting Product Brochure 03.00 R&S EFL240/ R&S EFL340 Portable TV Test Receiver

More information