system package
Subpackages
- system.camerad package
- system.hardware package
- Subpackages
- system.hardware.pc package
- system.hardware.tici package
- Submodules
- system.hardware.tici.agnos module
- system.hardware.tici.amplifier module
- system.hardware.tici.casync module
- system.hardware.tici.hardware module
- system.hardware.tici.iwlist module
- system.hardware.tici.pins module
- system.hardware.tici.power_draw_test module
- system.hardware.tici.power_monitor module
- system.hardware.tici.precise_power_measure module
- system.hardware.tici.test_agnos_updater module
- system.hardware.tici.test_power_draw module
- Module contents
- Submodules
- system.hardware.base module
HardwareBase
HardwareBase.configure_modem()
HardwareBase.get_cmdline()
HardwareBase.get_current_power_draw()
HardwareBase.get_device_type()
HardwareBase.get_gpu_usage_percent()
HardwareBase.get_imei()
HardwareBase.get_modem_data_usage()
HardwareBase.get_modem_nv()
HardwareBase.get_modem_temperatures()
HardwareBase.get_modem_version()
HardwareBase.get_network_info()
HardwareBase.get_network_metered()
HardwareBase.get_network_strength()
HardwareBase.get_network_type()
HardwareBase.get_networks()
HardwareBase.get_nvme_temperatures()
HardwareBase.get_os_version()
HardwareBase.get_screen_brightness()
HardwareBase.get_serial()
HardwareBase.get_sim_info()
HardwareBase.get_som_power_draw()
HardwareBase.get_sound_card_online()
HardwareBase.get_subscriber_info()
HardwareBase.get_thermal_config()
HardwareBase.initialize_hardware()
HardwareBase.read_param_file()
HardwareBase.reboot()
HardwareBase.recover_internal_panda()
HardwareBase.reset_internal_panda()
HardwareBase.set_bandwidth_limit()
HardwareBase.set_power_save()
HardwareBase.set_screen_brightness()
HardwareBase.shutdown()
HardwareBase.uninstall()
ThermalConfig
- Module contents
- Subpackages
Submodules
system.logmessaged module
system.micd module
- class system.micd.Mic(pm)[source]
Bases:
object
- callback(indata, frames, time, status)[source]
Using amplitude measurements, calculate an uncalibrated sound pressure and sound pressure level. Then apply A-weighting to the raw amplitudes and run the same calculations again.
Logged A-weighted equivalents are rough approximations of the human-perceived loudness.
system.swaglog module
- class system.swaglog.SwaglogRotatingFileHandler(base_filename, interval=60, max_bytes=262144, backup_count=2500, encoding=None)[source]
Bases:
BaseRotatingHandler