Hi there,
first I would like to really appreciate your amazing work and your support you’re doing here! That’s really awesome. ![]()
I’m currently doing my first steps with Pulse and it’s Python bindings. At the moment I try to implement a VC-CMV ventilation to mimic a specific ventilator, but: that device has a setting for maximum inspiration pressure. So basically you set the respiration rate, the tidal volume, the I:E ratio and the maximum inspiration pressure, just in case your combination was too high and thus protecting the lungs.
As I saw you can create a manual MechanicalVentilator configuration; but then I have difficulties setting the tidal volume (as there is no property for setting that and I don’t have a clue on how to set that “by hand”) - on the other hand I’m super happy with SEMechanicalVentilatorVolumeControl and eMechanicalVentilator_VolumeControlMode.ContinuousMandatoryVentilation - but then I would need to set a maximum p_insp and the I:E ratio.
Do you have any hints for me on how to combine VentilatorVolumeControl and more specific settings?
Thanks a lot for your support!
Best regards,
Chris