SwitchingValve33

model SwitchingValve33
    parameter Real SwitchingThreshold = 0.5 "input threshold to open the valve";
    parameter Modelica.SIunits.Time Topen = 0.1 "Time to open 0 % - 100 %";
    parameter Modelica.SIunits.Time Tclose = 0.1 "Time to close 100 % - 0 %";

    extends HydraulicsByFluidon.Components.Valves.Base.PartialValve33;
    extends HydraulicsByFluidon.Components.Valves.Base.PartialValveControlSignal_x3;

equation
    /* Implementation is Protected */
end SwitchingValve33;