-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: IonutMuthi <[email protected]>
- Loading branch information
1 parent
dee6a2d
commit 594e936
Showing
5 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |