<WCDMA Inner Loop Power Control tests, test pattern E&F,G&H using ARB files on the R&S CMW 500>

Size: px
Start display at page:

Download "<WCDMA Inner Loop Power Control tests, test pattern E&F,G&H using ARB files on the R&S CMW 500>"

Transcription

1 <WCDMA Inner Loop Power Control tests, test pattern E&F,G&H using ARB files on the R&S CMW 500> Application Note Products: R&S CMW500 R&S CMW- KW400 <Application Note> <Thomas Lutz> < CM78>-<version 0.1>

2 Table of Contents Table of Contents 1 Test Equipment Setup R&S CMW500 WCDMA Arbitrary Waveform Playback Setup Step 1 Enable the General Purpose RF Generator Step 2 Configure the General Purpose RF Generator Step 3 Select the ARB File Step 4 Turn ON the General Purpose RF Generator Table of the General Purpose RF Generator Settings Rohde & Schwarz WCDMA Non-signaling test arbitrary waveform configuration Rohde & Schwarz WinIQSIM2 control sequence Reset the tool Defining a TPC pattern with 120 zeros and 120 ones Defining a the data list directory and write the TPC pattern to a file e:\\120zeros120ones.dm_iqd Defining the scrambling code Primary CPICH definition Secondary CPICH definition (inactive) Primary SCH definition Secondary SCH definition Primary CCPCH definition Secondary CCPCH definition (inactive) PICH definition AICH definition (inactive) AP_AICH definition (inactive) PDSCH definition (inactive) Downlink DPCCH definition (inactive) DPCH definition Definition of all other channels (12 to 137) Marker definition ARB Length Query for the relative total power Query for channel conflicts, syntax errors in the remote sequence Creation of the arbitrary waveform file...13 using ARB files on the R&S CMW 500> 2

3 Table of Contents R&S CMW500 Configuration for GPRF Power Uplink Signal Measurement Measurement Settings RF Settings Measurement Control Repetition Display Marker Start the Measurement Automating a GPRF Power Measurement with the R&S CMW Configure the arbitrary signal generator to play the waveform Configure the R&S CMW500 analyzer to make a GPRF power measurement Arm the measurement Get the power measurement results Test Equipment Setup for ILPC test pattern tests G&H R&S CMW500 Configuration for GPRF Power Uplink Signal Measurement Automating a GPRF Power Measurement with the R&S CMW Configure the arbitrary signal generator to play the waveform Configure the R&S CMW500 analyzer to make a GPRF power measurement Arm the measurement Get the power measurement results Summary References using ARB files on the R&S CMW 500> 3

4 1 Test Equipment Setup 1.1 R&S CMW500 WCDMA Arbitrary Waveform Playback Setup The following details how to configure the R&S CMW500 General Purpose RF Generator for playback of an arbitrary waveform used for WCDMA inner loop power control tests, test pattern E & F. The waveform to execute playback on is: D:\Rohde-Schwarz\CMW\Data\waveform\RMC12_2_IlpcEF_0_9_16.wv To start this arbitrary waveform file a software option KW400 on the R&S CMW500 is required Step 1 Enable the General Purpose RF Generator Step 2 Configure the General Purpose RF Generator using ARB files on the R&S CMW 500> 4

5 1.1.3 Step 3 Select the ARB File To select the arbitrary waveform, press the ARB soft key on left side of R&S CMW screen, followed by the Select ARB File soft key on the bottom using ARB files on the R&S CMW 500> 5

6 Navigate through the pop up dialog, e.g. rotating the spin wheel and select the desired arbitrary waveform file by pushing the spin wheel. Navigate the focus of the dialog to the OK button by rotating the spin wheel again. After selecting the OK button push the spin wheel again Step 4 Turn ON the General Purpose RF Generator To begin playing the arbitrary waveform, press the On/Off hard key button on the R&S CMW500 front panel, located along the top of the instrument, above the spin wheel. using ARB files on the R&S CMW 500> 6

7 1.1.5 Table of the General Purpose RF Generator Settings General Purpose RF Generator RF Configuration Parameter Settings Units RF Routing User defined (suggest RF1 COM) External Attenuation User defined (RF cable path loss) db Frequency MHz Level (RMS) dbm Digital Gain 0.0 db List Mode Baseband Configuration Baseband Mode Dual Tone ARB Configuration Repetition ARB File Name Trigger Retrigger Autostart Source List Configuration List Elements Off ARB Not applicable Continuous D:\Rohde-Schwarz\CMW\Data\waveform\ RMC12_2_IlpcEF_0_9_16.wv Checked Checked Not applicable Not applicable Rohde & Schwarz WCDMA Non-signaling test arbitrary waveform configuration The waveform described below is useful for testing WCDMA chipsets in non-signaling test mode using the Rohde & Schwarz CMW500 Wideband Radio Communication Tester. The signal provides everything needed in a downlink signal for a non-signaling test mode enabled device to synchronize and decode on downlink channel The signal can be used to perform inner loop power control tests for the test pattern E&F in one row. The same arbitrary waveform file can be used for the test pattern G&H. The necessary changes in the analyzer settings are described in the next chapter. Changing the ARB file will cause the mobile to loose the synchronization. To using ARB files on the R&S CMW 500> 7

