Skip to content

Commit

Permalink
Update README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfuller authored Jan 6, 2022
1 parent 9f5c067 commit 23b1c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ For flow controllers, read and write PID loop settings for device tuning.

```python
flow_controller.set_pid(p=4000, i=4000, d=10, loop_type='PD2I')
print(flow_controller.get_PID())
print(flow_controller.get_pid())
{
'loop_type': 'PD2I',
'P': '4000',
Expand All @@ -112,7 +112,7 @@ flow_controller.lock() # Lock the front display.
flow_controller.unlock() # Unlock the front display.
flow_controller.hold() # Hold the valve in its current position.
flow_controller.cancel_hold() # Cancel the valve hold.
flow_controller.tare_volumetric() # Tare volumetric hold.
flow_controller.tare_volumetric() # Tare volumetric flow.
flow_controller.tare_pressure() # Tare pressure.
flow_controller.reset_totalizer() # Reset totalizer, if totalizer functionality included.
```
Expand Down

0 comments on commit 23b1c8e

Please sign in to comment.