add_channel method

add_channel(self, name, value)

Adds the specified channel property.

Returns

true, if channel was added, false otherwise.


def add_channel(self, name, value):
    ...
ParameterTypeDescription
nameSystem.StringName.
valueSystem.ObjectValue.

add_channel(self, name, type, value)

Adds the specified channel property.

Returns

true, if channel was added, false otherwise.


def add_channel(self, name, type, value):
    ...
ParameterTypeDescription
nameSystem.StringName.
typeSystem.TypeType.
valueSystem.ObjectValue.

See Also