ansys.systemcoupling.core.adaptor.impl.types.SettingsBase#

class ansys.systemcoupling.core.adaptor.impl.types.SettingsBase(name=None, parent=None)#

Provides the base class for settings objects.

Methods

get_state()

Get the current state of the object.

set_state(state)

Set the state of the object.

Methods

__init__([name, parent])

Initialize an instance of the Base class.

get_property_state(prop)

Get the state of the prop property .

get_state()

Get the state of the object.

print_state([out, indent_factor])

Print the state of the object.

set_property_state(prop, value)

Set the state of the prop property to value.

set_state(state)

Set the state of the object.

set_sycproxy(sycproxy)

Set sycproxy object.

to_python_keys(value)

Convert value to have keys with Python names.

to_python_name(name)

Convert the native System Coupling identifier to a Python name.

to_syc_keys(value)

Convert value to have keys with native System Coupling names.

to_syc_name(name)

Convert Python name to a native System Coupling identifier.

Attributes

obj_name

System Coupling name of this object.

path

Path of the object.

syc_name

syc_path

Path of the object in native System Coupling form.

sycproxy

Proxy object.