R&S QuickStep Test Executive Software (1528.9010.02)
●
Development option for R&S QuickStep Test Executive Software
(1528.9026.02)
●
R&S QuickStep license dongle and key card (1528.9003.02)
The firmware of the instrument uses several valuable open source software packages. For information,
see the "Open Source Acknowledgment" document, which is available for download from the customer
web section on GLORIS, the global Rohde & Schwarz information system: https://extranet.rohde-
schwarz.com.
Rohde & Schwarz would like to thank the open source community for their valuable contribution to embedded computing.
Welcome to the R&S QuickStep Test Executive software! QuickStep provides a
high-speed test sequencer in combination with a powerful graphical user interface
for the parameterization and control of test execution. Test procedures are
designed in a graphical editor as flow charts based on the provided or additionally
developed test functions.
QuickStep lets you set up and run test plans – sequences of individual tests
together with scheduling and execution information –, to build test procedures and
to evaluate the test results. During test execution, QuickStep controls the test
equipment.
QuickStep includes example test projects for typical test conditions and hardware
setups. It offers facilities to adapt given test plans and their execution schedules
and to develop new ones. Customer extensions can easily be integrated, e.g. for
exploiting or developing special test algorithms.
If you only use the QuickStep OTA basic application (installed with QuickStep,
QS-ATSCAL license required), most test executive features are hidden at the GUI
but used in the background. For details, see the QuickStep ATSCAL OTA Testing
user manual.
1.1Key Features
General features:
●
High performance:
QuickStep causes a minimum processing overhead. The test execution speed
is comparable to native C++/C# code. Parallel execution of code is supported.
●
User-friendly handling:
Configurations are done via graphical user interface (GUI) and intuitive handling (for example drag & drop). Standard tests need only a minimum configuration effort.
●
High flexibility and wide application range:
–Examples and reference test cases are available and ready to run.
The test packages are optimized regarding time consumption.
9User Manual 1177.6223.02 ─ 11
R&S®QuickStep
–QuickStep is not confined to a certain set of test instruments since stan-
dard communication interfaces are used for controlling the test equipment.
3rd-party instruments are easily integrated.
–Customer-defined test setups and test conditions are supported.
–QuickStep is appropriate for production tests (particularly due to high per-
formance) as well as for test development purposes.
●
Support for developing test functionality and easy integration of customer
code
Test plan / test procedure configuration:
●
Static and dynamic parameter references
●
Convenient set and sweep functions
●
Limit handling
●
Configuration of preparatory and finishing test phases (for example for instrument initialization) around sequences of test steps
Welcome
Key Features
●
Dynamic control statements (loops, if conditions, jumps)
Test results and execution protocol:
●
Diagram for result plots
●
Histogram view for statistical analysis
●
Configurable result charts and live view results
●
Configurable reports
●
Test execution protocol viewer
System configuration management:
●
Graphical representation of the test setup
●
Intuitive building of system configurations with elements from a library
●
Parameter and path mapping for multiple test setups
Development of new tests:
●
Intuitive building of test procedures via flow charts of blocks from a library
●
Control structures (conditions, "If", "Or") and dependencies
●
GUI supported generation of source code templates for new test functions
●
Powerful API to support standard functionality
●
Microsoft Visual Studio® based test function development with C++ or C#
10User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Software Components, Product Licensing
●
Debugging support: Breakpoints allow to pause a test run on well-defined
steps and block functions; single step execution mode is provided
●
Usage and extension of R&S Forum, MATLAB and Python scripts
●
Support of user-defined dialogs implemented with Windows Forms or WPF
●
Standalone usage of block DLLs
Welcome
1.2Software Components, Product Licensing
The software has the following components:
●
Test Executive Software
Includes the complete functionality to define tests based on the provided block
functions, to run tests and analyze the results.
Type: R&S QS-APP, included option keys: R&S QS-EXE, R&S QS-EDI
●
Development Option
Enables the creation of new block functions. The Block Development Tool provides the complete interface to integrate user code into QuickStep via MS Visual Studio projects.
Type: R&S QS-DEV, option key: R&S QS-DEV, included option key: R&S QSDBG
Additionally required type: R&S QS-APP
●
OTA Basic Application
Provides the OTA ATSCAL view for easy and integrated control of OTA (over
the air) RF radiation testing, particularly for calibration and antenna measurements in combination with an ATS1000. No configuration of a testplan or test
procedure is needed. Test results (total radiated power, gain, radiation pattern)
are also displayed in the view including polar and 3D chart.
Type: R&S QS-ATSCAL, option key: R&S QS-ATSCAL
Additionally required type: R&S QS-APP
●
ATSDRV Positioner Driver Package
Provides the functionality to control an ATS-CCP1 antenna positioner with
turntable and one antenna boom.
Type: R&S QS-ATSDRV, free of charge
The licensing is realized with a License Dongle (R&S QS-DGL) and controlled
with the R&S license server. The license dongle consists of a smart card and a
USB smart card reader. If the license dongle is connected with a USB port at the
PC where QuickStep runs, the local R&S license server (contained in the Quick-
11User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Documentation
Step installation package) manages the licensing. If connected to a server in the
network (particularly for using floating licenses), an R&S license server at that
server is needed for managing the licenses.
Welcome
1.3Documentation
PDF documentation
The pdf documents are included on the product's USB stick. Most documents are
also accessible after QuickStep installation via the Windows "Start" button and
the folder "R&S QuickStep > Documentation" or via the QuickStep Help menu.
Additionally, the Getting Started is provided as printed document.
The pdf documentation consists of the following documents:
●
Getting Started
Provides basic information about the product and how to install it.
●
User Manual
Provides detailed information about the features of the application and how to
install, configure and use the application. The manual includes descriptions of
the applied mechanisms, step-by-step procedures showing how to carry out
typical tasks, a reference chapter where the GUI elements and their usage are
described, and application examples.
●
OTA Testing User Manual
User manual that is specialized for the OTA ATSCAL component of QuickStep.
●
Release Notes
Contains the most current information on the application, for example latest
changes, news, restrictions.
●
Training Manuals
Provide detailed descriptions how to use QuickStep based on instructive
examples. The descriptions include step-by-step procedures and many hints
on practical usage.
–User Training: Covers all topics related to the usage of QuickStep – except
for the development of new blocks.
–Developer Training: Covers the tasks for developing functional blocks.
Code examples illustrating how user-defined block functions are devel-
oped. The example code can be copied and inserted in programming files
12User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Welcome
Typographic Conventions
in MS Visual Studio; therefore two versions of the training manual exist:
one for programming in C++, one for programming in C#.
●
Quick Reference
Lists the typically required API functions on a poster.
●
ActiveReports User Guide
Describes how to use the ReportDesigner which is accessible via the Test
Procedure Editor's toolbar. The ReportDesigner allows to create and edit
report definitions and styles for the QuickStep reporting functionality.
Help, CHM documentation
●
The context-sensitive help system is embedded in QuickStep. Press the
"Help" button or the F1 key to access the help from the graphical user interface.
●
The QuickStep API description is a help system describing the classes and
files for block development. It is accessible via the Windows "Start" button and
the folder "R&S QuickStep > Help and Manuals" or via the QuickStep Help
menu.
●
Developer documentation (CHM files) of the provided R&S base blocks for reuse of the block functions for the development of 3rd party blocks.
1.4Typographic Conventions
This document uses the following typographic conventions to make information
easier to access and understand.
|Vertical bar indicates alternate selections - the bar means "or".
...Ellipsis indicates nonessential information omitted from the example.
1.5Using the Help
The help system is integrated into the software. The help system is an integral
part of the product's framework and thus provides information about all application parts that are officially released, independendly of whether the applications
are installed or licensed, or not.
1.5.1Accessing the Help
Use one of the following options to access the help. Depending on the specific
help calls, several help windows may open in parallel.
●
F1 key
Opens the help. If the selected GUI element provides context-sensitive help,
opens the related help topic.
For example, if a tab is selected, F1 will open a reference description for the
tab.
●
Menu bar
The "Help > R&S QuickStep Help" item opens the Online help ("Help" provides links to other documents, too).
Using ToolTips
Move the pointer over an element to display a short description of it.
14User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Welcome
Using the Help
1.5.2Navigating in the Help
As in most help systems, you can use common tabs to find the information of
interest. You find the tabs in the left pane: "Contents", "Index" and "Search". The
icons in the toolbar provide further navigation support, see the following table.
Table 1-2: Help menu
CommandDescription
"Hide"/"Show"Hides or shows the left pane.
"Previous"Opens the previous page of the help directory.
"Next"Opens the next page of the help directory.
"Back"Opens the topics you visited before.
"Home"Shows the start page of the help (legal notice).
"Print"Lets you print the current topic or the selected heading and all
subtopics.
15User Manual 1177.6223.02 ─ 11
R&S®QuickStep
What's New
2What's New
This document is related to version 5.0 of QuickStep and later.
The following sections list the main changes in the document since version 4.65.
For more details, see the Release Notes.
Test Procedure Editor
●
Block colors:
–Blocks newly created in the "Blocks & Connectivity" section get a default
color which you can change in the "Properties" pane. The same block
color is displayed for all test execution phases.
–Disabled blocks (see below) are displayed in grey color.
–Block functions that carry an execution condition are displayed with blue
frame.
●
Block context menu: Has been extended, for example with alignment and
resizing options.
●
Disabling a block (main area):
16User Manual 1177.6223.02 ─ 11
R&S®QuickStep
What's New
You can enable/disable all functions of a block via context menu. If disabling
was applied, the block turns grey. Afterwords you can use the "Enabled"
checkbox in the "Properties" pane to enable just the selected block function;
consequently the block gets its color again.
To enable/disable several blocks in one step, select them and use the context
menu.
●
Connecting a block automatically:
If you drag a block from the "Block Library" into the main area over an existing
block that has no outgoing connection yet, the new block can automatically be
connected to the existing block by dropping the block. The connection is directed from the existing block to the new block.
●
Alignment features (main area):
–Grid and snapping to grid
–Snapping to item
Figure 2-1: Snap to item
–Alignment of blocks and other items
17User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Licensing
What's New
Floating licenses can be used to unlock QuickStep functionalities. Occupation of
a floating license is controlled from the "Settings" menu with the new items
"Enable/Disable License Occupation" and "Set License Occupation Time".
The licensing is handled with the R&S license server web application (contained
in the QuickStep installation package). See Licensing Tasks for details.
Command line operation
New options are provided for using QuickStep without GUI in a command line
interface (CLI, via Command Prompt window). See Command Line Interface
(CLI) for a description of the command options.
18User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Block development
Pythons scripts can be used as functions of a script block.
What's New
19User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Introduction to QuickStep
Typical Test Setup
3Introduction to QuickStep
This chapter provides a brief overview over QuickStep for a first orientation. The
given information is not comprehensive and not represented with full complexity.
3.1Typical Test Setup
Figure 3-1: Schematic test setup (DUT: Device under Test)
Characteristics:
●
QuickStep runs on a PC and controls the test instruments.
●
QuickStep basically commands a sequence of test steps where the values of
one or several test parameters are varied. The results for each test step are
collected and presented within QuickStep.
●
Typically, SCPI commands sent over LAN (or GPIB) control the test instruments. Any other remote control interface might be adapted.
●
The test instruments can be of any type. Examples are generators, analyzers,
power supplies, power sensors, switching devices. The number of used test
instruments is not limited.
●
One or more test instruments provide test signals as input for the DUT. Vice
versa, one or several test instruments gather signals or data from the DUT.
Examples:
–A generator instrument provides an RF signal to the DUT. QuickStep
defines the properties of the RF signal to be transmitted.
–An analyzer instrument receives RF signals from the DUT and measures
their properties. QuickStep gets the results from the analyzer.
–A power supply with variable voltage powers the DUT.
20User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Introduction to QuickStep
Graphical User Interface
3.2Graphical User Interface
All operational tasks for configuring and executing tests are carried out on the PC.
When starting QuickStep, the "QuickStep" window – the graphical user interface
(GUI) – opens.
Figure 3-2: GUI overview
1 = Menu bar
2 = Tabs
3 = Toolbar
4 = Navigation / browser / library
5 = Main pane
6 = Secondary pane
The GUI is structured with a menu bar, tabs, a toolbar and several panes. The
content to be displayed is distributed in several tabs. The selected tab defines
which type of information is displayed in the different panes. See the descriptions
below for information on the content for single tabs. The entries in the toolbar also
depend on the selected tab.
21User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Introduction to QuickStep
Graphical User Interface
3.2.1Test Execution
This view becomes relevant when the current test is executed. You can start the
test run and control the test execution.
Figure 3-3: Test Execution
1 = Start the test execution
2 = See and control the execution progress
3 = View the logged messages
4 = Select the block function flow chart of interest
5 = Inspect the current block function
Progress bar
The progress bar shows how far the test has been executed. You can control test
execution, for example resume test execution after a halt due to a breakpoint in
the test plan.
Log Viewer
The Log Viewer protocols the events occurred during operation of QuickStep,
particularly after starting the test execution. The messages are color-coded.
22User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Introduction to QuickStep
Graphical User Interface
Test Procedure Debugger
The "Test Procedure Debugger" allows to check the values of parameters during
test run. It includes the Test Procedure Browser from the Test Procedure Editor
for selecting the block function diagram that contains the block function of interest.
The debugger works together with the progress bar during test run. You can proceed in the test execution step by step with the "Step" button. If you have defined
breakpoints for test steps (to be done in the Testplan Editor) and have clicked the
"Continue" button, the test execution is halted at each breakpoint until you click
"Continue" again.
3.2.2Test Plan Editor
The "Test Plan Editor" is the initial view of QuickStep. The user prepares a list of
test steps and starts the test execution from the toolbar.
Figure 3-4: Testplan Editor
1 = Select a sequence of test steps (or define groups and sequences)
2 = Inspect and edit the sequence of test steps
3 = Edit parameter values
4 = Start the test plan
23User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Central test step table
In the table, each test step is represented in one row, the columns display the
related parameters. Parameter values can directly be edited in the table after a
double-click.
Each test step is connected to a test procedure by the entry in the "Test Procedure" column. The parameter set of each test step is dynamically adapted
according to the selected test procedure. If test procedure parameters are modified in the test procedure editor, the modifications get effective in the test plan editor after clicking "Update Test Project" or when the test is started.
Powerful sweep and set functions allow quick generation of parameter sweeps for
efficient parameter setting of multiple test steps. Multi-parameter sweeps might
be defined within one single test step. Prioritization might be used to keep control
on the order of the parameter sweeps within nested loops.
Introduction to QuickStep
Graphical User Interface
Panes on the right-hand side
In the "Test Step Parameters" tab, the parameters of a test step are displayed in
vertical order for a better overview and providing a more convenient way to edit
parameters without scrolling. The "TPR Options" tab contains parameters for the
whole test, for example repetitions. The "Test Step Limits" tab shows the configured limits for measurement results.
Regarding test development, various settings for logging and debugging are
offered. Breakpoints for debugging and single-step execution can be enabled for
specific test steps.
Test Project Browser on the left-hand side
Multiple test step parameter tables are organized in a tree structure for keeping
an overview of large tests. Control structures can be applied to sequences of test
steps, their parameters are configured in the right pane. "Test Project Parameters" contains static and dynamic global parameters to be configured in the middle pane.
3.2.3Results Viewer
The results of a test run are displayed in the "Results Viewer".
24User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Figure 3-5: Results Viewer
Introduction to QuickStep
Graphical User Interface
1 = Select a result file
2 = Inspect the result table and select one or more result columns
3 = Inspect the diagram representation of the results for the selected column(s)
4 = Inspect the distribution of result values and check the statistical evaluation
Results File Browser on the left-hand side
The "Result File Browser" helps to keep an overview of large sets of result data.
Each test run generates a new time-stamped folder with a complete set of result
files with tab-separated measurement and timing results. When testing several
DUTs in "Continuous Run" mode, a separate subfolder is created for each DUT. If
results of the type trace are generated, these are also collected in a DUT-specific
subfolder. Additionally, a copy of the test plan and the execution log is stored as a
reference.
When selecting a result file in the Result File Browser, its content is shown as
table in the central area. TestStepsResults.log is the main result file con-
taining the results for each test step. ExecutionProtocol ... .txt contains
all logged messages with timestamp and origin.
Central Results Table
The central "Results Table" shows the results in a table. In case
TestStepsResults.log has been selected, each test step is presented in one
row and each result parameter in one column. If one or several result parameters
25User Manual 1177.6223.02 ─ 11
R&S®QuickStep
in the results table are selected, the results over the test steps (or other configurable running variables) are represented in the diagram on the right-hand side.
Each column of the table offers powerful sort and filter functions. An export filter
makes it possible to export a subset of the table as CSV or XLS file. In case the
table shows the content of the execution protocol, it is possible to export and
reuse SCPI sequences within other test environments. References to specific
results can be created via right-click. These can then be used in the "Test Procedure Editor".
Analysis panes on the right-hand side
The "Diagram" pane plots the data of a single or multiple columns that are
selected within the result table. Scatter plots are possible, since any result parameter can be selected for the x-axis of the plot. Results can be assigned to colorcoded groups by selecting an additional grouping parameter. Delta markers are
available for measurements.
Introduction to QuickStep
Graphical User Interface
If results of the trace type are selected, an adopted diagram pane is available.
Traces files can also be loaded directly into the central results table and displayed
with the standard results viewer. Zoom in and out is supported by mouse click,
mouse wheel and diagram bars. A right-click menu offers access to additional
settings.
The "Histogram & Statistics" pane provides a histogram pane and statistical
analysis of the result data that is selected within the result table.
3.2.4Test Procedure Editor
A test procedure basically defines what functionality is executed when the test
steps connected to the test procedure are carried out. The blocks which can be
used for a test are managed in the "Blocks & Connectivity" part. The test flow for
each procedure is then set up as flowchart with a graphical editor, based on a
library of provided functions or user-developed functions.
26User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Introduction to QuickStep
Graphical User Interface
Figure 3-6: Test Procedure Editor
1 = Select an execution phase
2 = Drag a new block function into the main pane
3 = Select block functions, add block function dependencies, select a block function
4 = Edit the parameters of the selected block function
Control elements such as "If", "Or", “Fork” and “Join” are available to handle execution branches and loops. Conditions achieve a conditional execution of test
functions. All test function parameters can be made available for test parameterization within the test plan editor. Existing test procedures can be modified or
extended without source code development. The right-click menu provides
accesss to additional features like automatic alignment or changing the block
instance. If a new block function is dropped directly on an existing block function
without a successor, the new block function is automatically connected.
The toolbar provides access to tools for developing blocks, handling SCPI commands for connected test instruments, designing reports and integrating scripts.
3.2.5System Configurator
The "System Configurator" reflects the test setup and can be used for setting the
device- and connection-specific parameters as occurring with the test setup.
27User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Figure 3-7: System Configurator
1 = Drag a symbol into the main area
2 = Connect the symbols
3 = Select an element
4 = Edit the properties (parameters) of the selected element
Introduction to QuickStep
Graphical User Interface
The main pane displays the used devices (test instruments, components, even
attenuators) and connections. You drag devices from the "Device Library" on the
left pane into the main pane. Then you draw connections between the devices.
On the right side in the "Properties" pane, you can see and edit the properties of
the currently activated device.
The system configurator facilitates the handling of several use cases:
●
Assistance for building up a VISA connection to a test instrument.
●
Automatic calculation of the RF path loss during test execution. Attenuations/
losses for individual components of the system are defined, then one or more
connections and system components are assigned to an RF path.
●
Easy switching between several test benches. Therefore, the system configuration contains the configuration for each of them.
●
Management of system-dependent parameters like connection IDs.
Using these features in a test plan is optional, the "System Configurator" can also
be left empty.
28User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Introduction to QuickStep
Block Function Development
3.3Block Function Development
The Block Development Tool is provided for defining new test blocks, test functions and the associated function parameters. Based on these definitions, Microsoft Visual Studio C++ or C# projects with source code templates are automatically generated. The templates just have to be extended with user code in order
to create user-specific test functions. The newly developed test functions are
available in the test procedure editor after compilation.
Figure 3-8: Main section of the Block Development Tool
The QuickStep API (application programming interface) offers a comprehensive
set of functions for data exchange with other functions, logging of results and
other frequently required tasks. Even users with limited software development
experience can implement new test functions with just a few lines of code. Development experts can exploit all capabilities of Visual Studio for development of
complex test functions.
29User Manual 1177.6223.02 ─ 11
R&S®QuickStep
Test Structures and Their Relations
Concepts
4Concepts
4.1Test Structures and Their Relations
Test plans, test procedures and blocks
QuickStep organizes a test configuration with the following main structures:
●
Test plan: Contains a sequence of test steps, each one using a set of parameter values, and scheduling information. Each test step is connected with a
test procedure. Multiple test procedures for different test purposes may be
used in one test plan.
●
Test procedure: Defines the test functionality to be applied within a test step.
A test procedure is structured by a flowchart of block functions (see below)
which execute application software. The block functions can be arranged with
certain control structures.
●
Block: Contains a set of functions and one function is selected. A function fulfills a certain task and provides the parameters for user input. Often, a block
reflects the functionality of a test instrument. But it can also represent instrument-independent functions ("software block") or only parts of an instrument's
functionality. User-specific block functions can be developed with C++ or C#
or with scripts (Python, Matlab, Forum).
This structure keeps the test steps free from the real test equipment functionality.
The concept of blocks carrying functions allows you to provide, adapt and
develop test algorithms optimized for special test equipment and test conditions.
The blocks in a test procedure can be arranged in parallel or in sequence or in
combination with decision functions.
Figure 4-1: Logical representation of a test (principle)
30User Manual 1177.6223.02 ─ 11
Loading...
+ 296 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.