17 lines (12 with data), 523 Bytes
#path TRIAL_PATH "."
#define USE_STATIC_DRIVERS
AnyFolder TrialSpecificData={
/// Name of trial, which is also used to find the C3D file.
/// Default is to use the name of the parent folder
AnyString NameOfFile = ANYBODY_NAME_MAINFILEDIR;
#if TMJ_LIGAMENT_REFRENCE_CONFIGURATION_MODEL == 0
AnyFloatVar tStart = Main.ModelSetup.tStartC3DFile;//< Start of analysis
AnyFloatVar tEnd = Main.ModelSetup.tEndC3DFile;//< End of analysis
AnyIntVar nStep = 1; // Number of steps
#endif
};