8 prevent this, a multi-segment ARB generator mode is available on the R&S CMW500. Uplink signal measurements from the chip can be performed using the R&S CMW500 GPRF power measurement, which is part of the base instrument. Waveform file name: RMC12_2_IlpcEF_0_9_16.wv Waveform Content 160 millisecond long waveform (16 frames) DL Primary Scrambling Code 0 DL Secondary Scrambling Code 0 DPCH Channel Code 9 Channel type 12.2kbps RMC Power Control Bits set 120 times to 0 and 120 times to 1 P-CPICH Level -3.3 db P-SCH Level -8.3 db S-SCH Level -8.3 db P-CCPCH Level 5.3 db PICH Level -8.3 db DPCH Level db Rohde & Schwarz WinIQSIM2 control sequence The Rohde & Schwarz tool WinIQSIM2 can also be remote controlled to define the parameters, which are used to generate the arbitrary waveform file. The remote interface behaves like a standard remote interface of a signal generator based on a SCPI syntax using an VISA driver to control a TCP/IP connection to localhost. The leading WinIQSIM: is not part of the command, this is only used as a address symbol in this Rohde & Schwarz remote script tools Reset the tool buffout = [ ] WINIQSIM2: *IDN? WINIQSIM2: *RST WINIQSIM2: *CLS WINIQSIM2: BB:W3GP:STAT OFF using ARB files on the R&S CMW 500> 8

9 Defining a TPC pattern with 120 zeros and 120 ones ilpc_tpc_pattern = "0" for index in range (0,119): ilpc_tpc_pattern = ilpc_tpc_pattern + ',0' for index in range (120,240): ilpc_tpc_pattern = ilpc_tpc_pattern + ',1' Defining a the data list directory and write the TPC pattern to a file e:\\120zeros120ones.dm_iqd WINIQSIM2: MMEM:CDIR 'e:\\' WINIQSIM2: MMEM:MDIR 'e:\\' WINIQSIM2: SOUR:BB:DM:DLIS:SEL "e:\\120zeros120ones" buffout = "SOUR:BB:DM:DLIS:DATA " + ilpc_tpc_pattern WINIQSIM2.write(buffout) Defining the scrambling code The primary scrambling code is defined with 4 digits followed by the secondary scrambling code with 1 digit WINIQSIM2.write('BB:W3GP:BST1:SCOD #H0000') WINIQSIM2: BB:W3GP:BST1:SCOD:STAT ON Primary CPICH definition WINIQSIM2: BB:W3GP:BST1:CHAN0:STAT ON WINIQSIM2: BB:W3GP:BST1:CHAN0:POW Secondary CPICH definition (inactive) WINIQSIM2: BB:W3GP:BST1:CHAN1:STAT OFF WINIQSIM2: BB:W3GP:BST1:CHAN1:POW -3.3 WINIQSIM2: BB:W3GP:BST1:CHAN1:CCOD 7 using ARB files on the R&S CMW 500> 9

10 Primary SCH definition WINIQSIM2: BB:W3GP:BST1:CHAN2:STAT ON WINIQSIM2: BB:W3GP:BST1:CHAN2:POW Secondary SCH definition WINIQSIM2: BB:W3GP:BST1:CHAN3:STAT ON WINIQSIM2: BB:W3GP:BST1:CHAN3:POW Primary CCPCH definition WINIQSIM2: BB:W3GP:BST1:CHAN4:STAT ON WINIQSIM2: BB:W3GP:BST1:CHAN4:POW -5.3 WINIQSIM2: BB:W3GP:BST1:CHAN4:CCOD 1 WINIQSIM2: BB:W3GP:BST1:CHAN4:DATA PN9 WINIQSIM2: BB:W3GP:BST:ENH:PCCP:CCOD:STAT ON WINIQSIM2: BB:W3GP:BST:ENH:PCCP:STAT ON Secondary CCPCH definition (inactive) WINIQSIM2: BB:W3GP:BST1:CHAN5:STAT OFF WINIQSIM2: BB:W3GP:BST1:CHAN5:POW -5.3 WINIQSIM2: BB:W3GP:BST1:CHAN5:CCOD 4 WINIQSIM2: BB:W3GP:BST1:CHAN5:DATA PN9 WINIQSIM2: BB:W3GP:BST1:CHAN5:SFOR 4 WINIQSIM2: BB:W3GP:BST1:CHAN5:TOFF PICH definition WINIQSIM2: BB:W3GP:BST1:CHAN6:STAT ON WINIQSIM2: BB:W3GP:BST1:CHAN6:POW -8.3 WINIQSIM2: BB:W3GP:BST1:CHAN6:CCOD 16 WINIQSIM2: BB:W3GP:BST1:CHAN6:DATA PN9 WINIQSIM2: BB:W3GP:BST1:CHAN6:TOFF AICH definition (inactive) using ARB files on the R&S CMW 500> 10

