Summary
Represents a BTS IO Channel Adapter object.
ChannelBtsIO.get_io_state()
ChannelBtsIO.get_supported_functions()
ChannelBtsIO.set_io_state()
ChannelBtsIO.cluster_name
ChannelBtsIO.name
Structure
Checks the state of a certain function of the channel.
function (str) – Function to be checked. Possible values: "open", "vbat", "gnd", "sim", "voltage".
str
State of the queried function.
float
Gets the functions supported by the channel.
List of functions supported by the channel.
Array[str]
Array
Sets the state of a certain function of the channel.
function (str) – Function to be set. Possible values: "open", "vbat", "gnd", "sim", "poti", "relay".
value (int32) – Desired function value.
int32
The name of the cluster that is mapped to the channel.
The channel name. This Property is Read Only.