Skip to content

Commit

Permalink
UPDATE smooth range doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKulhanek committed Dec 14, 2022
1 parent c426c2d commit 7badc94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/usersguide/range.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ tkan5:<bdl-range id="id7" min="0" max="100" step="1" default="20" ids="id3,id4"

### range 3 smooth

This range will change the value smoothly by steps - it will change the step on each `fmidata` event fired by fmi component, thus every simulation step. `fromid` attribute must be defined in order to attach to the right fmi to listen `fmidata`.
```xml
<bdl-range-smooth id="id10" min="0" max="100" step="0.1" default="12"></bdl-range-smooth>
Smooth range
<bdl-range-smooth2 id="ids1" min="40" max="180" step="1" default="60" title="Heart rate:" fromid="id4"></bdl-range-smooth2>
```

<bdl-range-smooth id="id10" min="0" max="100" step="0.1" default="12"></bdl-range-smooth>
<bdl-range-smooth2 id="ids1" min="40" max="180" step="1" default="60" title="Heart rate:" fromid="id4"></bdl-range-smooth2>

0 comments on commit 7badc94

Please sign in to comment.