11 WINIQSIM2: BB:W3GP:BST1:CHAN7:STAT OFF WINIQSIM2: BB:W3GP:BST1:CHAN7:POW -8.3 WINIQSIM2: BB:W3GP:BST1:CHAN7:CCOD AP_AICH definition (inactive) WINIQSIM2: BB:W3GP:BST1:CHAN8:STAT OFF PDSCH definition (inactive) WINIQSIM2: BB:W3GP:BST1:CHAN9:STAT OFF Downlink DPCCH definition (inactive) WINIQSIM2: BB:W3GP:BST1:CHAN10:STAT OFF DPCH definition The code channel is 9. It is using armc12.2 coded channel with transport format combination index 3. The data source is a PRBS-9 sequence. ILPC defined by data list e:\\120zeros120ones.dm_iqd WINIQSIM2: BB:W3GP:BST1:CHAN11:STAT ON WINIQSIM2: BB:W3GP:BST1:CHAN11:POW WINIQSIM2: BB:W3GP:BST1:CHAN11:CCOD 9 WINIQSIM2: BB:W3GP:BST1:CHAN11:DATA PN9 WINIQSIM2: BB:W3GP:BST1:CHAN11:TOFF 0 WINIQSIM2: BB:W3GP:BST:ENH:CHAN11:DPCH:CCOD:TYPE M12K2 WINIQSIM2: BB:W3GP:BST:ENH:CHAN11:DPCH:CCOD:STAT ON WINIQSIM2: BB:W3GP:BST:ENH:CHAN11:DPCH:STAT ON WINIQSIM2: BB:W3GP:BST:ENH:CHAN11:DPCH:TCH1:DATA PN9 WINIQSIM2: BB:W3GP:BST1:CHAN11:DPCC:TFCI 3 WINIQSIM2: BB:W3GP:BST1:CHAN11:DPCC:TFCI:STATE ON WINIQSIM2: BB:W3GP:BST1:CHAN11:DPCC:TPC:DATA DLIS WINIQSIM2: BB:W3GP:BST1:CHAN11:DPCC:TPC:DATA:DSEL "e:\\120zeros120ones" WINIQSIM2: BB:W3GP:BST1:CHAN11:DPCC:TPC:READ CONT using ARB files on the R&S CMW 500> 11

12 Definition of all other channels (12 to 137) for index in range (12, 138): buffout = "BB:W3GP:BST1:CHAN" + str(index) + ":STAT OFF" WINIQSIM2.write(buffout) buffout = "BB:W3GP:BST1:CHAN" + str(index) + ":POW 0.0" WINIQSIM2.write(buffout) buffout = "BB:W3GP:BST1:CHAN" + str(index) + ":TOFF 0" WINIQSIM2.write(buffout) Marker definition 1 = ARB length 2 = ARB length 3 = Slot 4 = Frame WINIQSIM2: SOUR:BB:W3GP:TRIG:OUTP1:MODE CSP WINIQSIM2: SOUR:BB:W3GP:TRIG:OUTP2:MODE CSP WINIQSIM2: SOUR:BB:W3GP:TRIG:OUTP3:MODE SLOT WINIQSIM2: SOUR:BB:W3GP:TRIG:OUTP4:MODE RFR ARB Length Defined with number of frames WINIQSIM2: BB:W3GP:SLEN 16 WINIQSIM2: BB:W3GP:STAT ON;*OPC? Query for the relative total power WINIQSIM2: BB:W3GP:POW? Query for channel conflicts, syntax errors in the remote sequence WINIQSIM2: BB:W3GP:BST1:DCON? WINIQSIM2: SYST:ERR? using ARB files on the R&S CMW 500> 12

13 Creation of the arbitrary waveform file WINIQSIM2: SOUR:BB:W3GP:WAV:CRE " e:\rmc12_2_ilpcef_0_9_16.wv " WINIQSIM2: SYST:ERR? R&S CMW500 Configuration for GPRF Power Uplink Signal Measurement The following describes how to configure the R&S CMW500 to perform a measurement on the uplink WCDMA transmitter. First, enable the GPRF TX Measurement option on, by checking its enable radio button from the Measurement Controller sub panel. This menu can be found by pressing the Measure hard key found along the top of the R&S CMW500 front panel, above the number keypad. using ARB files on the R&S CMW 500> 13

14 1.1.9 Measurement Settings Next find and press the following soft key on from the GPRF Power Measurement screen. If this soft key is not yet visible, use the Tasks hard key. The Tasks hard key shows the available currently enabled (loaded) software features and to select this feature. Press the soft key GPRF Power The displayed soft keys row along the bottom of the LCD display should change to one of the GPRF Power Measurement controls like shown below RF Settings The total configuration consists of four different parts: Trigger configuration List mode configuration Filter configuration Measurement control. Start by pressing the Config on the right side of the displayed soft keys row along the bottom of the LCD display. Please define the trigger settings in this shown pop up menu now. Additionally configure the Start index (0) and the Stop Index (239) of the list mode and activate the list mode. using ARB files on the R&S CMW 500> 14

15 Press the Config button again to return to the main window. In the second step press the List Config. Button on the right side of the displayed soft keys row along the bottom of the LCD display. Start to fill out the pop up dialog like shown below and afterwards press the button Apply. Enter the Start Index (0) and the Index Range (28), followed by the Frequency and the Level. The frequency increment and the level increment should both be 0.0 You need to modify now the index range and the level setting. After that use again the button Apply using ARB files on the R&S CMW 500> 15

16 This step is now repeated several times, like shown. using ARB files on the R&S CMW 500> 16

17 With this last entry you should enter again the index range and the level. After that press again the button Apply, like before. using ARB files on the R&S CMW 500> 17

18 Return to the main screen by the button Cancel now. In this main window, the filter configuration and the step configuration can be done. Use the spin wheel to change from edit field to next edit field. The trigger offset microseconds belongs to the 1024 chips offset between downlink and the uplink signal plus 25 microseconds guard period. using ARB files on the R&S CMW 500> 18

