[38ba34]: / Body / AAUHuman / bm-parameters.toml

Download this file

1215 lines (1012 with data), 44.5 kB

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