Skip to content

Commit

Permalink
Fix small typos in pycalc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenv committed Jul 12, 2024
1 parent a3488dd commit 12d78f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pycalcRecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pycalcRecord.dbd in the IOC as
### Simple expression

```
record(py, "PyCalcTest:MathExpr") {
record(pycalc, "PyCalcTest:MathExpr") {
field(INPA, "17")
field(INPB, "3")
field(CALC, "A*B")
Expand All @@ -103,7 +103,7 @@ value for FTVL.
### Adaptive parameter and return value types

```
record(py, "PyCalcTest:AdaptiveTypes") {
record(pycalc, "PyCalcTest:AdaptiveTypes") {
field(INPA, "PyCalcTest:Input1 CP")
field(INPB, "PyCalcTest:Input2 CP")
field(FTA, "LONG")
Expand All @@ -122,7 +122,7 @@ is a double value, but we're only intersted in integer precision.
### Trigger record alarm

```
record(py, "PyCalcTest:InvalidAlarm") {
record(pycalc, "PyCalcTest:InvalidAlarm") {
field(CALC, "unknown_function()")
}
```
Expand Down

0 comments on commit 12d78f8

Please sign in to comment.