Skip to content

Commit

Permalink
Update scpi command
Browse files Browse the repository at this point in the history
  • Loading branch information
n.danilyuk committed Jul 3, 2023
1 parent 641a42d commit 8a3328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsFeatures/remoteControl/SCPI_commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Table of correlated SCPI and API commands for the Red Pitaya.
| SCPI | API | DESCRIPTION | ECOSYSTEM |
+=======================================+=========================+===================================================================================+====================+
| | ``DIG:RST`` | ``rp_DpinReset`` | | Sets digital pins to default values. Pins DIO1_P - DIO7_P, | 1.04-18 and up |
| | Examples: | | | RP_DIO0_N - RP_DIO7_N are set al OUTPUT and to LOW. LEDs are set to LOW/OFF. | |
| | Examples: | | | RP_DIO0_N - RP_DIO7_N are set all INPUT and to LOW. LEDs are set to LOW/OFF. | |
| | ``DIG:RST`` | | | |
+---------------------------------------+-------------------------+-----------------------------------------------------------------------------------+--------------------+
| | ``DIG:PIN:DIR <dir>,<gpio>`` | ``rp_DpinSetDirection`` | Set the direction of digital pins to output or input. | 1.04-18 and up |
Expand Down

0 comments on commit 8a3328d

Please sign in to comment.