- Enabling user interface recording at runtime
-
Start
Abaqus/CAE
or
Abaqus/Viewer
using the -guiRecord option:
abaqus cae -guiRecord
abaqus viewer -guiRecord
- Enabling
user interface recording using
ABQ_CAE_GUIRECORD
-
You can specify user interface recording by setting
ABQ_CAE_GUIRECORD from a command line or, on
Windows platforms, as a system environment variable.
-
To set the variable for a single session, enter the following command in
a command prompt:
set ABQ_CAE_GUIRECORD=1
You must run
Abaqus/CAE
or
Abaqus/Viewer
from the same command prompt.
-
To enable user interface recording as the default behavior on Windows
platforms, save the parameter
ABQ_CAE_GUIRECORD=ON
in the
Windows
system properties. Environment variables can be saved using the
Advanced tabbed page of the System
Properties dialog box (select
, and double-click
System).
When user interface recording is the default behavior, you can still disable
it from the command line by starting
Abaqus/CAE
or
Abaqus/Viewer
using the -guiNoRecord option:
abaqus cae -guiNoRecord
abaqus viewer -guiNoRecord
|