*sethistoryrecord
Sets whether history recording is enabled or disabled.
Syntax
*sethistoryrecord state
Type
HyperMesh Tcl Modify Command
Description
Sets whether history recording is enabled or disabled.
Inputs
- state
 - 
            
- 0 - Disables all history recording, including potential legacy use cases
 - 1 - Enables history recording
 
 
Example
To disable all history recording:
*sethistoryrecord 0
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
14.0