get_band_names#
- Revision.get_band_names(radio_node: RadioNode = None, radio_name: str = '', tx_rx_mode: TxRxMode = None) list[str]#
Get a list of all enabled
txorrxbands (or waveforms) in a given radio/emitter.- Parameters:
- radio_name
str The name of the radio/emitter
- radio_node
RadioNode The radio/emitter.
- tx_rx_mode
emit_constants.TxRxMode,optional Specifies whether to get
txorrxband names. The default isNone, in which case the names of all enabled bands are returned.
- radio_name
- Returns:
Examples
>>> bands = aedtapp.results.current_revision.get_band_names("Bluetooth", TxRxMode.RX) >>> waveforms = aedtapp.results.current_revision.get_band_names("USB_3.x", TxRxMode.TX)