Skip to content

Commit

Permalink
Added new commands in scpi
Browse files Browse the repository at this point in the history
  • Loading branch information
n.danilyuk committed Jul 7, 2023
1 parent cc70162 commit 463032e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appsFeatures/remoteControl/SCPI_commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Parameter options:
* ``<minutes> = {0,59}``
* ``<seconds> = {0,59}``
* ``<log_mode> = {OFF,CONSOLE,SYSLOG}``
* ``<board_id> = {0,15}``

Table of correlated SCPI and API commands for the Red Pitaya.

Expand Down Expand Up @@ -57,6 +58,14 @@ Table of correlated SCPI and API commands for the Red Pitaya.
| | ``SYSTem:DATE?`` > ``2023,4,4`` | | | |
| | ``SYST:DATE?`` > ``2002,12,29`` | | | |
+------------------------------------------------------+-------------------------+-----------------------------------------------------------+--------------------+
| | ``SYSTem:BRD:ID?`` > ``<board_id>`` | ``rp_HPGetModel`` | Returns the board model from the values rp_HPeModels_t. | in dev |
| | Examples: | | | |
| | ``SYSTem:BRD:ID?`` > ``1`` | | | |
+------------------------------------------------------+-------------------------+-----------------------------------------------------------+--------------------+
| | ``SYSTem:BRD:Name?`` > ``board name`` | ``rp_HPGetModelName`` | Returns the name of the board. | in dev |
| | Examples: | | | |
| | ``SYSTem:BRD:Name?`` > ``STEMlab 125-14 v1.0`` | | | |
+------------------------------------------------------+-------------------------+-----------------------------------------------------------+--------------------+

.. _scpi_digital:

Expand Down

0 comments on commit 463032e

Please sign in to comment.