Skip to content

Commit

Permalink
EEZ IDF rebuild, r3B4 added
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasimix committed Dec 20, 2017
1 parent b2f7216 commit c26ac5f
Show file tree
Hide file tree
Showing 16 changed files with 490 additions and 241 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@

/* Paragraphs and texts */
.Default_ntt { }
.Heading_2 { margin-left: 7,62mm; margin-top: 4,5mm; margin-bottom: 2,5mm; text-indent: -7,62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }
.Heading_3 { margin-left: 7,62mm; margin-top: 4,5mm; margin-bottom: 2,5mm; text-indent: -7,62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }
.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1,99mm; margin-bottom: 3mm; text-indent: -6mm; }
.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1,99mm; margin-top: 3mm; text-indent: -6mm; }
.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }
.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }
.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }
.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }
p { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: "Arial"; font-size: 10.5pt; font-weight: normal; font-style: normal; }
li { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: "Arial"; font-size: 10.5pt; font-weight: normal; font-style: normal; }
.cmd_code { text-align: left; font-family: "Courier New"; }
.cmd_code_End { text-align: left; margin-bottom: 1,99mm; font-family: "Courier New"; }
.cmd_code_Start { text-align: left; margin-top: 1,99mm; font-family: "Courier New"; }
.cmd_code_single { text-align: left; margin-top: 1,99mm; margin-bottom: 1,99mm; font-family: "Courier New"; }
.cmd_code_End { text-align: left; margin-bottom: 1.99mm; font-family: "Courier New"; }
.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: "Courier New"; }
.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: "Courier New"; }
.cmd_root { text-align: left; color: #0066cc; }
.note { font-style: italic; }
.scpi0 { text-align: left; }
.scpi1 { text-align: left; margin-left: 4,99mm; }
.scpi1 { text-align: left; margin-left: 4.99mm; }
.scpi2 { text-align: left; margin-left: 10mm; }
.table_header { text-align: center; }

Expand All @@ -47,7 +47,7 @@
<p>This subsystem provides commands for the PSU calibration. Only one channel can be calibrated at a time. If calibration mode has not been enabled with CALibrate:STATe, the calibration commands will generate an error. Use CALibrate:SAVE to save any changes, otherwise all changes will be lost on exit from calibration mode. Within the same calibration session both output voltage and current can be calibrated for the currently selected channel. </p>
<p>Calibration cannot start if channel output is not enabled (OUTPut[:STATe] ON). During calibration process three points has to be entered: MIN, MID and MAX. But in practice two point calibration is performed to re-scale the output programmed and measured values by correcting both slope and offset errors. MID point is used only as an additional validation that between entered MIN and MAX values it’s possible to “draw” a line within allowed minor tolerance.</p>
<p>&#160;</p>
<table style="border-collapse: collapse; background: transparent; width: 175,02mm;">
<table style="border-collapse: collapse; background: transparent; width: 175.02mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 46%;">
<p class="table_header">SCPI Command</p>
Expand Down Expand Up @@ -170,7 +170,7 @@
</tr>
</table>
<p class="Heading_3">5.2.1. <a name="cal_mode"></a>CALibration[:MODE]</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -277,7 +277,7 @@
</tr>
</table>
<p class="Heading_3">5.2.2. <a name="cal_cle"></a>CALibration:CLEar</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -368,7 +368,7 @@
</tr>
</table>
<p class="Heading_3">5.2.3. <a name="cal_curr"></a>CALibration:CURRent[:DATA]</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -444,7 +444,7 @@
</tr>
</table>
<p class="Heading_3">5.2.4. <a name="cal_curr_lev"></a>CALibration:CURRent:LEVel</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -534,7 +534,7 @@
</tr>
</table>
<p class="Heading_3">5.2.5. <a name="cal_curr_rang"></a>CALibration:CURRent:RANGe</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -619,7 +619,7 @@
</tr>
</table>
<p class="Heading_3">5.2.6. <a name="cal_pass_new"></a>CALibration:PASSword:NEW</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -713,7 +713,7 @@
</tr>
</table>
<p class="Heading_3">5.2.7. <a name="cal_rem"></a>CALibration:REMark</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -807,7 +807,7 @@
</tr>
</table>
<p class="Heading_3">5.2.8. <a name="cal_save"></a>CALibration:SAVE</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -853,7 +853,7 @@
</tr>
</table>
<p class="Heading_3">5.2.9. <a name="cal_stat"></a>CALibration:STATe</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -936,7 +936,7 @@
</tr>
</table>
<p class="Heading_3">5.2.10. <a name="cal_volt"></a>CALibration:VOLTage[:DATA]</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -1023,7 +1023,7 @@
</tr>
</table>
<p class="Heading_3">5.2.11. <a name="cal_volt_lev"></a>CALibration:VOLTage:LEVel</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@

/* Paragraphs and texts */
.Default_ntt { }
.Heading_2 { margin-left: 7,62mm; margin-top: 4,5mm; margin-bottom: 2,5mm; text-indent: -7,62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }
.Heading_3 { margin-left: 7,62mm; margin-top: 4,5mm; margin-bottom: 2,5mm; text-indent: -7,62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }
.List_1 { text-align: left; margin-left: 10mm; margin-right: 1,99mm; text-indent: -6mm; }
.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1,99mm; margin-bottom: 3mm; text-indent: -6mm; }
.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1,99mm; margin-top: 3mm; text-indent: -6mm; }
.Heading_2 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 12.0pt; font-weight: bold; font-style: italic; color: #0066cc; }
.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }
.List_1 { text-align: left; margin-left: 10mm; margin-right: 1.99mm; text-indent: -6mm; }
.List_1_End { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-bottom: 3mm; text-indent: -6mm; }
.List_1_Start { text-align: left; margin-left: 10mm; margin-right: 1.99mm; margin-top: 3mm; text-indent: -6mm; }
p { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: "Arial"; font-size: 10.5pt; font-weight: normal; font-style: normal; }
li { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: "Arial"; font-size: 10.5pt; font-weight: normal; font-style: normal; }
.cmd_code { text-align: left; font-family: "Courier New"; }
.cmd_code_Start { text-align: left; margin-top: 1,99mm; font-family: "Courier New"; }
.cmd_code_single { text-align: left; margin-top: 1,99mm; margin-bottom: 1,99mm; font-family: "Courier New"; }
.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: "Courier New"; }
.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: "Courier New"; }
.cmd_root { text-align: left; color: #0066cc; }
.note { font-style: italic; }
.scpi0 { text-align: left; }
.scpi1 { text-align: left; margin-left: 4,99mm; }
.scpi1 { text-align: left; margin-left: 4.99mm; }
.scpi2 { text-align: left; margin-left: 10mm; }
.scpi3 { text-align: left; margin-left: 14,99mm; }
.scpi3 { text-align: left; margin-left: 14.99mm; }
.table_header { text-align: center; }
.backtick { font-family: "Courier New"; font-size: 10.0pt; font-weight: normal; font-style: normal; background-color: #dddddd; }

Expand All @@ -48,7 +48,7 @@
<p class="Heading_2">5.8. <a name="_measure"></a>MEASure</p>
<p>Measure commands measure the output voltage, current, power or temperature. They trigger the acquisition of new data before returning the reading. Measurements are performed by digitizing the instantaneous output voltage, current or temperature. Output power is calculated as product of measured voltage and current. Keyword [:DC] is optional since all measurement are by default of the DC level of the signal.</p>
<p>&#160;</p>
<table style="border-collapse: collapse; background: transparent; width: 175,02mm;">
<table style="border-collapse: collapse; background: transparent; width: 175.02mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; vertical-align: top; background: transparent; width: 42%;">
<p class="table_header">SCPI command</p>
Expand Down Expand Up @@ -140,7 +140,7 @@
</table>
<p>&#160;</p>
<p class="Heading_3">5.8.1. <a name="meas_curr"></a>MEASure[:SCALar]:CURRent[:DC]</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -216,7 +216,7 @@
</tr>
</table>
<p class="Heading_3">5.8.2. <a name="meas_pow"></a>MEASure[:SCALar]:POWer[:DC]</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -291,7 +291,7 @@
</tr>
</table>
<p class="Heading_3">5.8.3. <a name="meas_temp"></a>MEASure[:SCALar]:TEMPerature[:THERmistor][:DC]</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -388,7 +388,7 @@
</tr>
</table>
<p class="Heading_3">5.8.4. <a name="meas_volt"></a>MEASure[:SCALar][:VOLTage][:DC]</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

/* Paragraphs and texts */
.Default_ntt { }
.Heading_1 { margin-top: 4,23mm; margin-bottom: 2,12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }
.Heading_3 { margin-left: 7,62mm; margin-top: 4,5mm; margin-bottom: 2,5mm; text-indent: -7,62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }
.Heading_1 { margin-top: 4.23mm; margin-bottom: 2.12mm; font-size: 14.0pt; font-weight: bold; color: #0066cc; }
.Heading_3 { margin-left: 7.62mm; margin-top: 4.5mm; margin-bottom: 2.5mm; text-indent: -7.62mm; font-size: 11.0pt; font-weight: bold; color: #0066cc; }
p { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: "Arial"; font-size: 10.5pt; font-weight: normal; font-style: normal; }
li { text-align: justify; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-indent: 0; background: transparent; font-family: "Arial"; font-size: 10.5pt; font-weight: normal; font-style: normal; }
.Text_body { margin-bottom: 2,12mm; }
.Text_body { margin-bottom: 2.12mm; }
.cmd_code { text-align: left; font-family: "Courier New"; }
.cmd_code_Start { text-align: left; margin-top: 1,99mm; font-family: "Courier New"; }
.cmd_code_single { text-align: left; margin-top: 1,99mm; margin-bottom: 1,99mm; font-family: "Courier New"; }
.cmd_code_Start { text-align: left; margin-top: 1.99mm; font-family: "Courier New"; }
.cmd_code_single { text-align: left; margin-top: 1.99mm; margin-bottom: 1.99mm; font-family: "Courier New"; }
.cmd_root { text-align: left; color: #0066cc; }

/* Footnotes & endnotes */
Expand All @@ -38,9 +38,9 @@
<body>
<p class="Heading_1">6. <a name="_device specific"></a>Device-specific (unclassified) commands</p>
<p>The commands in this section are specific to the PSU, and so are not included in the 1999.0 version of the SCPI standard. However, these commands are designed with the SCPI standard in mind, and they follow all of the command syntax rules defined by the standard.</p>
<p class="Heading_3">6.1.1. <a name="apply"></a><a name="__RefNumPara__11998_1238896024"></a>APPLy<a name="__RefNumPara__11998_1238896024"></a></p>
<p class="Heading_3">6.1.1. <a name="__RefNumPara__11998_1238896024"></a><a name="apply"></a>APPLy<a name="__RefNumPara__11998_1238896024"></a></p>
<p class="Text_body">The APPLy command provides the most straightforward method to program the PSU remotely.</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down Expand Up @@ -181,7 +181,7 @@
</tr>
</table>
<p class="Heading_3">6.1.2. <a name="debug"></a>DEBUg</p>
<table style="border-collapse: collapse; background: transparent; width: 169,92mm;">
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p>Syntax</p>
Expand Down
Loading

0 comments on commit c26ac5f

Please sign in to comment.