Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 25, 2024
1 parent 3db8204 commit df2f19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torque_controlled_generator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ of drum and motor are combined into one value (stiff coupling). =#
Model of a winch with an torqrue controlled generator and a gearbox.
"""
struct TorqueControlledMachine <: AbstractWinchModel
@with_kw mutable struct TorqueControlledMachine <: AbstractWinchModel @deftype Float64
set::Settings
"minimal speed of the winch in m/s. If v_set is lower the brake is activated."
v_min = 0.2
Expand Down

0 comments on commit df2f19b

Please sign in to comment.