setaltairbatch

Configure settings related to running callaltairbatch.

Syntax

setaltairbatch(stringSetting)

Inputs

stringSetting
Setting to be modified.
Type: string
Valid settings:
'sync' to run callaltairbatch synchronously. Default for solvers.
'async' to run callaltairbatch asynchronously. Default for non-solvers.
'verbose' to display verbose progress messages.
'quiet' to suppress verbose progress messages, this is the default.
'?' to display valid settings for this command.
'data' to show a struct with global settings saved by the Altair Integration, such as Altair Compute Console path, HyperWorks batch and verbose option.

Examples

Set the synchronicity as synchronous:

setaltairbatch('sync')
(No output)

Set the synchronicity as asynchronous:

setaltairbatch('async')
(No output)

Set the running mode as quiet:

setaltairbatch('quiet')
(No output)

Turn on the verbose mode:

setaltairbatch('verbose')
callaltairbatch verbose on

Get help about the supported function arguments:

setaltairbatch('?')
sync | async | verbose | quiet | ?

Comments

There is a difference between solvers and non-solvers with respect to their default way of running in terms of synchronicity: non-solvers run asynchronously by default, because they are GUI-based applications.