19 The following table summarizes how to configure the following parameters to these values: GPRF Power Measurements RF Configuration Parameter Settings Units RF Routing User defined (suggest RF1 COM) External Attenuation User defined (RF cable path loss) db Frequency Defined by the list mode configuration MHz Expected Power Level (RMS) Defined by the list mode configuration dbm User Margin 6.0 db List Mode Trigger Trigger Source On GPRF Generator : Restart Marker' Trigger Timeout 1000 (default) msec. Trigger Offset 291,66 µsec. Trigger Mode Statistic Counts Trigger once for single shot measurements or Retrigger sweep for single shot and continuous mode Power 1 Slot List Configuration List Elements 240 Start index 0 Stop index 239 Frequency MHz Expected Power (index 0 to 27) 24.0 dbm Expected Power (index 28 to 50) -1.0 dbm Expected Power (index 51 to 68) dbm Expected Power (index 69 to 138) dbm Expected Power (index 139 to 153) dbm Expected Power (index 154 to 165) 0.0 dbm Expected Power (index 166 to 174) 10.0 dbm Expected Power (index 175 to 239) 24.0 dbm using ARB files on the R&S CMW 500> 19

20 GPRF Power Measurements Filter Configuration Parameter Settings Units Bandwidth 5.0 or 10.0 MHz Filter Type Step Configuration Bandpass Step Length (1 slot) µsec. Measurement Length µsec. The R&S CMW500 LCD screen should look like the following: The display range of the Y-axis can be optimized by pressing the following soft key on the right-hand column of the LCD screen Configure the range by pressing the softkey Y Scale Power and the shown popup dialog. using ARB files on the R&S CMW 500> 20

21 Similar like the Y-Axis also the X-Axis of Diagram can be changed by pressing the soft key X Scale and changing the parameter of the pop up dialog Measurement Control The big benefit in combining the test steps E&F in the inner loop power control measurement is, that the measurements starts and stops at exactly the same condition with maximum power. That gives additionally the possibility to perform the measurement also in a continuous mode Find and press the following soft key on the right-hand column of the LCD screen Repetition Set the repetition mode to Continuous It is possible to analyze the standard deviation of the power results for each TX power step. Press the following soft key on the right-hand column of the LCD screen using ARB files on the R&S CMW 500> 21

22 Display Look for the softkey Standard Dev, which toggles between the state Show and Hide Press the following soft key on the right-hand column of the LCD screen Marker In addition press the soft key Marker and change this value e.g. by rotating the spin wheel of the R&S CMW500. using ARB files on the R&S CMW 500> 22

23 The fields above the Marker pop up dialog show the power results at this marker position Start the Measurement The measurement can be manually executed (triggered) by pressing the ON/OFF hard key on the front panel of the R&S CMW500, located along the top of the instrument, above the spin wheel Automating a GPRF Power Measurement with the R&S CMW500 The following SCPI command code is an example of how to configure the R&S CMW500 signal generator and signal analyzer to perform a non-signaling WCDMA uplink TX measurement on non signaling enabled WCDMA chipset. The leading CMW: is not part of the command, this is only used as a address symbol in Rohde & Schwarz remote script tools. using ARB files on the R&S CMW 500> 23

24 Configure the arbitrary signal generator to play the waveform Whenever loading an ARB file, you should ensure it was present on the selected path. The verification can be achieved by querying the currently loaded ARB file. A return string "No File Selected" would be an indication, that the file is not present. CMW: ROUT:GPRF:GEN1:RFS:CONN RF1C CMW: SOUR:GPRF:GEN1:BBM ARB CMW: SOUR:GPRF:GEN1:RFS:FREQ e6 CMW: SOUR:GPRF:GEN1:RFS:EATT 1 CMW: SOUR:GPRF:GEN1:RFS:LEV -65 CMW: SOUR:GPRF:GEN1:ARB:FILE 'd:\\ :\\Rohde-Schwarz\\CMW\\data\\waveform\\RMC12_2_IlpcEF_0_9_16.wv' CMW: SOUR:GPRF:GEN1:ARB:FILE? CMW: SOUR:GPRF:GEN1:ARB:REP CONT CMW: TRIG:GPRF:GEN1:ARB:RETR ON CMW: TRIG:GPRF:GEN1:ARB:AUT ON CMW: SOUR:GPRF:GEN1:LIST OFF CMW: SYST:ERR? CMW: SOUR:GPRF:GEN1:STAT ON;*OPC? Configure the R&S CMW500 analyzer to make a GPRF power measurement Slot timing and filter configuration, user margin corresponding to the crest factor of the signal CMW: CONF:GPRF:MEAS:RFS:ENP 24 CMW: CONF:GPRF:MEAS:RFS:UMAR 6 CMW: CONF:GPRF:MEAS:POW:SLEN E-6 CMW: CONF:GPRF:MEAS:POW:MLEN E-6 CMW: CONF:GPRF:MEAS:POW:SCO 1 CMW: CONF:GPRF:MEAS:POW:FILT:TYPE BAND CMW: CONF:GPRF:MEAS:POW:FILT:BAND:BWID 10E6 Trigger timing defined by generator marker. The trigger mode could also be trigger once instead of retrigger sweep, but the retrigger sweep mode also works in continuous mode CMW: TRIG:GPRF:MEAS:POW:SOUR "GPRF Gen1: Restart Marker" CMW: TRIG:GPRF:MEAS:POW:MODE SWE CMW: CONF:GPRF:MEAS:POW:TRIG:OFFS E-6 CMW: CONF:GPRF:MEAS:POW:TRIG:TOUT 300 CMW: CONF:GPRF:MEAS:POW:LIST ON List mode uses 240 entries for the same frequency buffout = "CONF:GPRF:MEAS:POW:LIST:FREQ:ALL E9" for index in range (1,240): buffout = buffout + ",1.9224E9" CMW.write(buffout) List mode uses 240 entries for the expected power using ARB files on the R&S CMW 500> 24

