MIKE IO
Home
User Guide
Examples
API Reference
Source Code
Report a Bug
On this page
get_options
Returns
See Also
Other Formats
Jupyter
get_options
get_options()
Get the current global options.
Returns
Name
Type
Description
dict
Copy of the current options, e.g. to restore them later with
set_options(**old)
.
See Also
set_options