I am setting some analysis in CMC setting XML file to get the data, however, when I am running the simulation, results of some analysis are missing and they are not printed by CMC.
Code: Select all
<AnalysisSet name="Analyses">
<objects>
<Kinematics name="Kinematics">
<!--Names of generalized coordinates whose kinematics are to be recorded.-->
<coordinates>all</coordinates>
<!--Flag (true or false) specifying whether on. True by default.-->
<on>true</on>
<!--Start time.-->
<start_time>-inf</start_time>
<!--End time.-->
<end_time>inf</end_time>
<!--Specifies how often to store results during a simulation. More specifically, the interval (a positive integer) specifies how many successful integration steps should be taken before results are recorded again.-->
<step_interval>10</step_interval>
<!--Flag (true or false) indicating whether the results are in degrees or not.-->
<in_degrees>true</in_degrees>
</Kinematics>
<Actuation name="Actuation">
<!--Flag (true or false) specifying whether on. True by default.-->
<on>true</on>
<!--Start time.-->
<start_time>-inf</start_time>
<!--End time.-->
<end_time>inf</end_time>
<!--Specifies how often to store results during a simulation. More specifically, the interval (a positive integer) specifies how many successful integration steps should be taken before results are recorded again.-->
<step_interval>10</step_interval>
<!--Flag (true or false) indicating whether the results are in degrees or not.-->
<in_degrees>true</in_degrees>
</Actuation>
<MuscleAnalysis name="MuscleAnalysis">
<!--Flag (true or false) specifying whether on. True by default.-->
<on>true</on>
<!--Start time.-->
<start_time>-inf</start_time>
<!--End time.-->
<end_time>inf</end_time>
<!--Specifies how often to store results during a simulation. More specifically, the interval (a positive integer) specifies how many successful integration steps should be taken before results are recorded again.-->
<step_interval>10</step_interval>
<!--Flag (true or false) indicating whether the results are in degrees or not.-->
<in_degrees>true</in_degrees>
<!--List of muscles for which to perform the analysis. Use 'all' to perform the analysis for all muscles.-->
<muscle_list> all</muscle_list>
<!--List of generalized coordinates for which to compute moment arms. Use 'all' to compute for all coordinates.-->
<moment_arm_coordinate_list> all</moment_arm_coordinate_list>
<!--Flag indicating whether moment-arms and/or moments should be computed.-->
<compute_moments>true</compute_moments>
</MuscleAnalysis>
<ProbeReporter name="ProbeReporter">
<!--Flag (true or false) specifying whether on. True by default.-->
<on>true</on>
<!--Start time.-->
<start_time>-inf</start_time>
<!--End time.-->
<end_time>inf</end_time>
<!--Specifies how often to store results during a simulation. More specifically, the interval (a positive integer) specifies how many successful integration steps should be taken before results are recorded again.-->
<step_interval>10</step_interval>
<!--Flag (true or false) indicating whether the results are in degrees or not.-->
<in_degrees>true</in_degrees>
</ProbeReporter>
</objects>
<groups />
</AnalysisSet>
Sincerely,
Ali.