|
3 | 3 | The following environment variables can be used to configure the package.
|
4 | 4 |
|
5 | 5 | ```{envvar} ABAQUS_BAT_PATH
|
| 6 | +
|
| 7 | +**Type: string** |
| 8 | +
|
6 | 9 | The file path of the `abaqus` command line batch file (`.bat`). Only set this environment variable if `abaqus` is not
|
7 | 10 | the default Abaqus command line executable. This variable is used by `abqpy` to run the Abaqus command line
|
8 | 11 | procedure inside the Python interpreter environment where it is installed.
|
9 | 12 | ```
|
10 | 13 |
|
11 | 14 | ````{envvar} ABAQUS_COMMAND_OPTIONS
|
| 15 | +
|
| 16 | +**Type: string of a Python dictionary** |
| 17 | +
|
12 | 18 | The default execution procedure invoked by `abqpy` inside the Python interpreter
|
13 | 19 | environment where it is installed is to run one of the two following command lines:
|
14 | 20 |
|
@@ -72,54 +78,100 @@ boolean option to `True` and any other values to set it to `False`.
|
72 | 78 | ````
|
73 | 79 |
|
74 | 80 | ```{envvar} ABAQUS_CAE_DATABASE
|
| 81 | +
|
| 82 | +**Type: string** |
| 83 | +
|
75 | 84 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `database` option but has higher priority.
|
76 | 85 | ```
|
77 | 86 |
|
78 | 87 | ```{envvar} ABAQUS_CAE_REPLAY
|
| 88 | +
|
| 89 | +**Type: string** |
| 90 | +
|
79 | 91 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `replay` option but has higher priority.
|
80 | 92 | ```
|
81 | 93 |
|
82 | 94 | ```{envvar} ABAQUS_CAE_RECOVER
|
| 95 | +
|
| 96 | +**Type: string** |
| 97 | +
|
83 | 98 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `recover` option but has higher priority.
|
84 | 99 | ```
|
85 | 100 |
|
| 101 | +```{envvar} ABAQUS_CAE_STARTUP |
| 102 | +
|
| 103 | +**Type: string** |
| 104 | +
|
| 105 | +A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `startup` option but has higher priority. |
| 106 | +``` |
| 107 | + |
86 | 108 | ```{envvar} ABAQUS_CAE_GUI
|
| 109 | +
|
| 110 | +**Type: bool {true, false, on, off, yes, no, 1, 0}** |
| 111 | +
|
87 | 112 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `gui` option but has higher priority.
|
88 | 113 | ```
|
89 | 114 |
|
90 | 115 | ```{envvar} ABAQUS_CAE_ENVSTARTUP
|
| 116 | +
|
| 117 | +**Type: bool {true, false, on, off, yes, no, 1, 0}** |
| 118 | +
|
91 | 119 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `envstartup` option but has higher priority.
|
92 | 120 | ```
|
93 | 121 |
|
94 | 122 | ```{envvar} ABAQUS_CAE_SAVED_OPTIONS
|
| 123 | +
|
| 124 | +**Type: bool {true, false, on, off, yes, no, 1, 0}** |
| 125 | +
|
95 | 126 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `savedOptions` option but has higher priority.
|
96 | 127 | ```
|
97 | 128 |
|
98 | 129 | ```{envvar} ABAQUS_CAE_SAVED_GUI_PREFS
|
| 130 | +
|
| 131 | +**Type: bool {true, false, on, off, yes, no, 1, 0}** |
| 132 | +
|
99 | 133 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `savedGuiPrefs` option but has higher priority.
|
100 | 134 | ```
|
101 | 135 |
|
102 | 136 | ```{envvar} ABAQUS_CAE_STARTUP_DIALOG
|
| 137 | +
|
| 138 | +**Type: bool {true, false, on, off, yes, no, 1, 0}** |
| 139 | +
|
103 | 140 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `startupDialog` option but has higher priority.
|
104 | 141 | ```
|
105 | 142 |
|
106 | 143 | ```{envvar} ABAQUS_CAE_CUSTOM
|
| 144 | +
|
| 145 | +**Type: string** |
| 146 | +
|
107 | 147 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `custom` option but has higher priority.
|
108 | 148 | ```
|
109 | 149 |
|
110 | 150 | ```{envvar} ABAQUS_CAE_GUI_TESTER
|
| 151 | +
|
| 152 | +**Type: string** |
| 153 | +
|
111 | 154 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `guiTester` option but has higher priority.
|
112 | 155 | ```
|
113 | 156 |
|
114 | 157 | ```{envvar} ABAQUS_CAE_GUI_RECORD
|
| 158 | +
|
| 159 | +**Type: bool {true, false, on, off, yes, no, 1, 0}** |
| 160 | +
|
115 | 161 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `guiRecord` option but has higher priority.
|
116 | 162 | ```
|
117 | 163 |
|
118 | 164 | ```{envvar} ABAQUS_PYTHON_SIM
|
| 165 | +
|
| 166 | +**Type: string** |
| 167 | +
|
119 | 168 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `sim` option but has higher priority.
|
120 | 169 | ```
|
121 | 170 |
|
122 | 171 | ```{envvar} ABAQUS_PYTHON_LOG
|
| 172 | +
|
| 173 | +**Type: string** |
| 174 | +
|
123 | 175 | A shortcut to the {envvar}`ABAQUS_COMMAND_OPTIONS` environment variable to set the `log` option but has higher priority.
|
124 | 176 | ```
|
125 | 177 |
|
|
0 commit comments