Skip to content

Commit

Permalink
refactor(guide5):update
Browse files Browse the repository at this point in the history
  • Loading branch information
TammieYu committed Sep 10, 2023
1 parent 2acf6d7 commit dc94fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/guide5.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,13 +374,13 @@ Before the simulation run, use `add_output`to request output variables and meter

```python
epmodel.add_output(
output_name="Zone Lights Electricity Rate",
output_type="variable",
output_name="Zone Lights Electricity Rate",
reporting_frequency="timestep",
)
epmodel.add_output(
output_name="Electricity:Facility",
output_type="meter"
output_name="Electricity:Facility",
)
```

Expand Down

0 comments on commit dc94fa7

Please sign in to comment.