getConfig

Syntax

getConfigure([key])

Arguments

key is a STRING indicating the name of a configuration parameter. It is an optional parameter.

Details

  • If key is not specified, return a dictionary with all configuration information of the system.

  • If key is a valid configuration parameter, return a scalar or vector indicating the value(s) of the parameter.

  • If key is not a configuration parameter, return NULL value.

For more information on the returned configuration parameters, see Configuration .