ansys.systemcoupling.core.adaptor.impl.types.Boolean#
- class ansys.systemcoupling.core.adaptor.impl.types.Boolean(name=None, parent=None)#
Provides a
Boolean
object that represents a Boolean value setting.Methods
__init__
([name, parent])Initialize an instance of the
Base
class.get_property_state
(prop)Get the state of the
prop
property .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 tovalue
.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.