mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Correct function names in Variable-Server.md
This commit is contained in:
parent
90b5cdcb3c
commit
75b05a865f
@ -137,10 +137,10 @@ The frame refers to the software frame in the Executive. In freeze mode a diffe
|
||||
multiplier and offset are used.
|
||||
|
||||
```python
|
||||
trick.var_set_frame_multiplier(int mult)
|
||||
trick.var_set_frame_multiple(int mult)
|
||||
trick.var_set_frame_offset(int offset)
|
||||
|
||||
trick.var_set_freeze_frame_multiplier(int mult)
|
||||
trick.var_set_freeze_frame_multiple(int mult)
|
||||
trick.var_set_freeze_frame_offset(int offset)
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user