Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyTwinNet Documentation
Logo
Light Logo Dark Logo
  • Getting Started
  • User Guide Overview
  • Propagation & Link Budget
  • Received Power
  • SINR
  • Throughput
  • RIS Beams & MIMO (Primer)
  • Reinforcement Learning for Power Control
  • Acceleration (Numba)
  • Example
  • Real-Time Dashboard
  • Config-Driven Experiments
  • Keys
  • Examples
    • Heterogeneous Network Placement
    • SINR & Throughput Example
    • RIS + MIMO Demo
    • RL Power Control
  • SINR & Throughput Example
  • API Reference
Back to top
View this page

pytwinnet.scheduling.max_sinr¶

Functions

max_sinr_association(twin, tx_ids, ue_ids[, ...])

pytwinnet.scheduling.max_sinr.max_sinr_association(twin, tx_ids, ue_ids, bandwidth_hz=20000000.0, nf_db=7.0, bias_db=None)[source]¶
Return type:

Dict[str, str]

Parameters:
  • twin (DigitalTwin)

  • tx_ids (List[str])

  • ue_ids (List[str])

  • bandwidth_hz (float)

  • nf_db (float)

  • bias_db (Dict[str, float] | None)

Copyright © 2025, Oluwaseyi Giwa
Made with Sphinx and @pradyunsg's Furo
On this page
  • pytwinnet.scheduling.max_sinr
    • max_sinr_association()