ansys.systemcoupling.core.adaptor.impl.types.IntegerList#
- class ansys.systemcoupling.core.adaptor.impl.types.IntegerList(name=None, parent=None)#
Provides an
IntegerListobject that represents an integer list setting.Methods
__init__([name, parent])Initialize an instance of the
Baseclass.get_property_state(prop)Get the state of the
propproperty .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
propproperty 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_nameSystem Coupling name of this object.
pathPath of the object.
syc_namesyc_pathPath of the object in native System Coupling form.
sycproxyProxy object.