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
namestrName.
valueanyValue.

add_channel(self, name, type, value)


def add_channel(self, name, type, value):
    ...
ParameterTypeDescription
namestr
typeType
valueany

See Also