25 buffout = "CONF:GPRF:MEAS:POW:LIST:ENP:ALL 24.0" for index in range (1,28): buffout = buffout + ",24.0" for index in range (0,23): buffout = buffout + ",-1.0" for index in range (0,18): buffout = buffout + ",-21.0" for index in range (0,70): buffout = buffout + ",-30.0" for index in range (0,15): buffout = buffout + ",-13.0" for index in range (0,12): buffout = buffout + ",0.0" for index in range (0,9): buffout = buffout + ",10.0" for index in range (0,65): buffout = buffout + ",24.0" CMW.write(buffout) CMW: CONF:GPRF:MEAS:POW:LIST:STAR 0;STOP Arm the measurement CMW: INIT:GPRF:MEAS:POW;*OPC? Get the power measurement results CMW: FETC:GPRF:MEAS:POW:CURR? 1.2 Test Equipment Setup for ILPC test pattern tests G&H The same arbitrary waveform file as it was used for inner loop power control test pattern E&F can also be used for the test pattern G and H: D:\Rohde-Schwarz\CMW\Data\waveform\RMC12_2_IlpcEF_0_9_16.wv The differences in this test pattern G&H are the use of power steps of 2 db instead of 1dB in the test pattern E&F. This requires a modification of the expected power settings in the general purpose RF power test ( GPRF power ). The rest of the handling is exactly the same, so that only the analyzer configuration is described in this chapter. using ARB files on the R&S CMW 500> 25

26 1.2.1 R&S CMW500 Configuration for GPRF Power Uplink Signal Measurement Most Settings of the General Purpose Power Measurement (GPRF Power) are the same as described for the Inner Loop Power Control Tests with Test Pattern E&F. Only the expected power measurement of the list mode need to be modified, which is described here. Start to fill out the pop up dialog like shown below and afterwards press the button Apply. Enter the Start Index (0) and the Index Range (14), followed by the Frequency and the Level. The frequency increment and the level increment should both be 0.0. You need to modify now the index range and the level setting. After that use again the button Apply This step is now repeated several times, like shown. using ARB files on the R&S CMW 500> 26

27 using ARB files on the R&S CMW 500> 27

28 With this last entry you should enter again the index range and the level. After that press again the button Apply, like before. Return to the main screen by the button Cancel now. The following screen shots summarizes how to configure the following parameters to these values: using ARB files on the R&S CMW 500> 28

29 GPRF Power Measurements RF Configuration Parameter Settings Units RF Routing User defined (suggest RF1 COM) External Attenuation User defined (RF cable path loss) db Frequency Defined by the list mode configuration MHz Expected Power Level (RMS) Defined by the list mode configuration dbm User Margin 6.0 db List Mode Trigger Trigger Source On GPRF Generator : Restart Marker' Trigger Timeout 1000 (default) msec. Trigger Offset 291,66 µsec. Trigger Mode Statistic Counts Trigger once for single shot measurements or Retrigger sweep for single shot and continuous mode Power 1 Slot List Configuration List Elements 240 Start index 0 Stop index 239 Frequency MHz Expected Power (index 0 to 13) 24.0 dbm Expected Power (index 14 to 24) -1.0 dbm Expected Power (index 25 to 33) dbm Expected Power (index 34 to 128) dbm Expected Power (index 129 to 135) dbm Expected Power (index 136 to 141) 0.0 dbm Expected Power (index 142 to 145) 10.0 dbm Expected Power (index 146 to 239) 24.0 dbm using ARB files on the R&S CMW 500> 29

30 GPRF Power Measurements Filter Configuration Parameter Settings Units Bandwidth 5.0 or 10.0 MHz Filter Type Step Configuration Bandpass Step Length (1 slot) µsec. Measurement Length µsec Automating a GPRF Power Measurement with the R&S CMW500 The following SCPI command code is an example of how to configure the R&S CMW500 signal generator and signal analyzer to perform a non-signaling WCDMA uplink TX measurement on non signaling enabled WCDMA chipset. The leading CMW: is not part of the command, this is only used as a address symbol in Rohde & Schwarz remote script tools Configure the arbitrary signal generator to play the waveform Whenever loading an ARB file, you should ensure it was present on the selected path. The verification can be achieved by querying the currently loaded ARB file. A return string "No File Selected" would be an indication, that the file is not present. CMW: ROUT:GPRF:GEN1:RFS:CONN RF1C CMW: SOUR:GPRF:GEN1:BBM ARB CMW: SOUR:GPRF:GEN1:RFS:FREQ e6 CMW: SOUR:GPRF:GEN1:RFS:EATT 1 CMW: SOUR:GPRF:GEN1:RFS:LEV -65 CMW: SOUR:GPRF:GEN1:ARB:FILE 'd:\\ :\\Rohde-Schwarz\\CMW\\data\\waveform\\RMC12_2_IlpcEF_0_9_16.wv' CMW: SOUR:GPRF:GEN1:ARB:FILE? CMW: SOUR:GPRF:GEN1:ARB:REP CONT CMW: TRIG:GPRF:GEN1:ARB:RETR ON CMW: TRIG:GPRF:GEN1:ARB:AUT ON CMW: SOUR:GPRF:GEN1:LIST OFF CMW: SYST:ERR? CMW: SOUR:GPRF:GEN1:STAT ON;*OPC? Configure the R&S CMW500 analyzer to make a GPRF power measurement Slot timing and filter configuration, user margin corresponding to the crest factor of the signal using ARB files on the R&S CMW 500> 30

