config_options#

class ansys.dpf.core.common.config_options#

Contains strings to define configuration options.

num_thread = "num_threads"

number of threads

use_cache = "use_cache"

usage of cache if a server with gRPC communication protocol is used.

Overview#

Import detail#

from ansys.dpf.core.common import config_options

Attribute detail#

config_options.num_threads = 'num_threads'#
config_options.use_cache = 'use_cache'#