Skip to content

Commit

Permalink
modify doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
MrstupidJ committed Nov 24, 2023
1 parent 316fdce commit d094413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParameterTypes/passive_ren.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Construct direct parameterisation of a passive REN.
- `ν::Number=0`: Passivity index. Use `ν > 0` for an incrementally strictly input passive model. Set both `ν = 0` and `ρ = 0` for incrementally passive model.
- `ρ::Number=0`: Passivity index. Use `ρ > 0` for an incrementally strictly output passive model.
Note that setting both `ν,ρ > 0` or both `ν,ρ < 0` is not currently supported and will throw an error.
Note that the product of passivity indices ρν has to be less than 1/4 for passive REN.
# Keyword arguments
Expand Down

0 comments on commit d094413

Please sign in to comment.