Skip to content

Commit

Permalink
generic: whats new pages for v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: IonutMuthi <[email protected]>
  • Loading branch information
IonutMuthi committed Dec 5, 2024
1 parent dee6a2d commit 594e936
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 0 deletions.
18 changes: 18 additions & 0 deletions resources/whatsnew/V2.0.0/1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>

<body>
<h1>Register Map</h1>
<p>The Register Map allows access to reading and writing registers for devices connected to Scopy.</p>
<ul>
<li>You can perform a register dump saving all currently read data in a local file</li>
<li>You can load saved data from a file </li>
<li>If provided with an .xml file of the register map that follows the format detailed in the documentation the plugin will generate an table view matching the .xml file contents</li>

</ul>

<h2>More Information</h2>
<p>For more detailed information, please visit the <a href="https://analogdevicesinc.github.io/scopy/plugins/registermap/registermap.html" target="_blank">official documentation</a>.</p>

</body>
</html>
13 changes: 13 additions & 0 deletions resources/whatsnew/V2.0.0/2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>

<body>
<h1>ADC plugin</h1>
<p>The ADC plugin is used to interface with IIO ADCs that implement an IIO buffer mechanism. The plugin implements two instruments for data acquisition and visualization in time and frequency domain.
The plugin is compatible with contexts that have at least an IIO device that implements an IIO buffer interface.</p>

<h2>More Information</h2>
<p>For more detailed information, please visit the <a href="https://analogdevicesinc.github.io/scopy/plugins/adc/adc.html" target="_blank">official documentation</a>.</p>

</body>
</html>
14 changes: 14 additions & 0 deletions resources/whatsnew/V2.0.0/3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>

<body>
<h1>DAC plugin</h1>
<p>The DAC plugin is used to interface with IIO DACs that implement the IIO buffer mechanism or a DDS mechanism. The plugin consists of an instrument with two data generation modes.

The plugin is compatible with contexts that have at least one IIO device that implements an output IIO buffer or at least one DDS (ALTVOLTAGE) output channel.</p>

<h2>More Information</h2>
<p>For more detailed information, please visit the <a href="https://analogdevicesinc.github.io/scopy/plugins/dac/dac.html" target="_blank">official documentation</a>.</p>

</body>
</html>
26 changes: 26 additions & 0 deletions resources/whatsnew/V2.0.0/4.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>

<body>
<h1>PQM</h1>
<p>The PQM (power quality module) plugin adds support for Scopy PQM and the following components </p>
<ul>
<li>
<h2>RMS</h2>
<p>The main purpose of this instrument is to display and graphically represent the RMS and the angle of each phase (for both voltage and current). At the same time, information such as voltage and current unbalance or flicker data can also be inferred from here. Each time new data is available, the tool updates accordingly.</p>
</li>
<li>
<h2>Harmonics</h2>
<p>The main purpose of this instrument is to display and graphically represent the voltage and current harmonics or inter harmonics. Each time new data is available, the tool updates accordingly.</p>
</li>
<li>
<h2>Waveform</h2>
<p>The main purpose of this instrument is to display the waveform of the voltage and current for each phase. In one second, 10 cycles should be displayed at a frequency of 50 Hz, or 12 cycles at a frequency of 60 Hz.</p>
</li>
</ul>

<h2>More Information</h2>
<p>For more detailed information, please visit the <a href="https://analogdevicesinc.github.io/scopy/plugins/pqm/index.html" target="_blank">official documentation</a>.</p>

</body>
</html>
12 changes: 12 additions & 0 deletions resources/whatsnew/V2.0.0/5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>

<body>
<h1>AD-SWIOT1L-SL</h1>
<p>The Scopy AD-SWIOT1L-SL plugin is responsible with the operation and control of the AD-SWIOT1L-SL platform. The Scopy AD-SWIOT1L-SL plugin, while based on the Scopy application infrastructure, is tailored to provide all the specific functionalities of this system. </p>

<h2>More Information</h2>
<p>For more detailed information, please visit the <a href="https://analogdevicesinc.github.io/scopy/plugins/swiot1l/index.html" target="_blank">official documentation</a>.</p>

</body>
</html>

0 comments on commit 594e936

Please sign in to comment.