Session Info
Session Info
The xml element SessionInfo contain information about session classifications in an experiment series. The information is used to classify a session in the experiment. The information in the SessionInfo element is used in the analyze phase after a session. It helps the analyser to sort all logfiles generated in the experiment. The information is not used during a session. It does not affect the simulation. A property can be left without information.
When the session manager starts a session, a dialog will open so that the manager can enter the session info that is specific for the current group and session.
It is recommended to fill in the information that is possible when defining the configuration
It will help during the analysis. Better to do it before then to try to do it later.
When starting a session don't forget to enter the session info for the current group and session.
The SessionInfo is defined with the following properties:
Property |
Value |
---|---|
ExperimentGroup |
The name of the group or project that perform the experiment. |
ExperimentName |
The name of the experiment. |
ConditionNumber |
The number of the condition. |
ConditionName |
The name of the condition. |
ServerNumber |
The number of the server. |
ServerName |
The name of the server. |
SessionType |
The type of the session. |
SessionNumber |
The number of the session. |
SessionName |
The name of the session. |
SessionConfigFileName |
The name of the sessions configuration file. |
SessionScenarioFileName |
The name of the sessions scenario file. |
SessionPicDirectory |
The name of the experiment. |
<Source>
<SessionInfo
ExperimentGroup = "gl"
ExperimentName = "gl1"
ConditionNumber = "1"
ConditionName = "Digital"
ServerNumber = "0"
ServerName = ""
SessionType = ""
SessionNumber = "2"
SessionName = ""
SessionConfigFileName = "gl1-Condition1-Session2.con"
SessionScenarioFileName = "gl1-Condition1-Session2.sce"
SessionPicDirectory = ""
/>
</Source>