Skip to content

Commit

Permalink
update png links in PSY
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Apr 2, 2024
1 parent 7d68660 commit 598b06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The implementation of Synchronous generators as components uses the following st
share values across components.

```@raw html
<img src="https://github.com/nrel-sienna/PowerSystems.jl/blob/master/docs/src/assets/gen_metamodel.png?raw=true" width="75%">
<img src="https://raw.githubusercontent.com/nrel-sienna/PowerSystems.jl/main/docs/src/assets/gen_metamodel.png" width="75%">
```

## Inverter Models
Expand All @@ -84,7 +84,7 @@ components in a way that resembles current practices for synchronoues machine mo
The following figure summarizes the components of a inverter and which variables they share:

```@raw html
<img src="https://github.com/nrel-sienna/PowerSystems.jl/blob/master/docs/src/assets/inv_metamodel.png?raw=true" width="75%">
<img src="https://raw.githubusercontent.com/nrel-sienna/PowerSystems.jl/main/docs/src/assets/inv_metamodel.png" width="75%">
```

Contrary to the generator, there are many control structures that can be used to model
Expand Down

0 comments on commit 598b06f

Please sign in to comment.