add_channel method

add_channel

Adds the specified channel property.

Returns

true, if channel was added, false otherwise.

def add_channel(self, name, value):
    ...
ParameterTypeDescription
namestrName.
valueanyValue.

add_channel

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

See Also