ChannelBts
Summary
Represents a BTS Channel Adapter object.
- Methods
- Properties
Structure
- class ChannelBts
-
- get_status()
The Status of the Adapter.
- is_channel_gnd_enabled(channel_id: uint8) bool
Gets the GND status of specific channel given its Id,
Trueif GND is enabled,Falseif not.
- is_channel_open(channel_id: uint8) bool
Gets the status of specific channel given its Id,
Trueif channel is open,Falseif not.
- is_channel_sim_enabled(channel_id: uint8) bool
Gets the SIM status of specific channel given its Id,
Trueif SIM is enabled,Falseif not.
- is_channel_vbat_enabled(channel_id: uint8) bool
Gets the vbat status of specific channel given its Id,
Trueif vbat is enabled,Falseif not.
- set_poti_resistance_value(value: float) bool
Attempts to set the value of the POTI resistance of the adapter to a specific value.
- sw_reset() bool
Attempts to reset the switch to its default state.
- Returns
Trueif operation was successful,Falseif not.- Return type