System.setArgument

Function/Meaning

Setting command line options

Type
Systemclassmethod of
Syntax
setArgument(name, value)
Arguments
name

Specify the command line option name to be set. Start with a'-' (hyphen) (eg'-contfreq').

value

Specify the value to be set. (Example: '60').

Return value
None (void)
Explanation

Dynamically set command line options.
Not all command line options are configurable.
See Command Line Options for configurable command line options.
Do not change options that are not marked as dynamically changeable here.
This method does not check whether the option can be changed dynamically, the existence of the option, the validity of the value, etc.
Be careful when setting the value.

Reference
System.getArgument