Difference between revisions of "RadiMation Application Note 128"

From RadiWiki
Jump to: navigation, search
(Created page with "= Making a custom emission table with the report generator = In this application note we explain how you can use the report generator to generate a custom emission table with...")
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
= Making a custom emission table with the report generator =
+
= Reading the output value of single antenna's separately of a isotropic probe =
In this application note we explain how you can use the report generator to generate a custom emission table with the values that you need.
+
In this application note we explain how you can output the individual value's of the antenna's of a isotropic probe.
  
 
== Overview ==
 
== Overview ==
  
This application note is a addition to the manual.
+
RadiMation usually displays the iso-tropic value of a probe. In some cases it is also possible to read the output of the individual antenna's.
  
Please read: [https://wiki.dare.nl/wiki/index.php/Chapter_13#Inserting_the_Peak_Limit_into_the_table_(example) Inserting the peak limit to the table]
+
If the hardware supports it, Radimation can be set up to read these individual values. In this document we will show how to set this up.
  
When you do a Radiated test in Radimation you get a peak table which shows the peaks found and the different columns of information. This information is dynamic and based on the test settings.
 
Eg. you will not see avg column when you are not using that trace.
 
  
This can make it a bit confusing when you need to make a table. In this application note we explain how to find the values and explain some best practices.
+
=== Set up in RadiMation ===
In the picture below the emission table is displayed. All the values that you see here can be retrieved by the report generator from that document.
 
  
[[File:127-EmissionTable.png]]
+
To set this up in Radimation you need to create a separate driver per antenna. You can do this by going to:
  
Be aware that not always all columns are displayed. This can be selected by using the column chooser. The column chooser can be used to add columns. Use remove column to remove a column. Once removed it can be chosen again via the column chooser.
+
Configuration -> Configuration -> Device Drivers
 +
Go to Field Sensors
  
It is important to understand that not all values are visible. When you use the report generator and build a custom table you need to know what is exactly in the table as you need the exact column names to retrieve them.  
+
[[File:SelectProbe.png]]
  
[[File:127-ColumnChooser.png]]
+
Add a driver for your field probe (We use a RSS2010I here, keep in mind this is also possible with other models. Check in the driver's advanced page if you see a setting for the Direction)
  
 +
Rename it and add the name of the axis.
  
===Displaying the table in Excel ===
+
[[File:RenameProbe.png]]
  
To see what you can retrieve from the table you need to know what the output is of the table. The best practice to do this is to export the table to excel. We use excel because it is easy to display large tables.
+
To make sure that you see the values of the x-axis when using this driver, go to advanced.
  
Make a excel file. In the first cell place the following code:
+
In the case of the RSS the tab is RadiSense. Here you can select the antenna used to read the values from.
  
||SELECT ALL FROM PEAK TABLE||
+
[[File:SetAxisProbe.png]]
  
This will then result in a table looking something like this (The result can be different as it is dependent of the settings used):
+
Now that you have don this, repeat these steps for the other two axis so that you have a separate driver for all different axis.
  
[[File:TableExcel.png]]
+
===Reading the values of the separate axis and add the output to a test===
  
Now you have output the whole table. Now you can see all the data that you can retrieve from the testfile. This helps to see what you can retrieve wit the report generator and to know what the column names are.
+
Now that we have made the drivers we will show an example how you can use them in conjunction with a Radiated immunity test. To do this you need to do the following steps.
  
Look for the columns you want to add and write down the column names used.
+
==Add the probes to your test-site==
  
===Using the data from the excel table output===
+
Open your test-site by going to:
  
Now that you know the columns you want to retrieve and their names you can build your select statement:
+
Test-Sites
  
SELECT [Peak Number], Frequency, RBW, Peak, Peak Limit, Status FROM PEAK TABLE
+
Find your test site and open it
 +
Go to the tab "probes" and add the drivers we have just created here (Remember the probe number, you will need this later on. This is the number behind Field Sensor)
  
Any of the column names that you have can be added to the select statement to build your custom table.
+
[[File:AddProbesToTestSite.png]]
  
Below we are adding the Peak Limit to the table.
+
Now that we have created the probes and added them to the test-site they are available for RadiMation to be used during test
  
SELECT [Peak Number], Frequency, RBW, Peak, [Peak Difference], Peak Limit, Status FROM PEAK TABLE
+
==Use the probes in a test==
  
 +
When all steps before have been executed successfully you can now add the probes to the test that you want. Make a new EUT and open or make a new TSF.
  
===Pointers===
+
In this example we make a Radiated Immunity test. To make the test go to "tests/Radiated Immunity/MultiBand"
As the report is depended from the columns in the test it is best to first build your test exactly as you want before starting to make the report.
+
You can make a new tsf or open a existing one.
This is because when you have build the test and it is final then you know for certain that you have all the data to generate the reports you need.
+
 
 +
The probes can be used by adding them to "Inputs"
 +
 
 +
[[File:Inputs.png]]
 +
 
 +
Make sure that you add a new input for every antenna. You can also select all probes in one input but then you will see the average.
 +
 
 +
When you click "add" the following screen will appear:
 +
 
 +
[[File:AddFieldProbes.png]]
 +
 
 +
Select Field probes. The screen below will appear. Make sure that you add three new inputs and set them according to the settings shown below. Make sure that you select the right probe number for the axis.
 +
 
 +
[[File:XYZConfig.png]]
 +
 
 +
Now the fielfdprobes are added to the test and the input screen should display the three inputs we have just added.
 +
 
 +
[[File:AddedProbestoInputs.png]]
 +
 
 +
Everything is now configured and you can run the test to see if you are getting the right results.
 +
Run the test.You can add or remove the lines from the graph by clicking the graph button.Go to field and select the lines for the graphs of the x,y and z axis.
 +
 
 +
[[File:SelectTraxeforAxis.png]]
 +
 
 +
When these lines are turned on you will be able to see the seperate values in one graph
 +
 
 +
[[File:Measuring.png]]
 +
 
 +
When you click columns you can also display the individual values
 +
 
 +
[[File:MeasuringTable.png]]
  
  
 
[[Category:RadiMation Application Note]]
 
[[Category:RadiMation Application Note]]
 
[[Category:RadiMation]]
 
[[Category:RadiMation]]

Latest revision as of 19:26, 28 January 2022

Reading the output value of single antenna's separately of a isotropic probe

In this application note we explain how you can output the individual value's of the antenna's of a isotropic probe.

Overview

RadiMation usually displays the iso-tropic value of a probe. In some cases it is also possible to read the output of the individual antenna's.

If the hardware supports it, Radimation can be set up to read these individual values. In this document we will show how to set this up.


Set up in RadiMation

To set this up in Radimation you need to create a separate driver per antenna. You can do this by going to:

Configuration -> Configuration -> Device Drivers Go to Field Sensors

SelectProbe.png

Add a driver for your field probe (We use a RSS2010I here, keep in mind this is also possible with other models. Check in the driver's advanced page if you see a setting for the Direction)

Rename it and add the name of the axis.

RenameProbe.png

To make sure that you see the values of the x-axis when using this driver, go to advanced.

In the case of the RSS the tab is RadiSense. Here you can select the antenna used to read the values from.

SetAxisProbe.png

Now that you have don this, repeat these steps for the other two axis so that you have a separate driver for all different axis.

Reading the values of the separate axis and add the output to a test

Now that we have made the drivers we will show an example how you can use them in conjunction with a Radiated immunity test. To do this you need to do the following steps.

Add the probes to your test-site

Open your test-site by going to:

Test-Sites

Find your test site and open it Go to the tab "probes" and add the drivers we have just created here (Remember the probe number, you will need this later on. This is the number behind Field Sensor)

AddProbesToTestSite.png

Now that we have created the probes and added them to the test-site they are available for RadiMation to be used during test

Use the probes in a test

When all steps before have been executed successfully you can now add the probes to the test that you want. Make a new EUT and open or make a new TSF.

In this example we make a Radiated Immunity test. To make the test go to "tests/Radiated Immunity/MultiBand" You can make a new tsf or open a existing one.

The probes can be used by adding them to "Inputs"

Inputs.png

Make sure that you add a new input for every antenna. You can also select all probes in one input but then you will see the average.

When you click "add" the following screen will appear:

AddFieldProbes.png

Select Field probes. The screen below will appear. Make sure that you add three new inputs and set them according to the settings shown below. Make sure that you select the right probe number for the axis.

XYZConfig.png

Now the fielfdprobes are added to the test and the input screen should display the three inputs we have just added.

AddedProbestoInputs.png

Everything is now configured and you can run the test to see if you are getting the right results. Run the test.You can add or remove the lines from the graph by clicking the graph button.Go to field and select the lines for the graphs of the x,y and z axis.

SelectTraxeforAxis.png

When these lines are turned on you will be able to see the seperate values in one graph

Measuring.png

When you click columns you can also display the individual values

MeasuringTable.png