31 CMW: CONF:GPRF:MEAS:RFS:ENP 24 CMW: CONF:GPRF:MEAS:RFS:UMAR 6 CMW: CONF:GPRF:MEAS:POW:SLEN E-6 CMW: CONF:GPRF:MEAS:POW:MLEN E-6 CMW: CONF:GPRF:MEAS:POW:SCO 1 CMW: CONF:GPRF:MEAS:POW:FILT:TYPE BAND CMW: CONF:GPRF:MEAS:POW:FILT:BAND:BWID 10E6 Trigger timing defined by generator marker. The trigger mode could also be trigger once instead of retrigger sweep, but the retrigger sweep mode also works in continuous mode CMW: TRIG:GPRF:MEAS:POW:SOUR "GPRF Gen1: Restart Marker" CMW: TRIG:GPRF:MEAS:POW:MODE SWE CMW: CONF:GPRF:MEAS:POW:TRIG:OFFS E-6 CMW: CONF:GPRF:MEAS:POW:TRIG:TOUT 300 CMW: CONF:GPRF:MEAS:POW:LIST ON List mode uses 240 entries for the same frequency buffout = "CONF:GPRF:MEAS:POW:LIST:FREQ:ALL E9" for index in range (1,240): buffout = buffout + ",1.9224E9" CMW.write(buffout) List mode uses 240 entries for the expected power buffout = "CONF:GPRF:MEAS:POW:LIST:ENP:ALL 24.0" for index in range (1,14): buffout = buffout + ",24.0" for index in range (0,11): buffout = buffout + ",-1.0" for index in range (0,9): buffout = buffout + ",-21.0" for index in range (0,95): buffout = buffout + ",-30.0" for index in range (0,7): buffout = buffout + ",-13.0" for index in range (0,6): buffout = buffout + ",0.0" for index in range (0,4): buffout = buffout + ",10.0" for index in range (0,94): buffout = buffout + ",24.0" CMW: CONF:GPRF:MEAS:POW:LIST:STAR 0;STOP Arm the measurement CMW: INIT:GPRF:MEAS:POW;*OPC? using ARB files on the R&S CMW 500> 31

32 Summary Get the power measurement results CMW: FETC:GPRF:MEAS:POW:CURR? 2 Summary The application note explains how to create and use an arbitrary waveform file to perform WCDMA inner loop power control tests, test pattern E&F and G&H for a nonsignaling test mode enabled device. 3 References [1] User manual of the R&S CMW 500 or R&S CMW 280 radio communication tester. [2] Software manual for the R&S WinIQSim Simulation Software [3] Software manual for the R&S WinIQSim Options xxx-k42/ -K242/ -K43/ - K243/ -K45/ -K245/ -K59/ -K259/ -KW401/ -KW402 3GPP FDD, HSDPA, HSUPA and HSP Index A Arm the GPRF Power Measurement... 25,31 Automating a GPRF Power Measurement... 23,30 C Configure the ARB generator... 24,30 Configure the GPRF Generator... 4 Configure the GPRF power measurement... 24,30 E Enable the GPRF Generator... 4 G Get the GPRF power measurement results... 25,32 M Measurement Settings...14 R RF Settings of the GPRF Power Measurement...14 S Select the ARB File...5 Start the GPRF Power Measurement...23 T Table of the GPRF Generator Settings...7 Turn On the GPRF Generator...6,8 W WCDMA Uplink Measurements for test pattern E&F...13 WCDMA Uplink Measurements for test pattern G&H...26 Measurement Control using ARB files on the R&S CMW 500> 32

33 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 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 USA & Canada USA: TEST-RSA ( ) from outside USA: CustomerSupport@rohde-schwarz.com East Asia CustomerSupport@rohde-schwarz.com Rest of the World CustomerSupport@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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Tests on 3G-Base Stations to TS with FSIQ and SMIQ

Tests on 3G-Base Stations to TS with FSIQ and SMIQ Products: FSIQ, SMIQ Tests on 3G-Base Stations to TS 25.141 with FSIQ and SMIQ This application note describes how to measure the various WCDMA signals which are used for transmitter tests on FDD base

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

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

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

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-K144 5G NR Measurement Application Specifications

R&S FSW-K144 5G NR Measurement Application Specifications R&S FSW-K144 5G NR Measurement Application Specifications Data Sheet Version 01.00 CONTENTS Definitions... 3 Specifications... 4 Overview... 4 Assignment of option numbers to link modes... 4 Supported

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

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

