simple.setting Module

paraview.simple.setting.GetAllSettings()[source]

Get a list of strings that return valid settings proxy types for the :func:GetSettingsProxy() function.

Returns:

List of valid settings proxy names

Return type:

list of str

paraview.simple.setting.GetSettingsProxy(type)[source]

Given a string giving the type of settings to access, returns the proxy for those settings.

Parameters:

type (str) – The type of settings to access. Valid types may be found by calling GetAllSettings().