Switch to unified view

a b/Body/AAUHuman/bm-parameters.toml
1
2
[constants.ON]
3
default = "1"
4
nicename = "On"
5
text = "Switch ON"
6
descr = "Switch ON"
7
8
9
[constants.OFF]
10
default = "0"
11
nicename = "Off"
12
text = "Switch OFF"
13
descr = "Switch OFF"
14
15
16
[constants._MUSCLES_NONE_]
17
default = "0"
18
valuetype = "integer"
19
descr = "Constant to switch off muscles"
20
nicename = "No Muscles"
21
22
[constants._MUSCLES_SIMPLE_]
23
default = "1"
24
valuetype = "integer"
25
descr = "Constant to use simple muscles"
26
nicename = "Simple Muscles"
27
28
[constants._MUSCLES_3E_HILL_]
29
default = "2"
30
valuetype = "integer"
31
descr = "Constant to use 3 element Hill-type muscle"
32
nicename = "Hill Muscles"
33
34
[constants._LEG_MODEL_OFF_]
35
default = "0"
36
valuetype = "integer"
37
descr = "Switch off a leg"
38
39
[constants._LEG_MODEL_TLEM_]
40
default = "2"
41
valuetype = "integer"
42
descr = "Switch to use leg model: \"TLEM 2\""
43
nicename = "TLEM Leg v2"
44
45
[constants._LEG_MODEL_TLEM2_]
46
default = "2"
47
valuetype = "integer"
48
descr = "Switch to use leg model: \"TLEM 2\""
49
nicename = "TLEM Leg v2"
50
51
[constants._LEG_MODEL_TLEM21_]
52
default = "4"
53
valuetype = "integer"
54
descr = "Switch to use leg model: \"TLEM 2.1\""
55
nicename = "TLEM Leg v2.1"
56
57
[constants._LEG_MODEL_TLEM1_]
58
default = "1"
59
deprecated = "true"
60
valuetype = "integer"
61
descr = "Switch to use leg model: \"TLEM 1\""
62
nicename = "TLEM Leg v1"
63
64
[constants._LEG_MODEL_LEG_]
65
default = "3"
66
valuetype = "integer"
67
descr = "Switch to use leg model: \"Leg\""
68
nicename = "Simple Leg"
69
70
[constants._FOOT_MODEL_DEFAULT_]
71
default = "0"
72
valuetype = "integer"
73
descr = "Switch for using the default foot model"
74
75
[constants._FOOT_MODEL_NONE_]
76
default = "1"
77
valuetype = "integer"
78
descr = "Switch for using the GM foot model\""
79
80
[constants._ELLIPSOID_CONTACT_]
81
default = "1"
82
valuetype = "integer"
83
descr = "Switch for using ellipsoid contact between scapula and thorax"
84
85
[constants._MULTIPLE_POINT_CONTACT_]
86
default = "0"
87
valuetype = "integer"
88
descr = "Switch for using multiple point contact between scapula and thorax\""
89
90
[constants._DELTOID_WRAPPING_RAKE_]
91
default = "0"
92
valuetype = "integer"
93
descr = "Switch for using pre AMMR 2.2. rake implementation for deltoid wrapping"
94
95
[constants._DELTOID_WRAPPING_CYLINDERS_]
96
default = "1"
97
valuetype = "integer"
98
descr = "Switch for using mulitple cylinder in the deltroid wrapping"
99
100
[constants._DELTOID_WRAPPING_ELIPSOIDS_]
101
default = "2"
102
valuetype = "integer"
103
descr = "Switch for using multiple elipsoids in the deltoid wrapping\""
104
105
[constants._MORPH_NONE_]
106
default = "0"
107
valuetype = "integer"
108
descr = "Constant for no-morphing between the upper and lower bodies."
109
nicename = "No interface"
110
111
[constants._MORPH_TRUNK_TO_LEG_]
112
default = "1"
113
valuetype = "integer"
114
descr = "Constant for the trunk-to-leg morphing"
115
nicename = "Trunk to Leg"
116
117
[constants._MORPH_LEG_TO_TRUNK_]
118
default = "2"
119
valuetype = "integer"
120
descr = "Constant for the leg-to-trunk morhping"
121
nicename = "Leg to Trunk"
122
123
[constants._PELVIS_DISPLAY_NONE_]
124
default = "0"
125
valuetype = "integer"
126
descr = "Constant to switch off pelvis visualization"
127
128
[constants._PELVIS_DISPLAY_LEGPELVIS_ONLY_]
129
default = "1"
130
valuetype = "integer"
131
descr = "Constant to display leg-dependent pevlis only"
132
133
[constants._PELVIS_DISPLAY_LEGANDTRUNKPELVIS_]
134
default = "2"
135
valuetype = "integer"
136
descr = "Constant to display both trunk and leg pelvises"
137
138
[constants._DISC_STIFFNESS_NONE_]
139
default = "0"
140
valuetype = "integer"
141
descr = "Constant to switch off disc spring in the spine"
142
nicename = "No Stiffness"
143
144
[constants._DISC_STIFFNESS_LINEAR_]
145
default = "1"
146
valuetype = "integer"
147
descr = "Constant to switch linear disc spring on in the spine"
148
nicename = "Linear Stiffness"
149
150
[constants._DISC_STIFFNESS_NONLINEAR_]
151
default = "2"
152
valuetype = "integer"
153
descr = "Constant to switch nonlinear disc spring on in the spine"
154
nicename = "Nonlinear Stiffness"
155
156
[constants._RHYTHM_SOFT_]
157
default = "2"
158
valuetype = "integer"
159
descr = "Constant to switch kinematic rhythms as soft contraints"
160
nicename = "Soft rhythm"
161
162
[constants._SCALING_NONE_]
163
default = "0"
164
valuetype = "integer"
165
descr = "A scaling law to use body part datasets as is without any scaling."
166
167
[constants._SCALING_STANDARD_]
168
default = "1"
169
valuetype = "integer"
170
descr = "A default scaling law that corresponds to the 50th percentile European male."
171
172
[constants._SCALING_UNIFORM_]
173
default = "2"
174
valuetype = "integer"
175
descr = "Uniform anthropometric scaling law to be used by the entire model."
176
177
[constants._SCALING_LENGTHMASS_]
178
default = "3"
179
valuetype = "integer"
180
descr = "Length/mass anthropometric scaling law to be used by the entire model."
181
182
[constants._SCALING_LENGTHMASSFAT_]
183
default = "4"
184
valuetype = "integer"
185
descr = "Length/mass/fat anthropometric scaling law to be used by the entire model."
186
187
[constants._SCALING_UNIFORM_EXTMEASUREMENTS_]
188
deprecated = "true"
189
default = "5"
190
valuetype = "integer"
191
descr = "Uniform anthropometric scaling law  with external measurements to be used by the entire model."
192
193
[constants._SCALING_LENGTHMASS_EXTMEASUREMENTS_]
194
deprecated = "true"
195
default = "6"
196
valuetype = "integer"
197
descr = "Length/mass anthropometric with external measurements scaling law to be used by the entire model."
198
199
[constants._SCALING_LENGTHMASSFAT_EXTMEASUREMENTS_]
200
deprecated = "true"
201
default = "7"
202
valuetype = "integer"
203
descr = "Length/mass/fat anthropometric with external measurements scaling law to be used by the entire model."
204
205
[constants._SCALING_LENGTHMASSFAT_MULTIDOFS_]
206
deprecated = "true"
207
default = "8"
208
valuetype = "integer"
209
descr = "Length/mass/fat anthropometric with for multiple degree of freedom."
210
211
[constants._SCALING_XYZ_]
212
default = "9"
213
valuetype = "integer"
214
descr = "Scaling using xyz factors for all Segments."
215
216
[constants._SCALING_CUSTOM_]
217
deprecated = "true"
218
default = "10"
219
valuetype = "integer"
220
descr = "Custom anthropometric scaling law for the entire model"
221
222
[constants._SCALING_USERDEFINED_]
223
default = "10"
224
valuetype = "integer"
225
descr = "Don't use a builtin scaling law. A user-defined law must be specified with ``BM_SCALING_FILE``."
226
227
[constants._JOINT_TYPE_USERDEFINED_]
228
default = "0"
229
valuetype = "integer"
230
descr = "User-defined joint. This will exclude the joint and which nodes."
231
232
[constants._JOINT_TYPE_DEFAULT_]
233
default = "1"
234
valuetype = "integer"
235
descr = "Default joint definition."
236
237
[constants._JOINT_TYPE_BONY_LANDMARK_]
238
default = "2"
239
valuetype = "integer"
240
descr = "Joint definition based on bony landmarks. This will create a joint which resembles what is often used in traditional gait analysis. (E.g. revolute knee joint along the femoral condyles)."
241
242
[constants._CALIBRATION_TYPE_1PAR_]
243
default = "1"
244
valuetype = "integer"
245
descr = "Constant to use 1 parameter muscle tendon calibration"
246
247
[constants._CALIBRATION_TYPE_2PAR_]
248
default = "2"
249
valuetype = "integer"
250
descr = "Constant to use 2 parameter muscle tendon calibration"
251
252
[constants._CALIBRATION_TYPE_CUSTOM_]
253
default = "0"
254
valuetype = "integer"
255
descr = "Use custom calibration. I.e. diables calibration so the user can add their own code."
256
257
[constants.CONST_MUSCLES_NONE]
258
deprecated = "true"
259
default = "0"
260
valuetype = "integer"
261
descr = "Constant to switch off muscles"
262
263
[constants.CONST_MUSCLES_SIMPLE]
264
deprecated = "true"
265
default = "1"
266
valuetype = "integer"
267
descr = "Constant to use simple muscles"
268
269
[constants.CONST_MUSCLES_3E_HILL]
270
deprecated = "true"
271
default = "2"
272
valuetype = "integer"
273
descr = "Constant to use 3 element Hill-type muscle"
274
275
[constants.CONST_HAND_SIMPLE]
276
deprecated = "true"
277
default = "0"
278
valuetype = "integer"
279
descr = "Constant to use simplified hand model"
280
281
[constants.CONST_HAND_DETAILED]
282
deprecated = "true"
283
default = "1"
284
valuetype = "integer"
285
descr = "Constant to use detailed hand model"
286
287
[constants.CONST_LEG_MODEL_OFF]
288
deprecated = "true"
289
default = "0"
290
valuetype = "integer"
291
descr = "Switch off a leg"
292
293
[constants.CONST_LEG_MODEL_TLEM]
294
deprecated = "true"
295
default = "1"
296
valuetype = "integer"
297
descr = "Switch to use leg model: \"TLEM 1\""
298
299
[constants.CONST_LEG_MODEL_TLEM2]
300
deprecated = "true"
301
default = "2"
302
valuetype = "integer"
303
descr = "Switch to use leg model: \"TLEM 2\""
304
305
[constants.CONST_LEG_MODEL_Leg]
306
deprecated = "true"
307
default = "3"
308
valuetype = "integer"
309
descr = "Switch to use leg model: \"Leg\""
310
311
[constants.CONST_MORPH_NONE]
312
deprecated = "true"
313
default = "0"
314
valuetype = "integer"
315
descr = "Constant for no-morphing between the upper and lower bodies."
316
317
[constants.CONST_MORPH_TRUNK_TO_LEG]
318
deprecated = "true"
319
default = "1"
320
valuetype = "integer"
321
descr = "Constant for the trunk-to-leg morphing"
322
323
[constants.CONST_MORPH_LEG_TO_TRUNK]
324
deprecated = "true"
325
default = "2"
326
valuetype = "integer"
327
descr = "Constant for the leg-to-trunk morhping"
328
329
[constants.CONST_PELVIS_DISPLAY_NONE]
330
deprecated = "true"
331
default = "0"
332
valuetype = "integer"
333
descr = "Constant to switch off pelvis visualization"
334
335
[constants.CONST_PELVIS_DISPLAY_LEGPELVIS_ONLY]
336
deprecated = "true"
337
default = "1"
338
valuetype = "integer"
339
descr = "Constant to display leg-dependent pevlis only"
340
341
[constants.CONST_PELVIS_DISPLAY_LEGANDTRUNKPELVIS]
342
deprecated = "true"
343
default = "2"
344
valuetype = "integer"
345
descr = "Constant to display both trunk and leg pelvises"
346
347
[constants.CONST_DISC_STIFFNESS_NONE]
348
deprecated = "true"
349
default = "0"
350
valuetype = "integer"
351
descr = "Constant to switch off disc spring in the spine"
352
353
[constants.CONST_DISC_STIFFNESS_LINEAR]
354
deprecated = "true"
355
default = "1"
356
valuetype = "integer"
357
descr = "Constant to switch linear disc spring on in the spine"
358
359
[constants."CONST_DISC_STIFFNESS_NONLINEAR "]
360
deprecated = "true"
361
default = "2"
362
valuetype = "integer"
363
descr = "Constant to switch nonlinear disc spring on in the spine"
364
365
[constants.CONST_SCALING_STANDARD]
366
deprecated = "true"
367
default = "1"
368
valuetype = "integer"
369
descr = "Standard scaling law to be used by the entire model."
370
371
[constants.CONST_SCALING_UNIFORM]
372
deprecated = "true"
373
default = "2"
374
valuetype = "integer"
375
descr = "Uniform anthropometric scaling law to be used by the entire model."
376
377
[constants.CONST_SCALING_LENGTHMASS]
378
deprecated = "true"
379
default = "3"
380
valuetype = "integer"
381
descr = "Length/mass anthropometric scaling law to be used by the entire model."
382
383
[constants.CONST_SCALING_LENGTHMASSFAT]
384
deprecated = "true"
385
default = "4"
386
valuetype = "integer"
387
descr = "Length/mass/fat anthropometric scaling law to be used by the entire model."
388
389
[constants.CONST_SCALING_UNIFORM_EXTMEASUREMENTS]
390
deprecated = "true"
391
default = "5"
392
valuetype = "integer"
393
descr = "Uniform anthropometric scaling law  with external measurements to be used by the entire model."
394
395
[constants.CONST_SCALING_LENGTHMASS_EXTMEASUREMENTS]
396
deprecated = "true"
397
default = "6"
398
valuetype = "integer"
399
descr = "Length/mass anthropometric with external measurements scaling law to be used by the entire model."
400
401
[constants.CONST_SCALING_LENGTHMASSFAT_EXTMEASUREMENTS]
402
deprecated = "true"
403
default = "7"
404
valuetype = "integer"
405
descr = "Length/mass/fat anthropometric with external measurements scaling law to be used by the entire model."
406
407
[constants.CONST_SCALING_LENGTHMASSFAT_MULTIDOFS]
408
deprecated = "true"
409
default = "8"
410
valuetype = "integer"
411
descr = "Length/mass/fat anthropometric with for multiple degree of freedom."
412
413
[constants.CONST_SCALING_CUSTOM]
414
deprecated = "true"
415
default = "10"
416
valuetype = "integer"
417
descr = "Custom anthropometric scaling law for the entire model"
418
419
[parameters.BM_SCALING]
420
default = "_SCALING_STANDARD_"
421
valuetype = "integer"
422
descr = "Definition of an anthropometric scaling law"
423
opt = [ "_SCALING_NONE_", "_SCALING_STANDARD_", "_SCALING_UNIFORM_", "_SCALING_LENGTHMASS_", "_SCALING_LENGTHMASSFAT_", "_SCALING_XYZ_", "_SCALING_USERDEFINED_",]
424
425
[parameters.BM_SCALING_ANTHRO_FILE]
426
type = "#path"
427
valuetype = "string"
428
descr = "Custom file with all anthropometric measurements used by the scaling law. This is some times called the AnyMan file."
429
430
[parameters.BM_SCALING_MY_FILE]
431
deprecated = "true"
432
type = "#path"
433
valuetype = "string"
434
descr = "Path with the ScalingLaw used. Can be set to override the BM_SCALING parameter and select a custom scaling law."
435
436
[parameters.BM_SCALING_FILE]
437
type = "#path"
438
valuetype = "string"
439
descr = "Path with the ScalingLaw used. Can be set to override the BM_SCALING parameter and select a user defined scaling law."
440
441
[parameters.BM_SCALING_STANDARDPARAM_EXTERIOR]
442
default = "OFF"
443
valuetype = "integer"
444
descr = "Specifies if the standard parameters and anthropometrics parameters are given as external measurements. This defaults to OFF, which means that all segment length are joint-joint distances. This is set automatically based on the ``BM_SCALING`` parameter, but can be overridden if you implement your own scaling law and need to use external mesaurements."
445
446
[parameters.BM_CONFIG_MESSAGES]
447
default = "OFF"
448
valuetype = "integer"
449
descr = "Switch for automatic display of all configuration values"
450
451
[parameters.BM_CONFIG_VALUES]
452
default = "OFF"
453
valuetype = "integer"
454
descr = "Switch for enabling configuration value information in the model tree"
455
456
[parameters.BM_DRAWSETTINGS_FILE]
457
type = "#path"
458
valuetype = "string"
459
descr = "A file with draw settings"
460
461
[parameters.BM_DRAWSETTINGS_SKIP]
462
default = "OFF"
463
valuetype = "integer"
464
descr = "A flag to switch on/off inclusion of the draw settings (may be needed in case of two human models)"
465
466
[parameters.BM_FOOT_MODEL]
467
default = "_FOOT_MODEL_DEFAULT_"
468
valuetype = "integer"
469
descr = "Parameter defining the foot model used."
470
opt = [ "_FOOT_MODEL_DEFAULT_", "_FOOT_MODEL_NONE_",]
471
472
[parameters.BM_LEG_MODEL]
473
default = "_LEG_MODEL_TLEM2_"
474
valuetype = "integer"
475
descr = "Parameter defining the Leg model used."
476
opt = [ "OFF", "_LEG_MODEL_TLEM2_", "_LEG_MODEL_TLEM_", "_LEG_MODEL_TLEM21_", "_LEG_MODEL_TLEM1_", "_LEG_MODEL_LEG_",]
477
478
[parameters.BM_LEG_MODEL_IS_TLEM]
479
default = ""
480
valuetype = "integer"
481
descr = "Read only parameter to check if Leg Model is a variant of the TLEM model."
482
opt = [ ]
483
484
485
[parameters.BM_ARM_THORAX_SCAPULA_CONTACT]
486
default = "_ELLIPSOID_CONTACT_"
487
valuetype = "integer"
488
descr = "Parameter defining the contact type between Thorax and Scapula"
489
opt = [ "_ELLIPSOID_CONTACT_", "_MULTIPLE_POINT_CONTACT_",]
490
491
[parameters.BM_LEG_LEFT]
492
default = "ON"
493
valuetype = "integer"
494
descr = "Parameter for switching the left leg On/Off. To control which leg model is used, please use the {any}`BM_LEG_MODEL` parameter."
495
nicename = "Left Leg"
496
opt = [ "OFF", "ON",]
497
498
[parameters.BM_LEG_RIGHT]
499
default = "ON"
500
valuetype = "integer"
501
descr = "Parameter for switching the right leg On/Off. To control which leg model is used, please use the {any}`BM_LEG_MODEL` parameter."
502
nicename = "Left Right"
503
opt = [ "OFF", "ON",]
504
505
[parameters.BM_LEG_STRENGTH_INDEX]
506
default = "1.0"
507
valuetype = "float"
508
descr = "Index parameter to specify muscle strength for lower extremities"
509
nicename = "Strength Index"
510
511
[parameters.BM_LEG_MUSCLES_BOTH]
512
default = "_MUSCLES_SIMPLE_"
513
valuetype = "integer"
514
descr = "Parameter to define muscle behavior of both right and left leg"
515
opt = [ "OFF", "_MUSCLES_SIMPLE_", "_MUSCLES_3E_HILL_",]
516
517
[parameters.BM_LEG_MUSCLES_LEFT]
518
default = "BM_LEG_MUSCLES_BOTH"
519
valuetype = "integer"
520
descr = "Parameter to define muscle behavior of the left leg"
521
nicename = "Left"
522
opt = [ "OFF", "_MUSCLES_SIMPLE_", "_MUSCLES_3E_HILL_", "BM_LEG_MUSCLES_BOTH",]
523
524
[parameters.BM_LEG_MUSCLES_RIGHT]
525
default = "BM_LEG_MUSCLES_BOTH"
526
valuetype = "integer"
527
descr = "Parameter to define muscle behavior of the right leg"
528
nicename = "Right"
529
opt = [ "OFF", "_MUSCLES_SIMPLE_", "_MUSCLES_3E_HILL_", "BM_LEG_MUSCLES_BOTH",]
530
531
532
[parameters.BM_LEG_DATASET]
533
type = "#path"
534
valuetype = "string"
535
descr = "Path to specify the underlying dataset. This currently only affects the TLEM based models. Valid options depends on which model (TLEM1/2) is used, and what dataset are available. If not specified, this will be configure automatically."
536
537
[parameters.BM_TRUNK_DATASET]
538
default = "\"TrunkData1.1\""
539
valuetype = "string"
540
descr = "Parameter to define a trunk model dataset."
541
542
[parameters.BM_TRUNK_STRENGTH_INDEX]
543
default = "1.0"
544
valuetype = "float"
545
descr = "Index parameter to specify strength for trunk muscles."
546
547
[parameters.BM_TRUNK_THORACIC_FUTURE]
548
default = "OFF"
549
deprecated = "true"
550
valuetype = "integer"
551
descr = "Internal swtich to enable some of the future detailed thoracic components in the model. This switch is for internal development use."
552
opt = [ "OFF", "ON"]
553
554
[parameters.BM_TRUNK_MUSCLES]
555
default = "_MUSCLES_SIMPLE_"
556
valuetype = "integer"
557
descr = "Definition of the type of all spine muscles."
558
opt = [ "OFF", "_MUSCLES_SIMPLE_",]
559
560
[parameters.BM_TRUNK_LUMBAR_MUSCLES]
561
default = "BM_TRUNK_MUSCLES"
562
valuetype = "integer"
563
descr = "Definition of the lumbar spine muscles type."
564
opt = [ "OFF", "_MUSCLES_SIMPLE_", "BM_TRUNK_MUSCLES",]
565
566
[parameters.BM_TRUNK_CERVICAL_MUSCLES]
567
default = "OFF"
568
valuetype = "integer"
569
descr = "Definition of the cervical spine muscles type."
570
opt = [ "OFF", "_MUSCLES_SIMPLE_", "BM_TRUNK_MUSCLES",]
571
572
[parameters.BM_TRUNK_DISC_STIFNESS]
573
default = "_DISC_STIFFNESS_NONE_"
574
deprecated = "true"
575
valuetype = "integer"
576
descr = "Renamed to BM_TRUNK_DISC_STIFFNESS, Please use the corrected name."
577
opt = [ "_DISC_STIFFNESS_NONE_", "_DISC_STIFFNESS_LINEAR_", "_DISC_STIFFNESS_NONLINEAR_",]
578
579
[parameters.BM_TRUNK_LUMBAR_DISC_STIFNESS]
580
default = "BM_TRUNK_DISC_STIFFNESS"
581
deprecated = "true"
582
valuetype = "integer"
583
descr = "Renamed to BM_TRUNK_LUMBAR_DISC_STIFFNESS, Please use the corrected name"
584
opt = [ "_DISC_STIFFNESS_NONE_", "_DISC_STIFFNESS_LINEAR_", "_DISC_STIFFNESS_NONLINEAR_", "BM_TRUNK_DISC_STIFFNESS",]
585
586
[parameters.BM_TRUNK_CERVICAL_DISC_STIFNESS]
587
default = "BM_TRUNK_DISC_STIFFNESS"
588
deprecated = "true"
589
valuetype = "integer"
590
descr = "Renamed to BM_TRUNK_CERVICAL_DISC_STIFFNESS, Please use the corrected name"
591
opt = [ "_DISC_STIFFNESS_NONE_", "_DISC_STIFFNESS_LINEAR_", "_DISC_STIFFNESS_NONLINEAR_", "BM_TRUNK_DISC_STIFFNESS",]
592
593
[parameters.BM_TRUNK_DISC_STIFFNESS]
594
default = "_DISC_STIFFNESS_NONE_"
595
valuetype = "integer"
596
descr = "Definition of the disc model of all spine parts."
597
opt = [ "_DISC_STIFFNESS_NONE_", "_DISC_STIFFNESS_LINEAR_", "_DISC_STIFFNESS_NONLINEAR_",]
598
599
[parameters.BM_TRUNK_LUMBAR_DISC_STIFFNESS]
600
default = "BM_TRUNK_DISC_STIFFNESS"
601
valuetype = "integer"
602
descr = "Definition of the lumbar spine disc model."
603
opt = [ "_DISC_STIFFNESS_NONE_", "_DISC_STIFFNESS_LINEAR_", "_DISC_STIFFNESS_NONLINEAR_", "BM_TRUNK_DISC_STIFFNESS",]
604
605
[parameters.BM_TRUNK_CERVICAL_DISC_STIFFNESS]
606
default = "BM_TRUNK_DISC_STIFFNESS"
607
valuetype = "integer"
608
descr = "Definition of the cervical spine disc model."
609
opt = [ "_DISC_STIFFNESS_NONE_", "_DISC_STIFFNESS_LINEAR_", "_DISC_STIFFNESS_NONLINEAR_", "BM_TRUNK_DISC_STIFFNESS",]
610
611
612
613
[parameters.BM_TRUNK_RHYTHM]
614
default = "ON"
615
valuetype = "integer"
616
nicename = "Trunk spine rhythm"
617
descr = "A switch to use a kinematic rhythm for the whole spine. ON indicate that the rhythm is a hard contraint while _RHYTHM_SOFT_ will make the rhythm as soft kinematic contraint."
618
opt = [ "OFF", "ON", "_RHYTHM_SOFT_",]
619
620
[parameters.BM_TRUNK_LUMBAR_RHYTHM]
621
default = "BM_TRUNK_RHYTHM"
622
valuetype = "integer"
623
nicename = "Lumbar spine rhythm"
624
descr = "A switch to use a kinematic rhythm for the lumbar spine. ON indicate that the rhythm is a hard contraint while _RHYTHM_SOFT_ will make the rhythm as soft kinematic contraint."
625
opt = [ "OFF", "ON", "_RHYTHM_SOFT_",]
626
627
[parameters.BM_TRUNK_CERVICAL_RHYTHM]
628
default = "BM_TRUNK_RHYTHM"
629
valuetype = "integer"
630
nicename = "Cervical spine rhythm"
631
descr = "A switch to use a kinematic rhythm for the cervical spine. ON indicate that the rhythm is a hard contraint while _RHYTHM_SOFT_ will make the rhythm as soft kinematic contraint."
632
opt = [ "OFF", "ON", "_RHYTHM_SOFT_",]
633
634
[parameters.BM_TRUNK_LIGAMENTS]
635
default = "OFF"
636
valuetype = "integer"
637
descr = "A switch to control all the ligaments in the spine."
638
639
[parameters.BM_TRUNK_LUMBAR_LIGAMENTS]
640
default = "BM_TRUNK_LIGAMENTS"
641
valuetype = "integer"
642
descr = "A switch to control the lumbar spine ligaments."
643
644
[parameters.BM_ARM_STRENGTH_INDEX]
645
default = "1.0"
646
valuetype = "float"
647
descr = "Index parameter to specify muscle strength for upper extremities."
648
649
[parameters.BM_ARM_LEFT]
650
default = "ON"
651
valuetype = "integer"
652
descr = "Switch for the left arm model being present or not."
653
nicename = "Left Arm"
654
655
[parameters.BM_ARM_DETAIL_HAND_LEFT]
656
deprecated = "true"
657
default = "OFF"
658
valuetype = "integer"
659
descr = "Keyword for the type of left hand."
660
661
[parameters.BM_ARM_SHOULDER_RHYTHM_LEFT]
662
deprecated = "true"
663
default = "OFF"
664
valuetype = "integer"
665
descr = "Switch for the shoulder rhythm constraints for the left arm being present or not."
666
667
[parameters.BM_ARM_RIGHT]
668
default = "ON"
669
valuetype = "integer"
670
descr = "Switch for the right arm model being present or not."
671
nicename = "Right Arm"
672
673
[parameters.BM_ARM_DETAIL_HAND_RIGHT]
674
deprecated = "true"
675
default = "OFF"
676
valuetype = "integer"
677
descr = "Keyword for the type of right hand."
678
679
[parameters.BM_ARM_SHOULDER_RHYTHM_RIGHT]
680
deprecated = "true"
681
default = "OFF"
682
valuetype = "integer"
683
descr = "Switch for the shoulder rhythm constraints for the right arm being present or not."
684
685
[parameters.BM_ARM_SHOULDER_RHYTHM]
686
default = "OFF"
687
valuetype = "integer"
688
descr = "Switch for the shoulder rhythm constraints. ON indicate that the rhythm is a hard contraint while _RHYTHM_SOFT_ will make the rhythm as soft kinematic contraint."
689
nicename = "Shoulder rhythm"
690
opt = [ "OFF", "ON", "_RHYTHM_SOFT_",]
691
692
[parameters.BM_ARM_CLAVICULA_ROTATION_RHYTHM]
693
default = "ON"
694
valuetype = "integer"
695
descr = "Switch for the clavicula rotation rhythm. If enabled axial rotation of the clavicula will be distributed evenly between the sterno-clavicula and acromio-clavicula joint. Effectively removing clavicula axial rotation as an independent degree of freedom.resterno-clavicula axial rotation."
696
nicename = "Clavicula rotation rhythm"
697
opt = [ "OFF", "ON", "_RHYTHM_SOFT_",]
698
699
[parameters.BM_ARM_DETAILED_HAND]
700
default = "OFF"
701
valuetype = "integer"
702
descr = "Switch for enabling the detailed hand."
703
nicename = "Detailed hands"
704
705
[parameters.BM_ARM_DELTOID_WRAPPING]
706
default = "_DELTOID_WRAPPING_ELIPSOIDS_"
707
valuetype = "integer"
708
descr = "Switch for deltoid wrapping. Setting this to OFF or _DELTOID_WRAPPING_RAKE_ will revert to the older rake based implementation of the deltoid."
709
nicename = "Deltoid wrapping"
710
opt = [ "_DELTOID_WRAPPING_RAKE_", "_DELTOID_WRAPPING_ELIPSOIDS_", "_DELTOID_WRAPPING_CYLINDERS_",]
711
712
[parameters.BM_ARM_MUSCLES_BOTH]
713
default = "_MUSCLES_SIMPLE_"
714
valuetype = "integer"
715
descr = "Keyword for the muscle model type for both left and right arms."
716
opt = [ "OFF", "_MUSCLES_SIMPLE_", "_MUSCLES_3E_HILL_",]
717
718
[parameters.BM_ARM_MUSCLES_LEFT]
719
default = "BM_ARM_MUSCLES_BOTH"
720
valuetype = "integer"
721
descr = "Keyword for the muscle model type for the left arm."
722
nicename = "Left arm"
723
opt = [ "OFF", "_MUSCLES_SIMPLE_", "_MUSCLES_3E_HILL_", "BM_ARM_MUSCLES_BOTH",]
724
725
[parameters.BM_ARM_MUSCLES_RIGHT]
726
default = "BM_ARM_MUSCLES_BOTH"
727
valuetype = "integer"
728
descr = "Keyword for the muscle model for both the right arm."
729
nicename = "Right arm:"
730
opt = [ "OFF", "_MUSCLES_SIMPLE_", "_MUSCLES_3E_HILL_", "BM_ARM_MUSCLES_BOTH",]
731
732
[parameters.BM_PELVIS_DISPLAY]
733
default = "_PELVIS_DISPLAY_LEGPELVIS_ONLY_"
734
valuetype = "integer"
735
descr = "Keyword for pelvis display setting."
736
opt = [ "_PELVIS_DISPLAY_NONE_", "_PELVIS_DISPLAY_LEGPELVIS_ONLY_", "_PELVIS_DISPLAY_LEGANDTRUNKPELVIS_",]
737
738
[parameters.BM_MANNEQUIN_FILE]
739
type = "#path"
740
valuetype = "string"
741
descr = "File name of the mannequin definition file. By default this is no longer used, since the values in ``HumanModel.Mannequin`` can be assigned directly in your applicaiton ( E.g. ``Main.HumanModel.Mannequin.Posture.NeckExtension = 30;``). However, the parameter can still be used to set your own mannequin file. Just define your own mannequin file in your applicaiton like this: ``#path BM_MANNEQUIN_FILE \"<ANYBODY_PATH_BODY>\\BodyModels\\GenericBodyModel\\BodyModel.mannequin.any\";``"
742
743
[parameters.BM_MANNEQUIN_DRIVER_DEFAULT]
744
default = "ON"
745
valuetype = "integer"
746
descr = "Setting of the default value for all mannequin drivers."
747
nicename = "Drivers Master Switch"
748
749
[parameters.BM_MANNEQUIN_DRIVER_WEAK_SWITCH]
750
default = "ON"
751
valuetype = "integer"
752
descr = "By default constraint type of mannequin drivers will be soft."
753
nicename = "Weak Switch"
754
755
[parameters.BM_LEG_TRUNK_INTERFACE]
756
default = "_MORPH_TRUNK_TO_LEG_"
757
valuetype = "integer"
758
descr = "Keyword for the interface morhping between the trunk and the leg pelvis segments."
759
nicename = "Leg-Trunk Interface:"
760
opt = [ "_MORPH_TRUNK_TO_LEG_", "_MORPH_LEG_TO_TRUNK_", "_MORPH_NONE_",]
761
762
[parameters.BM_CALIBRATION_TYPE]
763
default = "_CALIBRATION_TYPE_1PAR_"
764
valuetype = "integer"
765
descr = "Parameter to choose type of muscle tendon calibration"
766
opt = [ "_CALIBRATION_TYPE_1PAR_", "_CALIBRATION_TYPE_2PAR_", "_CALIBRATION_TYPE_CUSTOM_",]
767
768
[parameters.BM_MANNEQUIN_DRIVER_PELVIS_POS_X]
769
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
770
valuetype = "integer"
771
descr = "Switch for the mannequin driver being active or not"
772
nicename = "Pelvis Position X"
773
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
774
775
[parameters.BM_MANNEQUIN_DRIVER_PELVIS_POS_Y]
776
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
777
valuetype = "integer"
778
descr = "Switch for the mannequin driver being active or not"
779
nicename = "Pelvis Position Y"
780
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
781
782
[parameters.BM_MANNEQUIN_DRIVER_PELVIS_POS_Z]
783
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
784
valuetype = "integer"
785
descr = "Switch for the mannequin driver being active or not"
786
nicename = "Pelvis Position Z"
787
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
788
789
[parameters.BM_MANNEQUIN_DRIVER_PELVIS_ROT_Z]
790
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
791
valuetype = "integer"
792
descr = "Switch for the mannequin driver being active or not"
793
nicename = "Pelvis Rotation X"
794
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
795
796
[parameters.BM_MANNEQUIN_DRIVER_PELVIS_ROT_Y]
797
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
798
valuetype = "integer"
799
descr = "Switch for the mannequin driver being active or not"
800
nicename = "Pelvis Rotation Y"
801
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
802
803
[parameters.BM_MANNEQUIN_DRIVER_PELVIS_ROT_X]
804
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
805
valuetype = "integer"
806
descr = "Switch for the mannequin driver being active or not"
807
nicename = "Pelvis Rotation Z"
808
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
809
810
[parameters.BM_MANNEQUIN_DRIVER_NECK]
811
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
812
valuetype = "integer"
813
descr = "Switch for the mannequin driver being active or not"
814
nicename = "Neck"
815
opt = [ "ON", "OFF",]
816
817
[parameters.BM_MANNEQUIN_DRIVER_SKULL_THORAX_FLEXION]
818
default = "BM_MANNEQUIN_DRIVER_NECK"
819
valuetype = "integer"
820
descr = "Switch for the mannequin driver being active or not"
821
nicename = "Skull-thorax flexion"
822
opt = [ "ON", "OFF",]
823
824
[parameters.BM_MANNEQUIN_DRIVER_SKULL_THORAX_LATERALBENDING]
825
default = "BM_MANNEQUIN_DRIVER_NECK"
826
valuetype = "integer"
827
descr = "Switch for the mannequin driver being active or not"
828
nicename = "Skull-thorax lateral bending"
829
opt = [ "ON", "OFF",]
830
831
[parameters.BM_MANNEQUIN_DRIVER_SKULL_THORAX_ROTATION]
832
default = "BM_MANNEQUIN_DRIVER_NECK"
833
valuetype = "integer"
834
descr = "Switch for the mannequin driver being active or not"
835
nicename = "Skull-thorax rotation"
836
opt = [ "ON", "OFF",]
837
838
[parameters.BM_MANNEQUIN_DRIVER_PELVIS_THORAX_LATERAL_BENDING]
839
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
840
valuetype = "integer"
841
descr = "Switch for the mannequin driver being active or not"
842
nicename = "Pelvis-Thorax Lateral Bending"
843
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
844
845
[parameters.BM_MANNEQUIN_DRIVER_PELVIS_THORAX_ROTATION]
846
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
847
valuetype = "integer"
848
descr = "Switch for the mannequin driver being active or not"
849
nicename = "Pelvis-Thorax Rotation"
850
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
851
852
[parameters.BM_MANNEQUIN_DRIVER_PELVIS_THORAX_EXTENSION]
853
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
854
valuetype = "integer"
855
descr = "Switch for the mannequin driver being active or not"
856
nicename = "Pelvis-Thorax Extension"
857
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
858
859
[parameters.BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_RIGHT]
860
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
861
valuetype = "integer"
862
descr = "Switch for all the mannequin drivers for the sterno clavicular degrees of freedom."
863
nicename = "Right Sterno-Clavicular"
864
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
865
866
[parameters.BM_MANNEQUIN_DRIVER_STERNOCLAVICULAR_PROTRACTION_RIGHT]
867
default = "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_RIGHT"
868
valuetype = "integer"
869
descr = "Switch for the mannequin driver being active or not."
870
nicename = "Right Sterno-Clavicular Protraction"
871
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_RIGHT",]
872
873
[parameters.BM_MANNEQUIN_DRIVER_STERNOCLAVICULAR_ELEVATION_RIGHT]
874
default = "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_RIGHT"
875
valuetype = "integer"
876
descr = "Switch for the mannequin driver being active or not."
877
nicename = "Right Sterno-Clvaicular Elevation"
878
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_RIGHT",]
879
880
[parameters.BM_MANNEQUIN_DRIVER_STERNOCLAVICULAR_AXIAL_ROTATION_RIGHT]
881
default = "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_RIGHT"
882
valuetype = "integer"
883
descr = "Switch for the mannequin driver being active or not."
884
nicename = "Right Sterno-Clavicular Axial Rotation"
885
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_RIGHT",]
886
887
[parameters.BM_MANNEQUIN_DRIVER_GLENOHUMERAL_ABDUCTION_RIGHT]
888
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
889
valuetype = "integer"
890
descr = "Switch for the mannequin driver being active or not"
891
nicename = "Right Glenohumeral Abduction"
892
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
893
894
[parameters.BM_MANNEQUIN_DRIVER_GLENOHUMERAL_FLEXION_RIGHT]
895
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
896
valuetype = "integer"
897
descr = "Switch for the mannequin driver being active or not"
898
nicename = "Right Glenohumeral Flexion"
899
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
900
901
[parameters.BM_MANNEQUIN_DRIVER_GLENOHUMERAL_EXTERNAL_ROTATION_RIGHT]
902
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
903
valuetype = "integer"
904
descr = "Switch for the mannequin driver being active or not"
905
nicename = "Right Glenohumeral External Rotation"
906
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
907
908
[parameters.BM_MANNEQUIN_DRIVER_ELBOW_FLEXION_RIGHT]
909
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
910
valuetype = "integer"
911
descr = "Switch for the mannequin driver being active or not"
912
nicename = "Right Elbow Flexion"
913
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
914
915
[parameters.BM_MANNEQUIN_DRIVER_ELBOW_PRONATION_RIGHT]
916
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
917
valuetype = "integer"
918
descr = "Switch for the mannequin driver being active or not"
919
nicename = "Right Elbow Pronation"
920
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
921
922
[parameters.BM_MANNEQUIN_DRIVER_WRIST_FLEXION_RIGHT]
923
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
924
valuetype = "integer"
925
descr = "Switch for the mannequin driver being active or not"
926
nicename = "Right Wrist Flexion"
927
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
928
929
[parameters.BM_MANNEQUIN_DRIVER_WRIST_ABDUCTION_RIGHT]
930
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
931
valuetype = "integer"
932
descr = "Switch for the mannequin driver being active or not"
933
nicename = "Right Wrist Abduction"
934
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
935
936
[parameters.BM_MANNEQUIN_DRIVER_HAND_RIGHT]
937
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
938
valuetype = "integer"
939
descr = "Switch for the mannequin driver being active or not"
940
nicename = "Right Hand"
941
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
942
943
[parameters.BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_LEFT]
944
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
945
valuetype = "integer"
946
descr = "Switch for all the mannequin drivers for the sterno clavicular degrees of freedom."
947
nicename = "Left Sterno-Clavicular"
948
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
949
950
[parameters.BM_MANNEQUIN_DRIVER_STERNOCLAVICULAR_PROTRACTION_LEFT]
951
default = "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_LEFT"
952
valuetype = "integer"
953
descr = "Switch for the mannequin driver being active or not."
954
nicename = "Left Sterno-Clavicular Protraction"
955
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_LEFT",]
956
957
[parameters.BM_MANNEQUIN_DRIVER_STERNOCLAVICULAR_ELEVATION_LEFT]
958
default = "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_LEFT"
959
valuetype = "integer"
960
descr = "Switch for the mannequin driver being active or not."
961
nicename = "Left Sterno-Clavicular Elevation"
962
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_LEFT",]
963
964
[parameters.BM_MANNEQUIN_DRIVER_STERNOCLAVICULAR_AXIAL_ROTATION_LEFT]
965
default = "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_LEFT"
966
valuetype = "integer"
967
descr = "Switch for the mannequin driver being active or not."
968
nicename = "Left Sterno-Clavicular Axial Rotation"
969
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_STERNO_CLAVICULAR_LEFT",]
970
971
[parameters.BM_MANNEQUIN_DRIVER_GLENOHUMERAL_ABDUCTION_LEFT]
972
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
973
valuetype = "integer"
974
descr = "Switch for the mannequin driver being active or not"
975
nicename = "Left Glenohumeral Abduction"
976
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
977
978
[parameters.BM_MANNEQUIN_DRIVER_GLENOHUMERAL_FLEXION_LEFT]
979
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
980
valuetype = "integer"
981
descr = "Switch for the mannequin driver being active or not"
982
nicename = "Left Glenohumeral Flexion"
983
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
984
985
[parameters.BM_MANNEQUIN_DRIVER_GLENOHUMERAL_EXTERNAL_ROTATION_LEFT]
986
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
987
valuetype = "integer"
988
descr = "Switch for the mannequin driver being active or not"
989
nicename = "Left Glenohumeral External Rotation"
990
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
991
992
[parameters.BM_MANNEQUIN_DRIVER_ELBOW_FLEXION_LEFT]
993
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
994
valuetype = "integer"
995
descr = "Switch for the mannequin driver being active or not"
996
nicename = "Left Elbow Flexion"
997
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
998
999
[parameters.BM_MANNEQUIN_DRIVER_ELBOW_PRONATION_LEFT]
1000
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1001
valuetype = "integer"
1002
descr = "Switch for the mannequin driver being active or not"
1003
nicename = "Left Elbow Pronation"
1004
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1005
1006
[parameters.BM_MANNEQUIN_DRIVER_WRIST_FLEXION_LEFT]
1007
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1008
valuetype = "integer"
1009
descr = "Switch for the mannequin driver being active or not"
1010
nicename = "Left Wrist Flexion"
1011
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1012
1013
[parameters.BM_MANNEQUIN_DRIVER_WRIST_ABDUCTION_LEFT]
1014
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1015
valuetype = "integer"
1016
descr = "Switch for the mannequin driver being active or not"
1017
nicename = "Left Wrist Abduction"
1018
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1019
1020
[parameters.BM_MANNEQUIN_DRIVER_HAND_LEFT]
1021
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1022
valuetype = "integer"
1023
descr = "Switch for the mannequin driver being active or not"
1024
nicename = "Left Hand"
1025
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1026
1027
[parameters.BM_MANNEQUIN_DRIVER_HIP_FLEXION_RIGHT]
1028
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1029
valuetype = "integer"
1030
descr = "Switch for the mannequin driver being active or not"
1031
nicename = "Right Hip Flexion"
1032
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1033
1034
[parameters.BM_MANNEQUIN_DRIVER_HIP_EXTERNAL_ROTATION_RIGHT]
1035
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1036
valuetype = "integer"
1037
descr = "Switch for the mannequin driver being active or not"
1038
nicename = "Right Hip External Rotation"
1039
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1040
1041
[parameters.BM_MANNEQUIN_DRIVER_HIP_ABDUCTION_RIGHT]
1042
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1043
valuetype = "integer"
1044
descr = "Switch for the mannequin driver being active or not"
1045
nicename = "Right Hip Abduction"
1046
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1047
1048
[parameters.BM_MANNEQUIN_DRIVER_KNEE_FLEXION_RIGHT]
1049
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1050
valuetype = "integer"
1051
descr = "Switch for the mannequin driver being active or not"
1052
nicename = "Right Knee Flexion"
1053
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1054
1055
[parameters.BM_MANNEQUIN_DRIVER_ANKLE_FLEXION_RIGHT]
1056
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1057
valuetype = "integer"
1058
descr = "Switch for the mannequin driver being active or not"
1059
nicename = "Right Ankle Flexion"
1060
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1061
1062
[parameters.BM_MANNEQUIN_DRIVER_ANKLE_EVERSION_RIGHT]
1063
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1064
valuetype = "integer"
1065
deprecated = "true"
1066
descr = "Switch for the mannequin driver being active or not"
1067
nicename = "Right Ankle Eversion"
1068
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1069
1070
[parameters.BM_MANNEQUIN_DRIVER_ANKLE_SUBTALAR_EVERSION_RIGHT]
1071
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1072
valuetype = "integer"
1073
descr = "Switch for the mannequin driver being active or not"
1074
nicename = "Right Ankle Subtalar Eversion"
1075
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1076
1077
[parameters.BM_MANNEQUIN_DRIVER_HIP_FLEXION_LEFT]
1078
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1079
valuetype = "integer"
1080
descr = "Switch for the mannequin driver being active or not"
1081
nicename = "Left Hip Flexion"
1082
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1083
1084
[parameters.BM_MANNEQUIN_DRIVER_HIP_EXTERNAL_ROTATION_LEFT]
1085
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1086
valuetype = "integer"
1087
descr = "Switch for the mannequin driver being active or not"
1088
nicename = "Left Hip External Rotation"
1089
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1090
1091
[parameters.BM_MANNEQUIN_DRIVER_HIP_ABDUCTION_LEFT]
1092
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1093
valuetype = "integer"
1094
descr = "Switch for the mannequin driver being active or not"
1095
nicename = "Left Hip Abduction"
1096
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1097
1098
[parameters.BM_MANNEQUIN_DRIVER_KNEE_FLEXION_LEFT]
1099
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1100
valuetype = "integer"
1101
descr = "Switch for the mannequin driver being active or not"
1102
nicename = "Left Knee Flexion"
1103
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1104
1105
[parameters.BM_MANNEQUIN_DRIVER_ANKLE_FLEXION_LEFT]
1106
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1107
valuetype = "integer"
1108
descr = "Switch for the mannequin driver being active or not"
1109
nicename = "Left Ankle Flexion"
1110
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1111
1112
[parameters.BM_MANNEQUIN_DRIVER_ANKLE_EVERSION_LEFT]
1113
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1114
valuetype = "integer"
1115
deprecated = "true"
1116
descr = "Switch for the mannequin driver being active or not"
1117
nicename = "Left Ankle Eversion"
1118
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1119
1120
[parameters.BM_MANNEQUIN_DRIVER_ANKLE_SUBTALAR_EVERSION_LEFT]
1121
default = "BM_MANNEQUIN_DRIVER_DEFAULT"
1122
valuetype = "integer"
1123
descr = "Switch for the mannequin driver being active or not"
1124
nicename = "Left Ankle Subtalar Eversion"
1125
opt = [ "ON", "OFF", "BM_MANNEQUIN_DRIVER_DEFAULT",]
1126
1127
[parameters.BM_JOINT_TYPE_HIP_RIGHT]
1128
default = "_JOINT_TYPE_DEFAULT_"
1129
valuetype = "integer"
1130
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1131
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_USERDEFINED_",]
1132
1133
[parameters.BM_JOINT_TYPE_HIP_LEFT]
1134
default = "_JOINT_TYPE_DEFAULT_"
1135
valuetype = "integer"
1136
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1137
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_USERDEFINED_",]
1138
1139
[parameters.BM_JOINT_TYPE_KNEE_RIGHT]
1140
default = "_JOINT_TYPE_DEFAULT_"
1141
valuetype = "integer"
1142
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1143
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_BONY_LANDMARK_", "_JOINT_TYPE_USERDEFINED_",]
1144
1145
[parameters.BM_JOINT_TYPE_KNEE_LEFT]
1146
default = "_JOINT_TYPE_DEFAULT_"
1147
valuetype = "integer"
1148
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1149
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_BONY_LANDMARK_", "_JOINT_TYPE_USERDEFINED_",]
1150
1151
[parameters.BM_JOINT_TYPE_PATELLOFEMORAL_RIGHT]
1152
default = "_JOINT_TYPE_DEFAULT_"
1153
valuetype = "integer"
1154
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1155
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_BONY_LANDMARK_", "_JOINT_TYPE_USERDEFINED_",]
1156
1157
[parameters.BM_JOINT_TYPE_PATELLOFEMORAL_LEFT]
1158
default = "_JOINT_TYPE_DEFAULT_"
1159
valuetype = "integer"
1160
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1161
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_BONY_LANDMARK_", "_JOINT_TYPE_USERDEFINED_",]
1162
1163
[parameters.BM_JOINT_TYPE_ANKLE_RIGHT]
1164
default = "_JOINT_TYPE_DEFAULT_"
1165
valuetype = "integer"
1166
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1167
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_BONY_LANDMARK_", "_JOINT_TYPE_USERDEFINED_",]
1168
1169
[parameters.BM_JOINT_TYPE_ANKLE_LEFT]
1170
default = "_JOINT_TYPE_DEFAULT_"
1171
valuetype = "integer"
1172
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1173
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_BONY_LANDMARK_", "_JOINT_TYPE_USERDEFINED_",]
1174
1175
[parameters.BM_JOINT_TYPE_SUBTALAR_RIGHT]
1176
default = "_JOINT_TYPE_DEFAULT_"
1177
valuetype = "integer"
1178
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1179
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_BONY_LANDMARK_", "_JOINT_TYPE_USERDEFINED_",]
1180
1181
[parameters.BM_JOINT_TYPE_SUBTALAR_LEFT]
1182
default = "_JOINT_TYPE_DEFAULT_"
1183
valuetype = "integer"
1184
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1185
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_BONY_LANDMARK_", "_JOINT_TYPE_USERDEFINED_",]
1186
1187
[parameters.BM_JOINT_TYPE_PATELLATENDON_RIGHT]
1188
default = "_JOINT_TYPE_DEFAULT_"
1189
valuetype = "integer"
1190
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1191
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_BONY_LANDMARK_", "_JOINT_TYPE_USERDEFINED_",]
1192
1193
[parameters.BM_JOINT_TYPE_PATELLATENDON_LEFT]
1194
default = "_JOINT_TYPE_DEFAULT_"
1195
valuetype = "integer"
1196
descr = "Parameter for switching between different joint types. Can also be used to completely exclude the joint, which then must be re-implemented manually."
1197
opt = [ "_JOINT_TYPE_DEFAULT_", "_JOINT_TYPE_BONY_LANDMARK_", "_JOINT_TYPE_USERDEFINED_",]
1198
1199
[parameters.BM_GLOBAL_REFERENCE_FRAME_SWITCH]
1200
default = "OFF"
1201
valuetype = "integer"
1202
descr = "A switch to use different ref. frame than the default global reference frame"
1203
nicename = "Global Reference Frame:"
1204
1205
[parameters.BM_GLOBAL_REFERENCE_FRAME]
1206
default = "..GenericGlobalRefFrame"
1207
valuetype = "reference"
1208
descr = "An object path leading to the selected global reference frame"
1209
nicename = "Global Reference Frame"
1210
1211
[parameters.BM_COMPATIBILITY_24_TRUNK_SELECTED_OUTPUTS_JRF]
1212
default = "OFF"
1213
valuetype = "integer"
1214
descr = "A compatability switch to include the trunk selected outputs joint reaction force from AMMR 2.4"