Tests on 3G-Base Stations to TS with R&S Spectrum Analyzers and SMIQ Vector Signal Generator

Tests on 3G-Base Stations to TS with R&S Spectrum Analyzers and SMIQ Vector Signal Generator Products: FSP, FSIQ, FSU, FSQ, SMIQ Tests on 3G-Base Stations to TS 25.141 with R&S Spectrum Analyzers and SMIQ Vector Signal Generator This application note describes how to measure the various WCDMA

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

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

Generating the Noise Field for Ambient Noise Rejection Tests Application Note

Generating the Noise Field for Ambient Noise Rejection Tests Application Note Generating the Noise Field for Ambient Noise Rejection Tests Application Note Products: R&S UPV R&S UPV-K9 R&S UPV-K91 This document describes how to generate the noise field for ambient noise rejection

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

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

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

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

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

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

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

Iterative Direct DPD White Paper

Iterative Direct DPD White Paper Iterative Direct DPD White Paper Products: ı ı R&S FSW-K18D R&S FPS-K18D Digital pre-distortion (DPD) is a common method to linearize the output signal of a power amplifier (PA), which is being operated

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

Operation Guide for HSUPA Test Set-up According to 3GPP TS

Operation Guide for HSUPA Test Set-up According to 3GPP TS Products: R&S CMU200 Operation Guide for HSUPA Test Set-up According to Application Note This operation guide describes how to measure HSUPA test cases according to V8.0 with R&S CMU200. Setting files

More information

W-CDMA Base Station Transmitter Tests According to TS Rel. 10

W-CDMA Base Station Transmitter Tests According to TS Rel. 10 W-CDMA Base Station Transmitter Tests According to TS25.141 Rel. 10 Application Note Products: R&S FSW R&S FSQ R&S FSV R&S SMW200A R&S SMU200A R&S SMJ100A R&S FPS 3GPP TS25.141 [1] defines conformance

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

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

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

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

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

EUTRA/LTE Measurement Application Specifications

EUTRA/LTE Measurement Application Specifications EUTRA/LTE Measurement Application Specifications R&S VSE-K10x R&S FSx-K10x R&S FS-K10xPC Test & Measurement Data Sheet 02.00 CONTENTS Definitions... 3 Specifications... 4 General remarks... 4 Overview...

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

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

How To Demonstrate Improved ACLR Dynamic Range With FSU and Noise Correction

How To Demonstrate Improved ACLR Dynamic Range With FSU and Noise Correction Product: Spectrum Analyzer FSU How To Demonstrate Improved ACLR Dynamic Range With FSU and Noise Correction Application Note This application note provides information about the ACLR measurement with noise

More information

Product Brochure Version R&S TSML-CW Radio Network Analyzer Powerful scanner for CW applications

Product Brochure Version R&S TSML-CW Radio Network Analyzer Powerful scanner for CW applications Product Brochure Version 02.01 Radio Network Analyzer Powerful scanner for CW applications TSML-CW_bro_en_5214-3246-12_v0200.indd 1 22.08.2017 11:50:23 Radio Network Analyzer At a glance The is the ideal

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

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

Speeding up Spectrum Analyzer Measurements Application Note

Speeding up Spectrum Analyzer Measurements Application Note Speeding up Spectrum Analyzer Measurements Application Note Products: R&S FPS R&S FSW R&S FSV R&S SGT100A R&S SMW200A R&S SMBV100A Test time is a critical parameter when it comes to evaluating the cost

More information

ANSI/SCTE 40 Conformance Testing Using the R&S SFU, R&S SFE and R&S SFE100

ANSI/SCTE 40 Conformance Testing Using the R&S SFU, R&S SFE and R&S SFE100 R&S SFU broadcast test system ANSI/SCTE 40 Conformance Testing Using the R&S SFU, R&S SFE and R&S SFE100 Application Note The Society of Cable Telecommunications Engineers (SCTE) defined the ANSI/SCTE

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

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

1xEV-DO Test Solutions

1xEV-DO Test Solutions Products: R&S SMU200A Vector Signal Generator, R&S FSP, R&S FSU, R&S FSQ Spectrum Analyzers, R&S CMU200 Radio Communication Tester xev-do Test Solutions Application Note MA2 This application note provides

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 HF907DC SHF Downconverter Specifications

R&S HF907DC SHF Downconverter Specifications Radiomonitoring & Radiolocation Data Sheet 01.03 R&S HF907DC SHF Downconverter Specifications CONTENTS Definitions... 3 Specifications... 4 Frequency conversion... 4 Input and output properties... 4 Rechargeable

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

Waveform Libraries and Tools For broadcasting T&M equipment from Rohde & Schwarz

Waveform Libraries and Tools For broadcasting T&M equipment from Rohde & Schwarz Broadcasting Data Sheet 01.00 Waveform Libraries and Tools For broadcasting T&M equipment from Rohde & Schwarz Waveform Libraries and Tools At a glance When it comes to developing, producing and testing

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

Test and Communications Antennas for the R&S TS8991 OTA Performance Test System Specifications

Test and Communications Antennas for the R&S TS8991 OTA Performance Test System Specifications Test and Communications Antennas for the R&S TS8991 OTA Performance Test System Specifications R&S TC-TA18 cross-polarized Vivaldi test antenna, R&S TC-CA6 linear-polarized communications antenna Data

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

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

