ChannelBts
Summary
Represents a BTS Channel Adapter object.
- Methods
- Properties
Structure
- class ChannelBts
-
- disable_VBAT(channel_id: uint8) bool
Attempt to disable the vbat of specific channel given its Id.
- 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,
True
if GND is enabled,False
if not.
- is_channel_open(channel_id: uint8) bool
Gets the status of specific channel given its Id,
True
if channel is open,False
if not.
- is_channel_sim_enabled(channel_id: uint8) bool
Gets the SIM status of specific channel given its Id,
True
if SIM is enabled,False
if not.
- is_channel_vbat_enabled(channel_id: uint8) bool
Gets the vbat status of specific channel given its Id,
True
if vbat is enabled,False
if 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
True
if operation was successful,False
if not.- Return type