Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hww authored Oct 28, 2018
1 parent 01bbc39 commit f4d02bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ oscilloscope.trigger.Level = 1f; // set threshold value for trigger
When channel record Vector3 or Vecto2 data, the trigger reading only X component of vector on input. To alternate it can be used _readTriggerSample_ delegate.

```C#
probe.readTriggerSample = () => probe.GetSample().magntude; // use vector's magnitude to the trigger's source
probe.readTriggerSample = () => probe.GetSample().magntude; // use vector's magnitude as the trigger's source
```


Expand Down Expand Up @@ -367,6 +367,7 @@ oscilloscope.trigger.AddTimeLabel("T2"); // add time now at curen acquiring
| Up, Down | _Ajust verical position_ |
| C | _Ajust coupling settigs_ |
| A | _Enable/Disable auto gain mode_ |
| V | _Alternate view style_ |
| **Selected Trigger** | |
| E | _Edge detection mode_ |
| M | _Trigger mode_ |
Expand Down

0 comments on commit f4d02bd

Please sign in to comment.