Easy Analysis and Precise Optimization of ATSC or ATSC Mobile DTV Single-Frequency Networks Application Note

Easy Analysis and Precise Optimization of ATSC or ATSC Mobile DTV Single-Frequency Networks Application Note Easy Analysis and Precise Optimization of ATSC or ATSC Mobile DTV Single-Frequency Networks Application Note Products: R&S ETL Keeping an ATSC (or ATSC Mobile DTV) single-frequency network (SFN) running

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

R&S SLx8000 Family of UHF/VHF Transmitters Efficient solutions for analog and digital broadcasting standards

R&S SLx8000 Family of UHF/VHF Transmitters Efficient solutions for analog and digital broadcasting standards Broadcasting Data Sheet 02.01 R&S SLx8000 Family of UHF/VHF Transmitters Efficient solutions for analog and digital broadcasting standards R&S SLx8000 Family of UHF/VHF Transmitters At a glance The UHF/VHF

More information

R&S SGMA Product Family Compact fast reliable

R&S SGMA Product Family Compact fast reliable Test & Measurement Product Brochure 5. R&S SGMA Product Family Compact fast reliable R&S SGS1A SGMA RF Source, R&S SGU1A SGMA Upconverter R&S SGMA Product Family At a glance The R&S SGS1A is an RF source

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

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

RF Testing on Automotive Infotainment Devices Application Note

RF Testing on Automotive Infotainment Devices Application Note RF Testing on Automotive Infotainment Devices Application Note Products: R&S BTC R&S CMW500 R&S SMBV100A What used to be the car radio has evolved from adding a cassette player to state of the art entertainment

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

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

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

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

RFEX V Release Notes

RFEX V Release Notes RFEX V6.1.50 Release Notes Products: R&S RFEX R&S RFEX-Fast This document gives an overview of the additional features and improvements that are implemented with version 6.1.50 Release Note

More information

Tests On 3GPP WCDMA FDD Node Bs in Accordance with Standard TS

Tests On 3GPP WCDMA FDD Node Bs in Accordance with Standard TS Rohde & Schwarz products: WCDMA BS Test Set R&S FSMU-W, Signal Analyzer R&S FSQ, Vector Signal Generator R&S SMU200A and Microwave Signal Generator R&S SMR Tests On 3GPP WCDMA FDD Node Bs in Accordance

More information

Product Brochure Version R&S ENV A Four-Line V-Network RFI voltage measurements at high currents

Product Brochure Version R&S ENV A Four-Line V-Network RFI voltage measurements at high currents Product Brochure Version 01.00 200 A Four-Line V-Network RFI voltage measurements at high currents ENV4200_bro_en_5214-8390-12_v0100.indd 1 26.01.2017 15:22:54 200 A Four-Line V-Network At a glance The

More information

Test and Communications Antennas for the R&S TS8991 OTA Performance Test System Specifications

Test and Communications Antennas for the R&S TS8991 OTA Performance Test System Specifications Test and Communications Antennas for the R&S TS8991 OTA Performance Test System Specifications R&S TC-TA18 cross-polarized Vivaldi test antenna, R&S TC-TA85CP cross-polarized Vivaldi test antenna, R&S

More information

DOCSIS 3.1 Full channel loading Maximizing data throughput

DOCSIS 3.1 Full channel loading Maximizing data throughput DOCSIS 3.1 Full channel loading Maximizing data throughput Test and measurement High-end solutions Turn your signals into success. Introduction With over 80 years of experience in the field of RF test

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

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

R&S AVG050 DVB Satellite Receiver Specifications

R&S AVG050 DVB Satellite Receiver Specifications AVG050-SAT_dat-sw_en_3606-8508-22_v0400_cover.indd 1 Data Sheet 04.00 Broadcast and Media R&S AVG050 DVB Satellite Receiver Specifications 14.11.2014 14:40:08 CONTENTS Definitions... 3 Specifications...

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

Converting MediaFLO Waveform Files to R&S SFU / SFE / SFE100 ARB Format Using IQWIZARD/WinIQSIM TM for R&S SFx-K35 ARB

Converting MediaFLO Waveform Files to R&S SFU / SFE / SFE100 ARB Format Using IQWIZARD/WinIQSIM TM for R&S SFx-K35 ARB Products: R&S SFU Broadcast Test System, R&S SFE Broadcast Tester, R&S SFE100 Test Transmitter Converting MediaFLO Waveform Files to R&S SFU / SFE / SFE100 ARB Format Using IQWIZARD/WinIQSIM TM for R&S

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

R&S XLx8000 UHF/VHF Transposers Efficient solutions for analog and digital broadcasting standards

R&S XLx8000 UHF/VHF Transposers Efficient solutions for analog and digital broadcasting standards Broadcasting Product Brochure 04.00 R&S XLx8000 UHF/VHF Transposers Efficient solutions for analog and digital broadcasting standards R&S XLx8000 UHF/VHF Transposers At a glance R&S XLx8000 UHF/VHF transposers

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

R&S RT-ZM Modular Probe System

R&S RT-ZM Modular Probe System RT-ZMxx_fly_3607-5690-32_v0102.indd 3 roduct Flyer 01.02 3607.5690.32 01.02 D 1 en Test & Measurement R&S RT-ZM Modular robe System 08.11.2016 16:20:21 Addressing high-speed probing challenges Serv The

More information