LibreVNA/Software/PC_Application/LibreVNA-GUI/VNA/Deembedding/twothrudialog.ui

214 lines
6.2 KiB
Plaintext
Raw Permalink Normal View History

2022-10-01 23:10:44 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TwoThruDialog</class>
<widget class="QDialog" name="TwoThruDialog">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>732</width>
<height>520</height>
</rect>
</property>
<property name="windowTitle">
<string>2xThru</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0">
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>What is this?</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>&lt;ul&gt;
&lt;li&gt;2xthru de-embedding attempts to remove the effect of the fixtures contacting the DUT.&lt;/li&gt;
&lt;li&gt;Although not as accurate as a SOLT calibration, it can help in situations where SOLT standards are not usable with the fixtures.&lt;/li&gt;
&lt;li&gt;To create the de-embedding parameters, a 2xThru measurement is required: Connect the fixtures of both ports directly to each other and measure their S parameters.&lt;/li&gt;
&lt;li&gt;If other impedances than 50 Ohm are used, a Fixture-DUT-Fixture measurement is also necessary, attempting to compensate the impedance. Connect the DUT between the fixtures and measure the S parameters.&lt;/li&gt;
&lt;li&gt;For more details of the 2xthru de-embedding see e.g.
&lt;a href=&quot;https://www.signalintegrityjournal.com/articles/463-test-fixture-de-embedding-101&quot;&gt;this&lt;/a&gt; article.
&lt;/li&gt;
&lt;li&gt;For more details and examples on how to use 2xthru de-embedding in this application, see the user manual. &lt;/li&gt;
&lt;/ul&gt; </string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Configuration</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>2xthru is between ports</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="port1">
<property name="minimum">
<number>1</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>and</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="port2">
<property name="minimum">
<number>1</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Measurements</string>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1,0,0" columnminimumwidth="0,0,0,0">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>2xThru (mandatory):</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Fixture-DUT-Fixture (optional):</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="bMeasure">
<property name="text">
<string>Measure</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="l2xthru">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="lDUT">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="bMeasureDUT">
<property name="text">
<string>Measure</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="bClear">
<property name="text">
<string>Clear</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="bClearDUT">
<property name="text">
<string>Clear</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Calculated de-embedding parameters</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0,0">
<item>
<widget class="QLabel" name="lPoints">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lZ0">
<property name="text">
<string>Z0:</string>
</property>
</widget>
</item>
<item>
<widget class="SIUnitEdit" name="Z0"/>
</item>
<item>
<widget class="QPushButton" name="bCalc">
<property name="text">
<string>Calculate</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>SIUnitEdit</class>
<extends>QLineEdit</extends>
<header>CustomWidgets/siunitedit.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>