Inquire the parameters of Scilab and its environment.
env = scibench_getsettings ( )
a tlist with fields
a 1x1 matrix of floating point integers, the number of processors
a 1x1 matrix of strings, the operating system
a 1x1 matrix of strings, the 32/64 bits architecture
a 1x1 matrix of strings, the type of CPU
a 1x1 matrix of strings, the version of Scilab
This function allows to gather major informations related to the environment where the script is launched.