Page 3
Trademarks Aeroflex is a registered trademark of Cobham plc, the parent company of Aeroflex Limited. Specifications, terms and conditions are subject to change without notice. All trademarks and registered trademarks are the property of their respective companies.
Purpose and scope The purpose of this guide is to help you successfully use the 2201R Mobile Tester’s features and capabilities. This guide includes a description of the general remote control operation and a list of commands for remote control of the 2201R Mobile Tester.
2201R Mobile Tester SCPI Reference Guide Conventions This guide uses naming conventions and symbols, as described in the following tables. Description Example User interface actions appear in this On the Status bar, select Start. typeface. Buttons or switches that you press on a unit Press the switch.
47090/322) and to the 7310 Lector and Scriptor User Guide (part no. 47090/223). If these remote control capabilities are not sufficient for your purposes or if you want to integrate the 2201R Mobile Tester into a larger test setup with remote control of various devices, this manual helps you to set up the system and to write your own remote control software.
Page 18
Chapter 2 Remote control of the 2201R Mobile Tester This chapter describes the remote control capabilities of the 2201R Mobile Tester. Topics discussed in this chapter are as follows: • ’Remote control applications and requirements’ on page 19 • ’Command commands’ on page 24 •...
There is a variety of interfaces that can be used for remote control. The interfaces supported by the 2201R Mobile Tester are USB, RS-232 and Ethernet (TCP/IP). The lack of a particular interface in the 2201R does not necessarily mean that it cannot be integrated into the test system;...
2201R Mobile Tester SCPI Reference Guide Chapter 2 Remote control of the 2201R Mobile Tester The command trees for the SCPI command set implemented in the 2201R are described in this manual. Syntax and notation There are two types of SCPI commands: •...
They work on the device itself (and on any subsystem) and always start with an asterisk (*). Example: *RST resets the 2201R Mobile Tester and sets all system parameters to default values. A list of all common commands can be found in Chapter 4 “Common...
2201R Mobile Tester SCPI Reference Guide Chapter 2 Remote control of the 2201R Mobile Tester NOTE Some commands allow more than one parameter. In those cases, the single parameters are separated by commas (,). There must not be any spaces between the commas and the parameters.
2201R Mobile Tester SCPI Reference Guide Chapter 2 Remote control of the 2201R Mobile Tester The <Character Response Data> format defines the means by which mnemonic strings are sent between devices. These strings contain only ASCII numeric digits, upper-case ASCII alphabetic characters, and the "_" character. They must start with an uppercase ASCII alphabetic character, and cannot be more than 12 characters long.
2201R Mobile Tester SCPI Reference Guide Chapter 2 Remote control of the 2201R Mobile Tester Command commands The common commands are understood by all SCPI and IEEE 488.2 instruments. Their purpose is to perform general tasks and to read or work with the registers common to all SCPI instruments. The following common commands have been implemented.
STATus – The STATus subsystem controls and provides information on the state of the 2201R. There are two types of states: operational states describe what is currently going on within the test set while questionable states deliver questionable states of the 2201R.
Page 26
Example: As soon as the 2201R starts to page a mobile under test, a certain bit of a certain condition register is set. When the 2201R stops paging the mobile (because, for example, it responded to the paging requests), this bit is reset. Now there is no evidence for a paging process in this Condition register.
Page 27
At the top: the service register The service register contains eight summary bits: three for the status groups available on the 2201R, two for internal queue handling, two for remote control and one bit for it's own status: the summary status bit.
Page 28
2201R Mobile Tester SCPI Reference Guide Chapter 2 Remote control of the 2201R Mobile Tester NOTE The commands related to the general operation register group and its subordinate groups of registers all start with :STATus:OPERation:. Signaling operation register group This group of registers is 16 bits wide. Its main task is to deal with events related to the signaling status. The signaling operations depend on the system option and the contents of the signaling operation register group are detailed in the appendix.
2201R Mobile Tester SCPI Reference Guide Chapter 2 Remote control of the 2201R Mobile Tester 32 Not used. 64 Not used. 128 Not used. 256 Not used. 512 Not used. 1024 Not used. 2048 Not used. 4096 Not used. 8192 Not used.
The base station and mobile station parameter subsystems These subsystems allow access to the base station (BS) parameters (i.e. the 2201R simulating a base station) and to the information received from the mobile under test like the measurement report. The commands of these subsystems are described here.
The MEASure subsystem The MEASure subsystem is probably the most important SCPI command subsystem of the 2201R. This subsystem includes all commands to acquire measurement results of the mobile under test. Measurements can be taken as one-shot measurements or as series of measurements:...
Page 32
• Measurements are always started, using the current system parameters and the current state of the 2201R. • In case the 2201R is in a state that does not allow a specific measurement command to be performed or com- pleted, an error message is added to the 2201R’s internal error queue. The related flag in “The STATus subsys-...
Page 33
2201R Mobile Tester SCPI Reference Guide Chapter 2 Remote control of the 2201R Mobile Tester The query form of any MEASure command starts the (continuous) measurement of Query the specified measurable property. The CONTinuous command element is optional. After the first measurement has been completed, the measurement result value(s) are delivered back in a string as outlined above.
Page 34
LOOP UNTIL result$=”” MEASure:ARRay The :ARRay command element makes the 2201R perform any measurement property a user-definable number of times. All measurement result values obtained during the process are stored in an internal array and can be read out using the related commands of the FETCh subsystem or are returned in case the measurement process has been started using the query format of the command.
Page 35
Therefore, the GROup command element has been implemented in the SCPI command set of the 2201R. This command element allows to specify a user-definable list of measurements than can then be started with one command.
2201R Mobile Tester SCPI Reference Guide Chapter 2 Remote control of the 2201R Mobile Tester Syntax :CONFigure:MEASure:GROup[:RFTX] <{RFTXprop}> MEASure[:CONTinuous]:RFTX:GROup or MEASure:ARRay:RFTX:GROup <{RFTXprop}> is one or more of the single RFTX measurements Parameters PPEAk,PRMS,FREQuency,LENGth,UTIMe,POWer,TEMPlate,COR- Ner,FLATness Starting a ‘group’ measurement takes all measurements specified just with one single Description command.
Page 37
2201R Mobile Tester SCPI Reference Guide Chapter 2 Remote control of the 2201R Mobile Tester FETCh:LAST The :FETCh:LAST? command reads out the latest result of the last MEASurement command issued - whatever command that was. Using this command, please keep in mind that your control program then has to take care of the number and format of the measurement result values returned.
2201R Mobile Tester SCPI Reference Guide Chapter 2 Remote control of the 2201R Mobile Tester SCPI command errors This subsection contains a table of SCPI command errors. NOTE If a query for an error code returns “0” then no error did occur.
Chapter 3 Introduction to the SCPI command reference This chapter includes important notes on the SCPI commands and how they are described in the subsequent chapters. Topics discussed in this chapter are as follows: • ’SCPI command reference structure’ on page 41 •...
The following chapters contain lists of SCPI commands and queries. Each command is described with its valid input and output formats. There is a chapter for each subsystem. Command response on USB, RS-232 and TCP/IP Every command sent to the 2201R is answered by the terminator string as set with the respective command: • TCP/IP: :SYSTem:COMMunicate:TCP:TERMinator <CRLF|LF|CR>...
2201R Mobile Tester SCPI Reference Guide Chapter 4 Common commands *CLS Syntax *CLS Parameters There are no parameters. Description Resets the entire status reporting system: The service register is cleared (all bits are set to 0). The event status register is cleared (all bits are set to 0).
Note: In times of company mergers and acquisitions, it is a good idea to check the name of the device, not the manufacturer name which may change between software updates. This does not preclude any name changes at Cobham but rather applies to instrumentation in general. Example *IDN? Returns "Aeroflex, 2201, 0003237, 1.30.001"...
Parameters There are no parameters. Description The command form is not available. Query Returns the options that are included in this 2201R. A string with the installed options separated by commas is returned. Example *OPT? Returns in this example "2201,MANUAL,REMOTE,AUTOTEST,GSM_CALL_MODE,GPRS_CALL_MODE,EDGE_GSMR_CALL_MODE"...
2201R Mobile Tester SCPI Reference Guide Chapter 4 Common commands *STB Syntax *STB Parameters There are no parameters. Description There is only a query form of this command available. Query Returns the decimal representation of the current contents of the service register in a string.
2201R Mobile Tester SCPI Reference Guide Chapter 4 Common commands *SRE Syntax *SRE <int1> Parameters int1 is an integer. The valid range is from 0 to 255 (8 bits). Description Sets the enable filter (mask) of the service register. int1 is the decimal representation of the binary mask.
2201R Mobile Tester SCPI Reference Guide Chapter 4 Common commands The event status register The event status register contains eight bits. The meaning of these bits is outlined in the table below. The commands working on the event status register are described below the table.
Chapter 4 Common commands The service register The service register represents the highest level within the report structure of the 2201R. The service register contains eight bits. If any one of the bits 0...5 or 7 is set, the summary status bit (bit 6) of the service register is set as well.
There is solely a query form of this command available. Query Returns the oldest unread error message from the internal error queue of the 2201R. The queue entry returned is a string containing the error no. and additional text. The maximum length of the string is 255 characters.
There is solely a query form of this command available. Query Returns the code of the oldest unread error message in the internal error queue of the 2201R. The string returned contains one integer (and no text). Note: An overview of all SCPI error messages can be found in section SCPI command errors.
Parameters There are no parameters. Description Sets up the 2201R to allow manual operation on the front panel during SCPI operation. Note: This command may be used e.g. to allow interactive alignment procedures in a production or quality assurance flow.
IP address for the 2201R. Description This command sets the IP address of the 2201R. See section I/O Configuration for more details. Query Reads and returns the current setting of the IP address as explained above.
:SYSTem:COMMunicate:TCPip:PORT <int> Parameters int defines the TCP/IP port address of the 2201R. The address must be in the range from 49152 to 65535. Description This command sets the port address on which the 2201R can be controlled via LAN. See section I/O Configuration for more details.
SCPI programming. The maximum allowable length of string2 is 25 characters. The default is "server". Description This command mounts a server disk as a 2201R device that can be used to load or save data to/from. See section I/O Configuration for more details. Query Reads and returns the last settings for the mount path and the corresponding local name as explained above.
PredefExpr can take on either of the following expressions: ON|OFF. Default is ON. Description Enables or disables remote control of the 2201R via the serial interface port COM 1. Note: The remote control capability at COM 1 should be disabled prior to controlling external equipment (e.g. the Bluetooth Connectivity Test products) through this interface.
2201R Mobile Tester SCPI Reference Guide Chapter 5 System commands :SYSTem:COMMunicate:SERB:TERMinator Syntax :SYSTem:COMMunicate:SERB:TERMinator <PredefExpr> Parameters PredefExpr can take on either of the following expressions: LF|CR|CRLF. Description The command defines the delimiter for SCPI control strings on the USB interface. Query Reads and returns the current setting of the terminator used on the USB interface.
2201R Mobile Tester SCPI Reference Guide Chapter 5 System commands :SYSTem:TIME Syntax :SYSTem:TIME <int1>,<int2>,<int3> Parameters intx are three integers. The minimum value for int1 is 0, the maximum is 23. The default value is 0. The minimum value for int2 is 0, the maximum is 59. The default value is 0.
2201R Mobile Tester SCPI Reference Guide Chapter 6 Status commands Introduction The STATus subsystem offers commands to read out and deal with the general operation register group and its subordinate groups of registers. Please see section ’The STATus subsystem’ on page 25 for more details, including the meaning of the status register bits.
This means that bit 5 (the "waiting for a trigger" bit) has been set. This indicates that a "waiting for a trigger" event did occur. If you want to know whether the 2201R is still waiting for the trigger to occur, read out the related condition-type register (see command explained below).
2201R Mobile Tester SCPI Reference Guide Chapter 6 Status commands :STATus:OPERation:ENABLe Syntax :STATus:OPERation:ENABLe <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 32767. The default value is 0. Description This command sets the Enable filter of the General operation register group. This mask is ANDed with the general operation event register and thus decides what kind of events are forwarded to bit 7 of the service register.
2201R Mobile Tester SCPI Reference Guide Chapter 6 Status commands :STATus:OPERation:NTRansition Syntax :STATus:OPERation:NTRansition <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 32767. The default value is 0. Description Sets the NTR mask of the General operation register group. This mask is ANDed with the up to 15 bits of the NTR transition filter of the general operation condition register to allow a reset (negative transition) of any bit (i.e.
Bit 3 (decimal 8): The BER loop has been closed. Bit 4 (decimal 16): Async mode (e.g. Generator/Analyzer) active. Bit 5 (decimal 32): The 2201R is calling the mobile under test. A BS call is in progress. Bit 6 (decimal 64): Not used (reserved).
This command reads out the current contents of the signaling operation condition register. This register reflects the current state of the 2201R in terms of signaling and is updated continuously. Note: This register is nondestructive. This means that it keeps its contents after any query.
2201R Mobile Tester SCPI Reference Guide Chapter 6 Status commands :STATus:OPERation:SIGNalling:GSM:PTRansition Syntax :STATus:OPERation:SIGNalling:GSM:PTRansition <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 32767. The default value is 32767. Description Sets the PTR mask of the Signaling operation register group. This mask is ANDed with the up to 15 bits of the PTR filter of the signaling operation condition register to allow a positive transition of any bit (i.e.
Value returned: "5". This means that bits 0 and 2 of the GPRS signaling operation event register have been set: The mobile is GPRS Attached and the PDTCH is set up so the 2201R is ready to take measurements. 47090/323...
This command reads out the current contents of the Signaling Operation Condition Register. This register reflects the current state of the 2201R in terms of signaling and is updated continuously. Note: This register is nondestructive. This means that it keeps its contents after any query.
2201R Mobile Tester SCPI Reference Guide Chapter 6 Status commands :STATus:OPERation:SIGNalling:GPRS:PTRansition Syntax :STATus:OPERation:SIGNalling:GPRS:PTRansition <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 32767. The default value is 32767. Description Sets the PTR mask of the GPRS Signaling Operation Register Group. This mask is ANDed with the up to 15 bits of the PTR filter of the GPRS signaling operation condition register to allow a positive transition of any bit (i.e.
Value returned in this example: "5". This means that bits 0 and 2 of the GPRS signaling operation event register have been set: The mobile is GPRS Attached and the PDTCH is set up so the 2201R is ready to take measurements. 47090/323...
This command reads out the current contents of the GPRS Signaling Operation Condition Register. This register reflects the current state of the 2201R in terms of signaling and is updated continuously. Note This register is non-destructive. This means that it keeps its contents after any query.
2201R Mobile Tester SCPI Reference Guide Chapter 6 Status commands :STATus:OPERation:SIGNalling:EGPRs:PTRansition Syntax :STATus:OPERation:SIGNalling:EGPRs:PTRansition <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 32767. The value default is 32767. Description Sets the PTR mask of the GPRS Signaling Operation Register Group. This mask is ANDed with the up to 15 bits of the PTR filter of the GPRS signaling operation condition register to allow a positive transition of any bit (i.e.
Condition-type registers reflect the current state of the 2201R. Consequently, the condition type registers are updated continuously. Note: In case a certain event is trapped in a loop within a program, always query the event-type register.
2201R Mobile Tester SCPI Reference Guide Chapter 6 Status commands :STATus:OPERation:MEASuring:ENABLe Syntax :STATus:OPERation:MEASuring:ENABLe <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 32767. The default value is 0. Description This command sets the enable filter of the Measuring operation register group. This mask is ANDed with the measuring operation event register and thus decides what kind of events are forwarded to bit 9 of the General operation register group.
2201R Mobile Tester SCPI Reference Guide Chapter 6 Status commands :STATus:OPERation:MEASuring:NTRansition Syntax :STATus:OPERation:MEASuring:NTRansition <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 32767. The default value is 0. Description Sets the NTR mask of the Measuring operation register group. This mask is ANDed with the up to 16 bits of the NTR filter of the measuring operation condition register to allow a reset (negative transition) of any bit (i.e.
2201R Mobile Tester SCPI Reference Guide Chapter 7 Format commands Introduction The FORMat subsystem sets and queries settings concerning the data output in remote mode. FORMat subsystem FORMat:MRESult:STYPe Syntax FORMat:MRESult:STYPe <PredefExp> Parameters PredefExp is one of the following predefined expressions: STB|SIGNalling|MEASuring|OPERation|QUEStionable|ALL.
2201R Mobile Tester SCPI Reference Guide Chapter 7 Format commands FORMat:MRESult:HEADer Syntax FORMat:MRESult:HEADer <PredefExp> Parameters PredefExp is one of the following predefined expressions: OFF|ON. Default is OFF. Description Switches the transmission of the additional information (see explanation of the command above) either on or off.
2201R Mobile Tester SCPI Reference Guide Chapter 7 Format commands FORMat:RESolution Syntax FORMat:RESolution <int1> Parameters int1 is an integer. The minimum value for <int1> is 0, the maximum is 20. The default value is 6. Description Defines the number of digits after the decimal point to be used for floating point real numbers.
Page 83
Chapter 8 Configuration commands This chapter contains an explanation of the Configure subsystem SCPI commands. The list is structured as follows: • ’Introduction’ on page 84 • ’General commands’ on page 85 • ’Commands for the GSM option’ on page 89 • ’Commands for the GSM-R option’ on page 106 •...
CONFigure:<SystemOption> RF output power level or its identity. :NB:... CONFigure:<SystemOption> :MSTAtion:... The mobile-specific information is handed over to the 2201R using these CONFigure:<SystemOption> :UE:... commands. One example is the power level. CONFigure:<SystemOption>:... With the help of these commands, groups :GROup:...
Selects the type of communication system to be used. NONe means that there is no system loaded. This parameter may be used to cancel all RF radiation from the 2201R. GSM sets up the 2201R as a test set for circuit-switched GSM systems (including multislot/HSCSD). All tests performed with this setting require a call setup.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands CONFigure:CSYStem:HSPa Syntax CONFigure:CSYStem:HSPa <PredefExp> Parameters PredefExp is one of the following predefined expressions: OFF|HSDPa. Default is OFF. Description Selects the type of communication system to be used for TDSCDMA. If CONFigure:CSYStem is set to WCGenana|TDGenana|TDSCdma the HSDPA system can be set additionally.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:COUPloss:NAME Syntax :CONFigure:COUPloss:NAME <string1> Parameters string1 is a string giving the complete file name (and directory) of the coupling loss file to be loaded. The maximum length of string1 is 50 characters.
Description With the help of this command, you may create a coupling loss description table, similar to how you would do it on the graphical user interface of the 2201R. Query The query form of this command returns the coupling loss values of the current setting.
Selects the type of GSM system to be used after the 2201R was brought into GSM call mode. GSM9001800 makes the 2201R work as a test set for the GSM system types GSM 850/900 and GSM 1800. GSM9001900 sets up the 2201R as a test set for the GSM system types GSM 850/900 and GSM 1900.
This command sets the RF output power level of the 2201R (i.e. the simulated base station). The physical dimension of real1 is dBm. Query The query form of this command returns the current RF output power setting of the 2201R. The string delivered back contains one real number. Example :CONFigure:GSM:BS:LEVel -50.5...
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:BS:CMODe Syntax :CONFigure:GSM:BS:CMODe <PredefExp> Parameters PredefExp is one of the following predefined expressions: FACCh|SDCCh.| Description sets the mode of call setup to FACCH or SDCCH Query Returns the mode of call setup...
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:BS:LAI:MNC[:DATA] Syntax :CONFigure:GSM:BS:LAI:MNC[:DATA] <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 99 for a two-digit MNC and 999 for a three-digit MNC; see command :CONF:GSM:BS:LAI:MNC:FORMat.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:BS:LAI:LAC Syntax :CONFigure:GSM:BS:LAI:LAC <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 65535. The default value for int1 is 1. Description This command sets the location area code.
The minimum value for int1 is 0, the maximum value is 1023. The default value for int1 is 63. Description This command sets the channel number for the 2201R base channel (BCCH). Note: The base channel is sometimes also referred to as the "channel number of the main carrier".
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:BS:TCH:ARFCn Syntax :CONFigure:GSM:BS:TCH:ARFCn <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 1023. The default value for int1 is 45. Description This command sets the traffic channel (TCH) number to be used.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:BS:CI Syntax :CONFigure:GSM:BS:CI <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 65535. The default value for int1 is 255. Description This command sets the cell identity parameter (i.e. the radio cell number), broadcast in the system information message.
Switches the IMSI Attach/Detach flag in the System Information messages broadcast on the BCCH on or off. If ON, the mobile must register and deregister with the network simulated by the 2201R when switched on or off, respectively. This can be used to detect when the mobile is switched on and listening to the 2201R network. Query The query form of this command returns the current setting.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:MSTAtion:TADVance Syntax :CONFigure:GSM:MSTAtion:TADVance <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 63. The default value for int1 is 0. Description This command sets the timing advance for the mobile under test to use. The current setting of the timing advance is broadcast to the mobile in the SACCH physical header.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:MSTAtion:MODE Syntax :CONFigure:GSM:MSTAtion:MODE <PredefExp> Parameters PredefExp is one of the following predefined expressions: FACCh|SDCCh. The default is FACCh. Description Defines whether the call setup takes place on FACCh or on SDCCh.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:BER:BITPattern Syntax :CONFigure:GSM:BER:BITPattern <PredefExp> Parameters PredefExp is one of the following predefined expressions: PRBS9|PRBS15|PRBS23|ALLZero|ALLOne|ONEZero|ZEROone. Default is PRBS9. Description This command selects the test bit sequence to be used for the BER measurements.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:BER:COUNt Syntax :CONFigure:GSM:BER:COUNt <long1> Parameters long1 is a long integer number. The minimum value for long1 is 2,000, the maximum value is 1,000,000. The default value for long1 is 10,000.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:VLDelay Syntax :CONFigure:GSM:VLDelay <real1> Parameters real1 is a floating point real number. The minimum value is 100, the maximum value 1000. The default value is 1000. Description This command allows to define a delay for voice loopback in msec.
TEMPlate|CORNer|FLATness. Default is PPEAK. Description This command allows to set a user-specific sequence of RF TX tests on the 2201R. The sequence has to be started with the appropriate commands of the MEASure subsystem (:MEAS:GSM:CONT:RFTX:GROU or :MEAS:GSM:ARR:RFTX:GROU). The meaning of the parameters is as follows: PPEAk is the peak phase error measurement, PRMS the root-mean square value of the phase error measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GSM:SS:SSTatus Syntax :CONFigure:GSM:SS:SSTatus < Value> Parameters Value is the SS Status IE value during Interrogation-SS procedure for a service from UE. The minimum value is 0, the maximum value 15. The default value is 0.
Switches the GSM Audio generator ON or OFF during GSM call. ON means that 2201R will start to play tone when a GSM call is established. OFF means that 2201R will disable tone play during GSM call and Loopback will be enabled.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands Commands for the GSM-R option :CONFigure:GSMR:VGCS:GID Syntax :CONFigure:GSMR:VGCS:GID <ID> Parameters ID is the value of Group ID that is set in a VGCS call. Description Sets the value of Group ID for a VGCS call.
<val> is the value of call priority that is set in a VGCS call. Description This command sets the value of call priority for a VGCS call in a GSM-R system to be used after the 2201R is brought into VGCS call mode.
<val> is one of the following predefined expressions - ON|OFF. Default is OFF. Description This command starts Audio Loopback during PTT scenario of MO VGCS Call. ON means that 2201R will start Loopback. OFF means Loopback will be disabled. Query The query form will return the current status of VGCS Audio Loopback.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:USSD:USTA Syntax :CONFigure:USSD:USTA Parameters No parameters. Description This command returns the status of the USSD registration/de-registration procedure. 1: If procedure is successful. 0: If procedure has failed. Please note that this flag remains 0 until the USSD procedure is successful. If you are using this SCPI command, you need to check this flag for a defined timeout.
The query form of this command returns the current setting of U2U Info. The string delivered back contains any of the following: 0 – 2201R did not receive VGCS U2U info 1 – 2201R received VGCS U2U info 2 – Timer expired on 2201R while waiting to receive VGCS U2U info. Example :CONFigure:GSMR:VGCS:UTOUinfo? The value returned is: "0".
This command sets the routing area color code. This code is used to indicate to the mobile that adjacent cells belong to different routing areas. This parameter is broadcast by the 2201R in the SI3 and SI4 rest octets. Query The query form of this command returns the current setting.
The alpha factor is one of the GPRS power control parameters. It is required by the mobile to calculate the uplink power level it has to use on a PDCH (packed data channel). The alpha factor is broadcast by the 2201R in the SI13 rest octets. Query The query form of this command returns the current setting.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BS:RLCMac:USF:INC Syntax :CONFigure:GPRS:BS:RLCMac:USF:INC <PredefExp> Parameters PredefExp is one of the following predefined expressions: ON|OFF. Default is ON. Description Switches the auto-incrementing of the USF either on or off. For further details regarding the USF, please refer to the description of the :CONFigure:GPRS:BS:RLCMac:USF command above.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BS:RLCMac:RRBP:MODE Syntax :CONFigure:GPRS:BS:RLCMac:RRBP:MODE <PredefExp1> Parameters PredefExp1 is one of the following predefined expressions: ON|OFF. Default is ON. Description This command indicates whether the value specified for the relative reserved block period (RRBP) is used by the mobile (ON) or not (OFF) in (asynchronous) generator/analyzer mode (please refer to the description of the :CONF:CSYS:GPG command for further information).
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BS:RLCMac:TFI Syntax :CONFigure:GPRS:BS:RLCMac:TFI <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 31. The default value for int1 is 0. Description This command sets the temporary flow identifier (TFI) in (asynchronous) generator/analyzer mode (please refer to the description of the :CONF:CSYS:GPG command for further information).
Switches the IMSI Attach/Detach flag in the System Information messages broadcast on the BCCH on or off. If ON, the mobile must register and deregister with the network simulated by the 2201R when switched on or off, respectively. This can be used to detect when the mobile is switched on and listening to the 2201R network. Query The query form of this command returns the current setting.
The minimum value for int1 is 1, the maximum value is 4. The default value for int1 is 1. Description This command either sets the number of UL time slots expected by the 2201R (asynchronous mode) or the number of UL time slots that the mobile under test is commanded to use (synchronous mode) during multislot testing.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BS:BCH:ARFCn Syntax :CONFigure:GPRS:BS:BCH:ARFCn <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 1023. The default value for int1 is 63. Description This command sets the channel number for the base channel (BCCH).
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BS:CI Syntax :CONFigure:GPRS:BS:CI <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 65535. The default value for int1 is 255. Description This command sets the cell identity parameter (i.e. the radio cell number), broadcast in the system information message.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BS:LAI:MNC Syntax :CONFigure:GPRS:BS:LAI:MNC <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 99 for a two-digit MNC and 999 for a three-digit MNC; see command :CONF:GSM:BS:LAI:MNC:FORMat.
The minimum value for real1 is -110.0, the maximum value is -20.0. The resolution of real1 is 0.1. The default value for real1 is -60.0. Description Sets the (standard) output level of the 2201R. If individual levels are selected for GPRS tests, this level is used on the base channel. Applies to GSM/GPRS synchronous mode. Query The query form of this command returns the current setting.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BS:MSLot[:DATA] Syntax :CONFigure:GPRS:BS:MSLot[:DATA] <int1> Parameters int1 is an integer parameter. The minimum value for int1 is 1, the maximum value is 4. The default value for int1 is 1. Description Sets the number of PDTCH channels (slots) to be sent in the downlink.
The minimum value for real1 is -110.0, the maximum value is -10.0. The resolution of real1 is 0.1. The default value for real1 is -60.0. Description Sets the power level that the 2201R transmits in the unused time slots in packet data mode (i.e. except in time slot 0 and the assigned PDCH slots). Applies to GPRS synchronous mode. Query The query form of this command returns the current setting.
This command is used to set the channel numbers for up to six neighboring cells. These channel numbers are broadcast in the system information message by the 2201R. The mobile under test has to perform a MS report on those frequency channels.
In GSM/GPRS, a TCH can be assigned either on request or as soon as the mobile has been registered (= immediately after a location update). ONRequest assigns a TCH only when either the mobile under test or the 2201R initializes a call. ONLOcation assigns a TCH as soon as the registration has been completed.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BS:TCH:ARFCn Syntax :CONFigure:GPRS:BS:TCH:ARFCn <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 1023. The default value for int1 is 45. Description This command sets the traffic channel (TCH) number to be used.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BS:TCH:TYPE Syntax :CONFigure:GPRS:BS:TCH:TYPE <PredefExp> Parameters PredefExp is one of the following predefined expressions: FR|EFR. Default is FR. Description This command sets the type of traffic channel. FR stands for full rate and EFR for enhanced full rate.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BLER:PDUCount Syntax :CONFigure:GPRS:BLER:PDUCount <int1> Parameters int1 is an integer parameter. The minimum value for int1 is 0, the maximum value is 4095. The default value for int1 is 4095. Description Defines the number of PDUs as defined in ETSI TS 101 293 / 8.13.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BER:BITPattern Syntax :CONFigure:GPRS:BER:BITPattern <PredefExp> Parameters PredefExp is one of the following predefined expressions: PRBS9|PRBS15|PRBS23|ALLZero|ALLOne|ONEZero|ZEROone. Default is PRBS9. Description This command selects the test bit sequence to be used for the BER measurements.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BER:COUNt Syntax :CONFigure:GPRS:BER:COUNt <long1> Parameters long1 is a long integer number. The minimum value for long1 is 2,000, the maximum value is 100,000. The default value for long1 is 1,000,000.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:BER:RSIGnalling:BITPattern Syntax :CONFigure:GPRS:BER:RSIGnalling:BITPattern <PredefExp> Parameters PredefExp is one of the following predefined expressions: PRBS9|PRBS15|PRBS23|. Default is PRBS9. Description This command selects the bit sequence to be transmitted by the RF generator in reduced signalling GMSK mode.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:MSTAtion:DRX Syntax :CONFigure:GPRS:MSTAtion:DRX <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 7. The default value for int1 is 0. Description This command sets the BS-PA-MFRMS parameter, broadcast in the control channel description information element.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:MSTAtion:PLEVel[:ALL] Syntax :CONFigure:GPRS:MSTAtion:PLEVel[:ALL] <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 31. The default value for int1 is 10. Description This command sets the mobile power control level.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:MSTAtion:MSLot Syntax :CONFigure:GPRS:MSTAtion:MSLot <int1> Parameters int1 is an integer. The minimum value for int1 is 1, the maximum value is 4. The default value for int1 is 2. Description This command sets the number of UL time slots that the mobile under test is commanded to use during multislot testing.
Selects the type of GSM system to be used after the 2201R was brought into GSM call mode. GSM9001800 makes the 2201R work as a test set for the GSM system types GSM 850/900 and GSM 1800. GSM9001900 sets up the 2201R as a test set for the GSM system types GSM 850/900 and GSM 1900.
TEMPlate|CORNer|FLATness. Default is PPEAK. Description This command allows you to set a user-specific sequence of RF TX tests on the 2201R. The sequence has to be started with the appropriate commands of the MEASure subsystem (:MEAS:GPRS:CONT:RFTX:GROU or :MEAS:GPRS:ARR:RFTX:GROU). The meaning of the parameters is as follows: PPEAk is the peak phase error measurement, PRMS the root-mean square value of the phase error measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:GPRS:IDREquest Syntax :CONFigure:GPRS:IDREquest <PredefExp> Parameters PredefExp is one of the following predefined expressions: OFF|ON. Default is OFF. Description Switches the ID Request procedure during the Attach on or off Query The query form of this command returns the current setting.
This command sets the routing area color code. This code is used to indicate to the mobile that adjacent cells belong to different routing areas. This parameter is broadcast by the 2201R in the SI3 and SI4 rest octets. Query The query form of this command returns the current setting.
The alpha factor is one of the GPRS power control parameters. It is required by the mobile to calculate the uplink power level it has to use on a PDCH (packed data channel). The alpha factor is broadcast by the 2201R in the SI13 rest octets. Query The query form of this command returns the current setting.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BS:RLCMac:USF:INC Syntax :CONFigure:EGPRs:BS:RLCMac:USF:INC <PredefExp> Parameters PredefExp is one of the following predefined expressions: ON|OFF. Default is ON. Description Switches the auto-incrementing of the USF either ON or OFF. For further details regarding the USF, please refer to the description of the :CONFigure:EGPRs:BS:RLCMac:USF command above.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BS:RLCMac:RRBP:MODE Syntax :CONFigure:EGPRs:BS:RLCMac:RRBP:MODE <PredefExp1> Parameters PredefExp1 is one of the following predefined expressions: ON|OFF. Default is ON. Description This command indicates whether the value specified for the relative reserved block period (RRBP) is used by the mobile (ON) or not (OFF) in (asynchronous) generator/analyzer mode (please refer to the description of the :CONF:CSYS:GPG command for further information).
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BS:RLCMac:TFI Syntax :CONFigure:EGPRs:BS:RLCMac:TFI <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 31. The default value for int1 is 0. Description This command sets the temporary flow identifier (TFI) in (asynchronous) generator/analyzer mode (please refer to the description of the :CONF:CSYS:GPG command for further information).
Switches the IMSI Attach/Detach flag in the System Information messages broadcast on the BCCH on or off. If ON, the mobile must register and deregister with the network simulated by the 2201R when switched on or off, respectively. This can be used to detect when the mobile is switched on and listening to the 2201R network. Query The query form of this command returns the current setting.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BS:MSTAtion:MSLot Syntax :CONFigure:EGPRs:BS:MSTAtion:MSLot <int1> Parameters int1 is an integer parameter. The minimum value for int1 is 1, the maximum value is 4. The default value for int1 is 1. Description This command either sets the number of UL time slots that the mobile under test is commanded to use during multislot testing.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BS:BCH:ARFCn Syntax :CONFigure:EGPRs:BS:BCH:ARFCn <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 1023. The default value for int1 is 63. Description This command sets the channel number for the base channel (BCCH).
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BS:CI Syntax :CONFigure:EGPRs:BS:CI <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 65535. The default value for int1 is 255. Description This command sets the cell identity parameter (i.e. the radio cell number), broadcast in the system information message.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BS:LAI:MNC Syntax :CONFigure:EGPRs:BS:LAI:MNC <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 99 for a two-digit MNC and 999 for a three-digit MNC; see command :CONF:GSM:BS:LAI:MNC:FORMat.
The minimum value for real1 is -110.0, the maximum value is -10.0. The resolution of real1 is 0.1. The default value for real1 is -60.0. Description Sets the (standard) output level of the 2201R. If individual levels are selected for GPRS tests, this level is used on the base channel. Applies to GSM/GPRS synchronous mode. Query The query form of this command returns the current setting.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BS:MSLot[:DATA] Syntax :CONFigure:EGPRs:BS:MSLot[:DATA] <int1> Parameters int1 is an integer parameter. The minimum value for int1 is 1, the maximum value is 4. The default value for int1 is 1. Description Sets the number of PDTCH channels (slots) to be sent in the downlink.
The minimum value for real1 is -110.0, the maximum value is -10.0. The resolution of real1 is 0.1. The default value for real1 is -60.0. Description Sets the power level that the 2201R transmits in the unused time slots in packet data mode (i.e. except in time slot 0 and the assigned PDCH slots). Applies to GPRS synchronous mode. Query The query form of this command returns the current setting.
This command is used to set the channel numbers for up to six neighboring cells. These channel numbers are broadcast in the system information message by the 2201R. The mobile under test has to perform a MS report on those frequency channels.
In GSM/GPRS, a TCH can be assigned either on request or as soon as the mobile has been registered (= immediately after a location update). ONRequest assigns a TCH only when either the mobile under test or the 2201R initializes a call. ONLOcation assigns a TCH as soon as the registration has been completed.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BS:TCH:ARFCn Syntax :CONFigure:EGPRs:BS:TCH:ARFCn <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 1023. The default value for int1 is 45. Description This command sets the traffic channel (TCH) number to be used.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BS:TCH:TYPE Syntax :CONFigure:EGPRs:BS:TCH:TYPE <PredefExp> Parameters PredefExp is one of the following predefined expressions: FR|EFR. Default is FR. Description This command sets the type of traffic channel. FR stands for full rate and EFR for enhanced full rate.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:MSTAtion:DRX Syntax :CONFigure:EGPRs:MSTAtion:DRX <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 7. The default value for int1 is 0. Description This command sets the BS-PA-MFRMS parameter, broadcast in the control channel description information element.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:MSTAtion:PLEVel[:ALL] Syntax :CONFigure:EGPRs:MSTAtion:PLEVel[:ALL] <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 31. The default value for int1 is 10. Description This command sets the power control level.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:MSTAtion:MSLot Syntax :CONFigure:EGPRs:MSTAtion:MSLot <int1> Parameters int1 is an integer. The minimum value for int1 is 1, the maximum value is 4. The default value for int1 is 2. Description This command either sets the number of UL time slots that the mobile under test is commanded to use during multislot testing.
Selects the type of GSM system to be used after the 2201R was brought into GSM call mode. GSM9001800 makes the 2201R work as a test set for the GSM system types GSM 850/900 and GSM 1800. GSM9001900 sets up the 2201R as a test set for the GSM system types GSM 850/900 and GSM 1900.
PPEAk|PRMS|FREQuency|LENGth|UTIMe|POWer|TEMPlate| CORNer|FLATness|PRMS|PPEAk. Description This command allows you to set a user-specific sequence of RF TX tests on the 2201R. The sequence has to be started with the appropriate commands of the MEASure subsystem (:MEAS:EGPRs:CONT:RFTX:GROU or :MEAS:EGPRs:ARR:RFTX:GROU). The meaning of the parameters is as follows: PPEAk is the peak phase error measurement, PRMS the root-mean square value of the phase error measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:IDREquest Syntax :CONFigure:EGPRs:IDREquest <PredefExp> Parameters PredefExp is one of the following predefined expressions: OFF|ON. Default is OFF. Description Switches the ID Request procedure during the Attach on or off Query The query form of this command returns the current setting.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BER:RSIGnalling:COUNt Syntax :CONFigure:EGPRs:BER:RSIGnalling:COUNt <int1> Parameters int1 is an integer parameter. The minimum value for int1 is 100, the maximum value is 10000. The default value for int1 is 100. Description Defines the number of samples (blocks) for each EGPRS reduced signalling BER measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 8 Configuration commands :CONFigure:EGPRs:BLER:PDUCount Syntax :CONFigure:EGPRs:BLER:PDUCount <int1> Parameters int1 is an integer parameter. The minimum value for int1 is 0, the maximum value is 4095. The default value for int1 is 4095. Description Defines the number of PDUs as defined in ETSI TS 101 293 / 8.13.
Page 163
Chapter 9 Call commands This chapter contains an explanation of the Call subsystem SCPI commands. The list is structured as follows: • ’Introduction’ on page 164 • ’GSM commands’ on page 164 • ’GSM-R commands’ on page 179 • ’GPRS commands’ on page 181 •...
String1 is the optional parameter. It contains the Calling Party BCD Number. String2 is an optional parameter. It defines the Called Party Sub-address information. Description Initiates a call-setup by the base station (the 2201R). Query There is no query form of this command available.
Default is OFF. Description Switches the continuous paging of the mobile ON or OFF. ON means that the 2201R starts to broadcast paging requests, but does not answer the mobile‘s access bursts. Query There is no query form of this command available.
There are no parameters. Description There is only a query form available. Query Upon the query, the 2201R returns the text and the phone number of the last short message received. Example :CALL:GSM:SMS:MSOR? The string delivered back in this example is: ""Test message","+4989996410"".
PredefExp is one of the following predefined expressions: UCS2|BIT8 It determines how the text should be coded. Description This command makes the 2201R send a short message to the phone under test. Text and sender‘s number can be defined. Query A query form of this command is not available.
This command is used to close or open the internal loop of the mobile for BER testing. ON means that the 2201R tells the mobile under test to close its internal loop, while OFF makes the 2201R tell the mobile under test to open the internal loop.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GSM:MSINfo:ALL Syntax :CALL:GSM:MSINfo:ALL Parameters There are no parameters. Description This command reads out all MS Info result values with one query. The query delivers back 16 single values in the following sequence, all separated by commas: - RX Lev (Integer) The mobile estimates the RF power level at which it receives the base station.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GSM:MSINfo:RXLevel Syntax :CALL:GSM:MSINfo:RXLevel Parameters There are no parameters. Description The mobile estimates the RF power level at which it receives the base station. Query There is only a query form of this command available. The query delivers back one integer.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GSM:MSINfo:NUMBer Syntax :CALL:GSM:MSINfo:NUMBer Parameters There are no parameters. Description This query delivers back the number dialed on the mobile as a string. In case the call was BS originated, the string is empty ("").
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GSM:MSINfo:IMEI Syntax :CALL:GSM:MSINfo:IMEI Parameters There are no parameters. Description This query delivers back the international mobile equipment identity as stored inside the mobile (the so-called serial number). Query There is only a query form of this command available. The query delivers back a string.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands CALL:GSM:MSINfo:MSCLass[:GSM] Syntax CALL:GSM:MSINfo:MSCLass[:GSM] Parameters There are no parameters. Description This query delivers back the code representing the power class for GSM 900 band. Query There is only a query form of this command available. The query delivers back one integer.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GSM:MSINfo:RLEVel Syntax :CALL:GSM:MSINfo:RLEVel Parameters There are no parameters. Description This query delivers back the GSM revision level of the phone (GSM phase 1 or phase 2 or any later phase).
The query delivers back one boolean number, indicating whether the mobile is GSM-attached to the base station simulated by the 2201R. The GSM attach is usually part of the location update procedure. In a real network, the mobile can be paged only when it is attached and a TMSI (temporary mobile subscriber identity) is assigned to the mobile.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GSM:MSINfo:EGSM Syntax :CALL:GSM:MSINfo:EGSM Parameters There are no parameters. Description This query delivers back a boolean number indicating whether the mobile is able to use the extended GSM frequency range (channel numbers 0 and 975 to 1023) or not.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GSM:MSINfo:TADVance Syntax :CALL:GSM:MSINfo:TADVance Parameters There are no parameters. Description This query delivers back the timing advance currently used by the mobile (in bit periods). Query There is only a query form of this command available. The query delivers back one integer.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GSM:MSINfo:PCONtrol Syntax :CALL:GSM:MSINfo:PCONtrol Parameters There are no parameters. Description This query delivers back the power control level currently used by the mobile. Query There is only a query form of this command available. The query delivers back one integer.
GSM-R commands :CALL:GSMR:VGCS:BSORiginate Syntax :CALL:GSMR:VGCS:BSORriginate Parameters There are no parameters. Description Initiates a Group call-setup by the base station (the 2201R). Query There is no query form of this command available. Example :CALL:GSMR:VGCS:BSOR This command initiates a VGCS BS-originated call. :CALL:GSMR:VGCS:BSRelease...
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GSMR:VGCS:MSORiginate Syntax :CALL:GSMR:VGCS:MSORiginate Parameters There are no parameters. Description This command initiates a Group call-setup by the Mobile station (the UE). Query There is no query form of this command available.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands GPRS commands :CALL:GPRS:MSINfo:IMSI Syntax :CALL:GPRS:MSINfo:IMSI Parameters There are no parameters. Description This query delivers back the international mobile subscriber identity as stored on the SIM card. Query There is only a query form of this command available. The query delivers back a string.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GPRS:MSINfo:MCLass:GPRS? Syntax :CALL:GPRS:MSINfo:MCLass:GPRS? Parameters There are no parameters. Description Only the query form is supported. Query Returns a string containing the GPRS multislot class reported by the MS. Valid return values are in the range 1 to 29.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GPRS:MSINfo:SMTime? Syntax :CALL:GPRS:MSINfo:SMTime? Parameters There are no parameters. Description Only the query form is supported. Query Returns a string containing the switch-measure time reported by the mobile phone. Valid return values are in the range 0 through 15.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:GPRS:MODE Syntax :CALL:GPRS:MODE <PredefExpr> Parameters PredefExp is one of the following expressions: TX|BCS|USF|STOP|DETach. Description Initiates the signaling state required for the respective measurement, or leads back to idle mode. TX starts the signaling required for transmitter measurements.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands EDGE commands :CALL:EGPRs:MSINfo:ALL Syntax :CALL:EGPRs:MSINfo:ALL Parameters There are no parameters. Description This command reads out all EGPRS MS Info result values with one query. The query delivers back 3 single values in the following sequence, all separated by commas: - IMSI (String) This is the international mobile subscriber identity.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:EGPRs:MSINfo:IMEI Syntax :CALL:EGPRs:MSINfo:IMEI Parameters There are no parameters. Description This query delivers back the international mobile equipment identity as stored inside the mobile (the so-called serial number). Query There is only a query form of this command available. The query delivers back a string.
2201R Mobile Tester SCPI Reference Guide Chapter 9 Call commands :CALL:EGPRs:MODE Syntax :CALL:EGPRs:MODE <PredefExpr> Parameters PredefExp is one of the following expressions: TX|STOP|DETach. Description Initiates the signaling state required for the respective measurement, or leads back to idle mode. TX starts the signaling required for transmitter measurements.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands Introduction The MEASure subsystem is probably the most important SCPI command subsystem of the 2201R. There, you will find all commands required to acquire measurement results of the mobile under test. GSM commands...
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFTX:GROup Syntax :MEASure:GSM[:CONTinuous]:RFTX:GROup Parameters There are no parameters. Description Starts a continuous measurement of the RF TX tests, specified with the :CONF:GSM:MEAS:GRO:RFTX command. To read out the latest measurement results, use the :FETCh:GSM:RFTX:GROup command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFTX:ALL Syntax :MEASure:GSM[:CONTinuous]:RFTX:ALL Parameters There are no parameters. Description Starts a continuous measurement of the most important RF TX tests. To read out the latest measurement results, use the :FETCh:GSM:RFTX:ALL command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFTX:PPEAk Syntax :MEASure:GSM[:CONTinuous]:RFTX:PPEAk Parameters There are no parameters. Description Starts a continuous measurement of the peak phase error. To read out the latest measurement result, use the :FETCh:GSM:RFTX:PPEAk command. Query The query form of this command starts the measurement and returns a measurement result value as soon as the first measurement has been completed.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFTX:FREQuency Syntax :MEASure:GSM[:CONTinuous]:RFTX:FREQuency Parameters There are no parameters. Description Starts a continuous measurement of the mobile frequency error. To read out the latest measurement result, use the :FETCh:GSM:RFTX:FREQuency command. Query The query form of this command starts the measurement and returns a measurement result value as soon as the first measurement has been completed.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFTX:POWer Syntax :MEASure:GSM[:CONTinuous]:RFTX:POWer Parameters There are no parameters. Description Starts a continuous measurement of the mobile RF output power level. To read out the latest measurement result, use the :FETCh:GSM:RFTX:POWer command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure[:GSM][:CONTinuous]:RFRX:STOP Syntax :MEASure[:GSM][:CONTinuous]:RFRX:STOP Parameters There are no parameters. Description Stops a continuous measurement of the RF RX tests. Note Stopping the test is not required since a test is automatically stopped when you start a new test.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFRX:RBER:ALL Syntax :MEASure:GSM[:CONTinuous]:RFRX:RBER:ALL Parameters There are no parameters. Description Starts a continuous measurement of the residual bit error ratios (RBER). To read out the latest measurement results, use the :FETCh:GSM:RFRX:RBER:ALL command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFRX:RBER:CIB Syntax :MEASure:GSM[:CONTinuous]:RFRX:RBER:CIB Parameters There are no parameters. Description Starts a continuous measurement of the residual bit error ratio of the class Ib bits. To read out the latest measurement result, use the :FETCh:GSM:RFRX:RBER:CIB command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFRX:RBER:FER Syntax :MEASure:GSM[:CONTinuous]:RFRX:RBER:FER Parameters There are no parameters. Description Starts a continuous measurement of the frame erasure ratio. To read out the latest measurement result, use the :FETCh:GSM:RFRX:RBER:FER command. Notes: - The number of samples to be used for testing can be set using the :CONF:GSM:BER:COUNt command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFRX:BER:ALL Syntax :MEASure:GSM[:CONTinuous]:RFRX:BER:ALL Parameters There are no parameters. Description Starts a continuous measurement of the (nonresidual) bit error ratios (BER). To read out the latest measurement results, use the :FETCh:GSM:RFRX:BER:ALL command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFRX:BER:CIA Syntax :MEASure:GSM[:CONTinuous]:RFRX:BER:CIA Parameters There are no parameters. Description Starts a continuous measurement of the (nonresidual) bit error ratio of the class Ia bits. To read out the latest measurement result, use the :FETCh:GSM:RFRX:BER:CIA command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFRX:BER:CII Syntax :MEASure:GSM[:CONTinuous]:RFRX:BER:CII Parameters There are no parameters. Description Starts a continuous measurement of the (nonresidual) bit error ratio on the class II bits. To read out the latest measurement result, use the :FETCh:GSM:RFRX:BER:CII command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM[:CONTinuous]:RFRX:FBER Syntax :MEASure:GSM[:CONTinuous]:RFRX:FBER Parameters There are no parameters. Description Starts a continuous measurement of the fast bit error ratio (C-type loop). To read out the latest measurement result, use the :FETCh:GSM:RFRX:FBER command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFTX:GROup Syntax :MEASure:GSM:ARRay:RFTX:GROup <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the RF TX tests, specified with the :CONF:GSM:MEAS:GRO:RFTX command for a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFTX:ALL Syntax :MEASure:GSM:ARRay:RFTX:ALL <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs a sequential measurement of the most important RF TX tests for a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFTX:PPEAk Syntax :MEASure:GSM:ARRay:RFTX:PPEAk <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the peak phase error for a specific number of times (set with the int1 parameter). To read out the entire measurement results array, use the :FETCh:GSM:RFTX:PPEAk command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFTX:FREQuency Syntax :MEASure:GSM:ARRay:RFTX:FREQuency <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the mobile frequency error for a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFTX:POWer Syntax :MEASure:GSM:ARRay:RFTX:POWer <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 1000. The default value for int1 is 0. Description Performs the measurement of the mobile RF output power level a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFRX:RBER:ALL Syntax :MEASure:GSM:ARRay:RFRX:RBER:ALL <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs a sequential measurement of the residual bit error ratios (RBER) a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFRX:RBER:CIB Syntax :MEASure:GSM:ARRay:RFRX:RBER:CIB <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the residual bit error ratio of the class Ib bits a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFRX:RBER:FER Syntax :MEASure:GSM:ARRay:RFRX:RBER:FER <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the frame erasure ratio a specific number of times (set with the int1 parameter). To read out the entire measurement results array, use the :FETCh:GSM:RFRX:RBER:FER command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFRX:BER:ALL Syntax :MEASure:GSM:ARRay:RFRX:BER:ALL <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs a sequential measurement of the (nonresidual) residual bit error ratios (RBER) a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFRX:BER:CIA Syntax :MEASure:GSM:ARRay:RFRX:BER:CIA <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the (nonresidual) bit error ratio on the class Ia bits a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFRX:BER:CII Syntax :MEASure:GSM:ARRay:RFRX:BER:CII <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the (nonresidual) bit error ratio on the class II bits a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GSM:ARRay:RFRX:FBER Syntax :MEASure:GSM:ARRay:RFRX:FBER <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the fast bit error ratio (C-loop) test a specific number of times (set with the int1 parameter). To read out the entire measurement results array, use the :FETCh:GSM:RFRX:FBER command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands GSM/GPRS commands Please note that the accuracy specified for multislot transmitter measurements applies to the time slot with the highest power level. The accuracy of results at levels of more than 10 dB below the highest power level may be significantly lower.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFTX:GROup Syntax :MEASure:GPRS[:CONTinuous]:RFTX:GROup Parameters There are no parameters. Description Starts a continuous measurement of the GSM RF TX tests, specified with the :CONF:GPRS:MEAS:GRO:RFTX command. To read out the latest measurement results, use the :FETCh:GPRS:RFTX:GROup command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFTX:ALL Syntax :MEASure:GPRS[:CONTinuous]:RFTX:ALL Parameters There are no parameters. Description Starts a continuous measurement of the most important GSM RF TX tests. To read out the latest measurement results, use the :FETCh:GPRS:RFTX:ALL command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFTX:PPEAk Syntax :MEASure:GPRS[:CONTinuous]:RFTX:PPEAk Parameters There are no parameters. Description Starts a continuous measurement of the GSM peak phase error. To read out the latest measurement result, use the :FETCh:GPRS:RFTX:PPEAk command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFTX:FREQuency Syntax :MEASure:GPRS[:CONTinuous]:RFTX:FREQuency Parameters There are no parameters. Description Starts a continuous measurement of the mobile frequency error in GSM mode. To read out the latest measurement result, use the :FETCh:GPRS:RFTX:FREQuency command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFTX:POWer Syntax :MEASure:GPRS[:CONTinuous]:RFTX:POWer Parameters There are no parameters. Description Starts a continuous measurement of the mobile RF output power level. To read out the latest measurement result, use the :FETCh:GPRS:RFTX:POWer command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFRX:STOP Syntax :MEASure:GPRS[:CONTinuous]:RFRX:STOP Parameters There are no parameters. Description Stops continuous RF receiver measurements. Note Stopping the test is not required since a test is automatically stopped when you start a new test.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFRX:RBER:ALL Syntax :MEASure:GPRS[:CONTinuous]:RFRX:RBER:ALL Parameters There are no parameters. Description Starts a continuous measurement of the residual bit error ratios (RBER). To read out the latest measurement results, use the :FETCh:GPRS:RFRX:RBER:ALL command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFRX:RBER:CIB Syntax :MEASure:GPRS[:CONTinuous]:RFRX:RBER:CIB Parameters There are no parameters. Description Starts a continuous measurement of the residual bit error ratio of the class Ib bits. To read out the latest measurement result, use the :FETCh:GPRS:RFRX:RBER:CIB command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFRX:RBER:FER Syntax :MEASure:GPRS[:CONTinuous]:RFRX:RBER:FER Parameters There are no parameters. Description Starts a continuous measurement of the frame erasure ratio. To read out the latest measurement result, use the :FETCh:GPRS:RFRX:RBER:FER command. Notes: The number of samples to be used for testing can be set, using the :CONF:GPRS:BER:COUNt command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFRX:BER:ALL Syntax :MEASure:GPRS[:CONTinuous]:RFRX:BER:ALL Parameters There are no parameters. Description Starts a continuous measurement of the (nonresidual) bit error ratios (BER). To read out the latest measurement results, use the :FETCh:GPRS:RFRX:BER:ALL command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFRX:BER:CIA Syntax :MEASure:GPRS[:CONTinuous]:RFRX:BER:CIA Parameters There are no parameters. Description Starts a continuous measurement of the (nonresidual) bit error ratio of the class Ia bits. To read out the latest measurement result, use the :FETCh:GPRS:RFRX:BER:CIA command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFRX:BER:CII Syntax :MEASure:GPRS[:CONTinuous]:RFRX:BER:CII Parameters There are no parameters. Description Starts a continuous measurement of the (nonresidual) bit error ratio on the class II bits. To read out the latest measurement result, use the :FETCh:GPRS:RFRX:BER:CII command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:RFRX:FBER Syntax :MEASure:GPRS[:CONTinuous]:RFRX:FBER Parameters There are no parameters. Description Starts a continuous measurement of the fast bit error ratio (C-type loop). To read out the latest measurement result, use the :FETCh:GPRS:RFRX:FBER command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS[:CONTinuous]:MULTislot:RFTX:ALL Syntax :MEASure:GPRS[:CONTinuous]:MULTislot:RFTX:ALL Parameters There are no parameters. Description Measures repetitively all RF TX parameters for the number of time slots set by the :CONFigure:GPRS:MSTAtion:MSLot command. The number of time slots measured is the first parameter in the result string. To read out the latest measurement results, use the :FETCh:GPRS:MULTislot:RFTX:ALL command.
:MEASure:GPRS[:CONTinuous]:MULTislot:RFTX:PPEAk Parameters There are no parameters. Description Measures repetitively the peak phase error for all time slots assigned by the 2201R using the :CONFigure:GPRS:MSTAtion:MSLot command. To read out the latest measurement result, use the :FETCh:GPRS:MULTislot:RFTX:PPEAk command. Query The query form of this command starts the measurements and returns measurement results as soon as the measurements have been completed.
There are no parameters. Description Measures repetitively the BLER in USF or BLER-BCS test mode for each of the time slots assigned by the 2201R using the :CONFigure:GPRS:MSTAtion:MSLot and :CONFigure:GPRS:BS:MSLot[:DATA] commands respectively. The test mode can be set by the :CALL:GPRS:MODE command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFTX:GROup Syntax :MEASure:GPRS:ARRay:RFTX:GROup <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the RF TX tests, specified with the :CONF:GPRS:MEAS:GRO:RFTX command for a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFTX:ALL Syntax :MEASure:GPRS:ARRay:RFTX:ALL <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Measures multiple times (set with the int1 parameter) all RF TX parameters. To read out the entire measurement results array, use the :FETCh:GPRS:RFTX:ALL command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFTX:PPEAk Syntax :MEASure:GPRS:ARRay:RFTX:PPEAk <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Measures multiple times (set with the int1 parameter) the peak phase error. To read out the entire measurement results array, use the :FETCh:GPRS:RFTX:PPEAk command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFTX:FREQuency Syntax :MEASure:GPRS:ARRay:RFTX:FREQuency <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Measures multiple times (set with the int1 parameter) the frequency error. To read out the entire measurement results array, use the :FETCh:GPRS:RFTX:FREQ command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFTX:POWer Syntax :MEASure:GPRS:ARRay:RFTX:POWer <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Measures multiple times (set with the int1 parameter) the burst peak power. To read out the entire measurement results array, use the :FETCh:GPRS:RFTX:POWer command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFRX:RBER:ALL Syntax :MEASure:GPRS:ARRay:RFRX:RBER:ALL <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs a sequential measurement of the residual bit error ratios (RBER) a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFRX:RBER:CIB Syntax :MEASure:GPRS:ARRay:RFRX:RBER:CIB <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the residual bit error ratio of the class Ib bits a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFRX:RBER:FER Syntax :MEASure:GPRS:ARRay:RFRX:RBER:FER <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the frame erasure ratio a specific number of times (set with the int1 parameter). To read out the entire measurement results array, use the :FETCh:GPRS:RFRX:RBER:FER command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFRX:BER:ALL Syntax :MEASure:GPRS:ARRay:RFRX:BER:ALL <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs a sequential measurement of the (nonresidual) residual bit error ratios (RBER) a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFRX:BER:CIA Syntax :MEASure:GPRS:ARRay:RFRX:BER:CIA <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the (nonresidual) bit error ratio on the class Ia bits a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFRX:BER:CII Syntax :MEASure:GPRS:ARRay:RFRX:BER:CII <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the (nonresidual) bit error ratio on the class II bits a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:RFRX:FBER Syntax :MEASure:GPRS:ARRay:RFRX:FBER <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the fast bit error ratio (C-loop) test a specific number of times (set with the int1 parameter). To read out the entire measurement results array, use the :FETCh:GPRS:RFRX:FBER command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:MULTislot:RFTX:ALL Syntax :MEASure:GPRS:ARRay:MULTislot:RFTX:ALL <int1> Parameters int1 specifies how many MULT:RFTX:ALL measurements (over multiple slots of a frame) are performed. Up to 100 measurements can be specified. Description Measures all RFTX parameters for a defined number of times, on all the available uplink slots.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:GPRS:ARRay:MULTislot:RFTX:TEMPlate Syntax :MEASure:GPRS:ARRay:MULTislot:RFTX:TEMPlate <int1> Parameters int1 specifies how many measurements are taken. Up to 100 measurements can be specified. Description Checks repetitively whether the int1 TX bursts fit into the respective power/time templates.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands EDGE commands Please note that the accuracy specified for multislot transmitter measurements applies to the time slot with the highest power level. The accuracy of results at levels of more than 10 dB below the highest power level may be significantly lower.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs[:CONTinuous]:RFTX:GROup Syntax :MEASure:EGPRs[:CONTinuous]:RFTX:GROup Parameters There are no parameters. Description Starts a continuous measurement of the GSM RF TX tests, specified with the :CONF:EGPRs:MEAS:GRO:RFTX command. To read out the latest measurement results, use the :FETCh:EGPRs:RFTX:GROup command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs[:CONTinuous]:RFTX:ALL Syntax :MEASure:EGPRs[:CONTinuous]:RFTX:ALL Parameters There are no parameters. Description Starts a continuous measurement of the most important EGPRS RF TX tests. To read out the latest measurement results, use the :FETCh:EGPRs:RFTX:ALL command. The RF TX tests performed by this command are: ERMS, the error vector magnitude rms-averaged over a burst.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs[:CONTinuous]:RFTX:ERMS Syntax :MEASure:EGPRs[:CONTinuous]:RFTX:ERMS Parameters There are no parameters. Description Starts a continuous measurement of the error vector magnitude rms-averaged over a burst. EVM is a relative value and shown as a percentage. To read out the measurement results, use the :FETCh:EGPRs:RFTX:ERMS command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs[:CONTinuous]:RFTX:ENFTh Syntax :MEASure:EGPRs[:CONTinuous]:RFTX:ENFTh Parameters There are no parameters. Description Starts a continuous measurement of the error vector magnitude that is not exceeded by 95% of the symbols of a burst. The 95% EVM is shown in %. To read out the measurement results, use the :FETCh:EGPRs:RFTX:ENFTh command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs[:CONTinuous]:RFTX:FREQuency Syntax :MEASure:EGPRs[:CONTinuous]:RFTX:FREQuency Parameters There are no parameters. Description Starts a continuous measurement of the mobile frequency error in GSM mode. To read out the latest measurement result, use the :FETCh:EGPRs:RFTX:FREQuency command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs[:CONTinuous]:RFTX:POWer Syntax :MEASure:EGPRs[:CONTinuous]:RFTX:POWer Parameters There are no parameters. Description Starts a continuous measurement of the mobile RF output power level. To read out the latest measurement result, use the :FETCh:EGPRs:RFTX:POWer command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs[:CONTinuous]:RFTX:PPEAk Syntax :MEASure:EGPRs[:CONTinuous]:RFTX:PPEAk Parameters There are no parameters. Description Starts a continuous measurement of the peak phase error. To read out the latest measurement result, use the :FETCh:EGPRs:RFTX:PPEAk command. Query The query form of this command starts the measurement and returns a measurement result value as soon as the first measurement has been completed.
There are no parameters. Description Measures repetitively the BLER in USF test mode for each of the time slots assigned by the 2201R using the :CONFigure:EGPRs:MSTAtion:MSLot and :CONFigure:EGPRs:BS:MSLot[:DATA] commands respectively. The test mode can be set by the :CALL:EGPRs:MODE command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs:ARRay:RFTX:GROup Syntax :MEASure:EGPRs:ARRay:RFTX:GROup <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the RF TX tests, specified with the :CONF:EGPRs:MEAS:GRO:RFTX command for a specific number of times (set with the int1 parameter).
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs:ARRay:RFTX:ALL Syntax :MEASure:EGPRs:ARRay:RFTX:ALL <int1>> Parameters <int1> is an integer. The minimum value for <int1> is 0, the maximum value is 100. The default value for <int1> is 0. Description Performs a sequential measurement of the most important EGPRS RF TX tests for a specific number of times (set with the <int1>...
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands Example :MEASure:EGPRs:ARRay:RFTX:ALL 2 :FETCh:EGPRs:RFTX:ALL? In this case, the sequence of the most important EGPRS RF TX measurements is performed twice. All 34 measurement result values are kept in an internal memory until they are read out with the FETCh command. After the internal memory has been read out, it is cleared.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs:ARRay:RFTX:EPEAk Syntax :MEASure:EGPRs:ARRay:RFTX:EPEAk <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Measures multiple times (set with the int1 parameter) the maximum error vector magnitude within a burst. EVM is indicated per cent.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs:ARRay:RFTX:EOFFset Syntax :MEASure:EGPRs:ARRay:RFTX:EOFFset <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Measures multiple times (set with the int1 parameter) the Origin Offset. The origin offset indicates the accuracy of the i/Q modulators DC setup;...
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs:ARRay:RFTX:LENGth Syntax :MEASure:EGPRs:ARRay:RFTX:LENGth <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Measures multiple times (set with the int1 parameter) the burst length. To read out the entire measurement results array, use the :FETCh:EGPRs:RFTX:LENGth command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs:ARR:RFTX:TEMP Syntax :MEASure:EGPRs:ARR:RFTX:TEMP <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Checks multiple times (set with the int1 parameter) if TX burst fits into the power/time template. To read out the entire measurement results array, use the :FETCh:EGPRs:RFTX:TEMPlate command.
2201R Mobile Tester SCPI Reference Guide Chapter 10 Measurement commands :MEASure:EGPRs:ARRay:RFTX:PRMS Syntax :MEASure:EGPRs:ARRay:RFTX:PRMS <int1> Parameters int1 is an integer. The minimum value for int1 is 0, the maximum value is 100. The default value for int1 is 0. Description Performs the measurement of the root-mean square valued (RMS) phase error for a specific number of times (set with the int1 parameter).
Page 263
Chapter 11 Fetch commands This chapter contains an explanation of the Fetch subsystem SCPI commands. The commands are used to read out measurement result values both from continuous and array measurements.The list is structured as follows: • ’GSM commands’ on page 264 •...
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands GSM commands :FETCh:GSM:RFTX:GROup? Syntax :FETCh:GSM:RFTX:GROup? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result values of the sequence of RF TX measurements as specified with the :CONF:MEAS:GRO:RFTX command and measured with the :MEAS:GSM[:ARRay]:RFTX:GROup command.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GSM:RFTX:ALL? Syntax :FETCh:GSM:RFTX:ALL? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result values of the :MEAS:GSM[:ARRay]:RFTX:ALL measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GSM:RFTX:PPEAk? Syntax :FETCh:GSM:RFTX:PPEAk? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:GSM[:ARRay]:RFTX:PPEAk measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GSM:RFTX:FREQuency? Syntax :FETCh:GSM:RFTX:FREQuency? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:GSM[:ARRay]:RFTX:FREQ measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GSM:RFTX:POWer? Syntax :FETCh:GSM:RFTX:POWer? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:GSM[:ARRay]:RFTX:POWer measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GSM:RFRX:RBER:ALL? Syntax :FETCh:GSM:RFRX:RBER:ALL? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result values of the :MEAS:GSM[:ARRay]:RFRX:RBER:ALL measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GSM:RFRX:RBER:CII? Syntax :FETCh:GSM:RFRX:RBER:CII? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the :MEAS:GSM[:ARRay]:RFRX:RBER:CII measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GSM:RFRX:BER:ALL? Syntax :FETCh:GSM:RFRX:BER:ALL? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result values of the :MEAS:GSM[:ARRay]:RFRX:BER:ALL measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GSM:RFRX:BER:CIB? Syntax :FETCh:GSM:RFRX:BER:CIB? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the :MEAS:GSM[:ARRay]:RFRX:BER:CIB measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh[:GSM]:RFRX:BER:CRC? Syntax :FETCh[:GSM]:RFRX:BER:CRC? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the :MEAS:GSM[:ARRay]:RFRX:BER:CII measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GSM:RFRX:RTDelay? Syntax :FETCh:GSM:RFRX:RTDelay? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the :MEASure:GSM:ARRay:RFRX:RTDelay measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands GSM/GPRS commands :FETCh:GPRS:RFTX:GROup? Syntax :FETCh:GPRS:RFTX:GROup? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result values of the sequence of RF TX measurements as specified with the :CONF:MEAS:GRO:RFTX command and measured with the :MEAS:GPRS[:ARRay]:RFTX:GROup command.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:RFTX:ALL? Syntax :FETCh:GPRS:RFTX:ALL? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result values of the :MEAS:GPRS[:ARRay]:RFTX:ALL measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:RFTX:PPEAk? Syntax :FETCh:GPRS:RFTX:PPEAk? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:GPRS[:ARRay]:RFTX:PPEAk measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:RFTX:FREQuency? Syntax :FETCh:GPRS:RFTX:FREQuency? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:GPRS[:ARRay]:RFTX:FREQ measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:RFTX:POWer? Syntax :FETCh:GPRS:RFTX:POWer? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:GPRS[:ARRay]:RFTX:POWer measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:RFRX:RBER:ALL? Syntax :FETCh:GPRS:RFRX:RBER:ALL? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result values of the :MEAS:GPRS[:ARRay]:RFRX:RBER:ALL measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:RFRX:RBER:CII? Syntax :FETCh:GPRS:RFRX:RBER:CII? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the :MEAS:GPRS[:ARRay]:RFRX:RBER:CII measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:RFRX:BER:ALL? Syntax :FETCh:GPRS:RFRX:BER:ALL? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result values of the :MEAS:GPRS[:ARRay]:RFRX:BER:ALL measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:RFRX:BER:CIB? Syntax :FETCh:GPRS:RFRX:BER:CIB? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the :MEAS:GPRS[:ARRay]:RFRX:BER:CIB measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:RFRX:BER:CRC? Syntax :FETCh:GPRS:RFRX:BER:CRC? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the :MEAS:GPRS[:ARRay]:RFRX:BER:CII measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:RFRX:RTDelay? Syntax :FETCh:GPRS:RFRX:RTDelay? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the :MEAS:GPRS[:ARRay]:RFRX:RTDelay measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:MULTIslot:RFTX:PPEAk? Syntax :FETCh:GPRS:MULTIslot:RFTX:PPEAk? Parameters There are no parameters with this command. Description Only the query form of this command is available. Query Returns a string containing int1 times the result string from the :MEASure:GPRS:CONT:MULT:RFTX:PPEAk query. int1 is specified with the preceding :MEAS:GPRS:ARR:MULT:RFTX:PPEAk command.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:GPRS:MULTIslot:RFRX:BLER? Syntax :FETCh:GPRS:MULTIslot:RFRX:BLER? Parameters There are no parameters with this command. Description Only the query form of this command is available. Query Returns a string containing an integer number indicating the number of time slots measured, a floating point real number giving the BLER for all slots followed by floating point real numbers giving the BLER for individual slots, separated by commas.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands EDGE commands :FETCh:EGPRs:RFTX:GROup? Syntax :FETCh:EGPRs:RFTX:GROup? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result values of the sequence of EGPRS RF TX measurements as specified with the :CONF:EGPRs:MEAS:GRO:RFTX command and measured with the :MEAS:EGPRs[:ARRay]:RFTX:GROup command.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:EGPRs:RFTX:ALL? Syntax :FETCh:EGPRs:RFTX:ALL? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result values of the :MEAS:EGPR[:ARR]:RFTX:ALL measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:EGPRs:RFTX:ERMS? Syntax :FETCh:EGPRs:RFTX:ERMS? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:EGPR[:ARR]:RFTX:ERMS measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:EGPRs:RFTX:ENFTh? Syntax :FETCh:EGPRs:RFTX:ENFTh? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:EGPR[:ARR]:RFTX:ENFT measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:EGPRs:RFTX:FREQuency? Syntax :FETCh:EGPRs:RFTX:FREQuency? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:EGPRs[:ARRay]:RFTX:FREQ measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:EGPRs:RFTX:POWer? Syntax :FETCh:EGPRs:RFTX:POWer? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:EGPRs[:ARRay]:RFTX:POWer measurement.
2201R Mobile Tester SCPI Reference Guide Chapter 11 Fetch commands :FETCh:EGPRs:RFTX:PPEAk? Syntax :FETCh:EGPRs:RFTX:PPEAk? Parameters There are no parameters. Description There is solely a query form of this command available. Query The query form of this command returns the latest measurement result value(s) of the MEAS:EGPRs[:ARRay]:RFTX:PPEAk measurement.
Need help?
Do you have a question about the 2201R and is the answer not in the manual?
Questions and answers