Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - Русский

Change language to:
English - Français - 日本語 - Português -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Справка Scilab >> ATOMS > atomsSetConfig

atomsSetConfig

Manage ATOMS system parameters

Syntax

result = atomsSetConfig(parameter, value)

Arguments

parameter

single-string matrix

value

single-string matrix

result
Number of changed parameters

Proxy

Parameter Description Values
useProxy Use/Don't use proxies "True"/"False"
proxyHost the hostname (IP or DNS name)
proxyPort the port
proxyUser Specify the username for authentication on a proxy server
proxyPassword Specify the password for authentication on a proxy server

Network

Parameter Description Values
offline If set to "True", the system only works with local repositories. The offline mode permits the user to install modules from a local repository or a local package (hard disk, USB keys, ...) even if the network is unreachable. In version prior to 5.4.0, this tag was called offLine. "True"/"False"

Autoload System

Parameter Description Values
autoload Enable/Disable autoload system "True"/"False"
autoloadAddAfterInstall Automatically add a module to the list of module to autoload at Scilab start "True"/"False"

Miscellaneous

Parameter Description Values
Verbose Display or not extra-information "True"/"False"
downloadTool Set tool used to download "curl", "wget" or "httpdownload" (Windows only)
downloadTimeout Set timeout for download (seconds) "5" by default
updateTime Set time between updates (days) one month by default

Description

atomsSetConfig returns the list of modules registered to autoload

Examples

// Display extra-information
            atomsSetConfig("Verbose","True")

            // Disable autoload system
            atomsSetConfig("autoload","False")

See also

History

ВерсияОписание
5.4.0 offLine parameter renamed to offline
Report an issue
<< atomsSearch ATOMS atomsShow >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 14 15:13:37 CET 2017