*sethistoryrecord
Sets whether history recording is enabled or disabled.
Syntax
*sethistoryrecord state
Type
HyperMesh Tcl Modify
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
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0