get_all_radio_nodes#
- Revision.get_all_radio_nodes(tx_rx_mode: TxRxMode = None, include_emitters: bool = False) list[RadioNode]#
Gets all Radio nodes from this revision.
- Parameters:
- tx_rx_mode: TxRxMode
Specifies the type (Tx, Rx, or Both) of Radios to include.
- include_emitters: bool
Includes Emitters if True.
- Returns:
- radio_nodes:
list List of radio nodes.
- radio_nodes:
Examples
>>> radios = revision.get_all_radio_nodes()