Skip to content

Commit

Permalink
Update command_list.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
b-swat committed Jan 10, 2024
1 parent 0750bbc commit 78663c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appsFeatures/remoteControl/command_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -549,12 +549,12 @@ Generator trigger
+-----------------------------------------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+--------------------+
| | ``SOUR:TRig:EXT:DEBouncer[:US] <utime>`` | | C: ``rp_GenSetExtTriggerDebouncerUs(double utime)`` | Sets the external trigger generation debouncer in microseconds (value must be positive). | 2.00-15 and up |
| | Example: | | | | |
| | ``SOUR:TRig:EXT:DEBouncerUs 1`` | | Python: ``rp_GenSetExtTriggerDebouncerUs(<utime>)`` | | |
| | ``SOUR:TRig:EXT:DEBouncer:US 1`` | | Python: ``rp_GenSetExtTriggerDebouncerUs(<utime>)`` | | |
| | | | | | |
+-----------------------------------------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+--------------------+
| | ``SOUR:TRig:EXT:DEBouncer[:US]?`` > ``<utime>`` | | C: ``rp_GenGetExtTriggerDebouncerUs(double *utime)`` | Get the external trigger generation debouncer setting in microseconds. | 2.00-15 and up |
| | Example: | | | | |
| | ``SOUR:TRig:EXT:DEBouncerUs?`` > ``1`` | | Python: ``rp_GenSetExtTriggerDebouncerUs(<utime>)`` | | |
| | ``SOUR:TRig:EXT:DEBouncer:US?`` > ``1`` | | Python: ``rp_GenSetExtTriggerDebouncerUs(<utime>)`` | | |
| | | | | | |
+-----------------------------------------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+--------------------+

Expand Down

0 comments on commit 78663c9

Please sign in to comment.