Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fmg005
clasim
Commits
cc64ce46
Commit
cc64ce46
authored
Feb 23, 2018
by
fmg005
Browse files
Config file added
parent
832898cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/ReadMe.txt
0 → 100644
View file @
cc64ce46
This "config file" goes inside pulse's "../install/bin/config/" directory
docs/simulation_scenario.cfg
0 → 100644
View file @
cc64ce46
# Configuration file for Heart Rate Scenario
## rate : Number of samples per second ## MAX: 50.0 Hz ## Type: double
monitor = {
input_rate = 0.02; ## MUST be multiple of 50.0
output_rate = 0.01; ## Must be less than monitor.rate and also multiple of 50.0
};
controller = {
rate = 0.01;
patientData = {
enabled = ["HeartRate", "BloodPressure", "BloodVolume"];
}
algorithm= {
wait_10 = 10.0; # Wait for 10 minutes
wait_5 = 5.0; # Wait for 5 minutes
}
};
pump = {
rate = 1.0; # Intercommand delay -> to be used later
delay = 15.0;
};
simulation = {
patients = {
names = ["Soldier", "Jeff", "Gus"];
}
time = {
run = 3600.0; # Time -> Seconds # How long should simulation run
injury_start = 50.0; # When should injury be introduced to patient
injury_stop = 700.0; # When should injury be stopped
}
path = "results"; # folder to store out sim output files -> to be used later
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment