[This is preliminary documentation and is subject to change.]
Specifies whether or not time stamp dimension-value pairs should be generated.
Namespace: ClarionAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public static bool UseTimeStamp { get; set; } |
Remarks
By default, this option is set to false. However, if you want to use time stamps as inputs or outputs for implicit components, then set this option to true.
Additionally, this option should be set to true if you plan on using episodic memory.
![]() |
---|
Turning on this option may cause the memory being used by the World object to expand rapidly. This is because time stamps will be generated every time a new sensory information object is requested with a unique time stamp value. Unless you specifically plan on using time stamps (as described above), this option should remain off. |