Global Settings#

Global settings available from the PyTwin package to configure and change the logging and working directory options.

pytwin.PyTwinLogLevel(value)

Enum to choose logging level to be used by all pytwin objects.

pytwin.PyTwinLogOption(value)

Enum to choose logging options to be used by all pytwin objects.

pytwin.modify_pytwin_working_dir(new_path[, ...])

Modify global pytwin working directory.

pytwin.modify_pytwin_logging([new_option, ...])

Modify global pytwin logging.

Workflow Example#

See User guide for workflow examples