Mrdc

SCPI Command :

CATalog:SIGNaling:EPS:UECapability:MRDC:BANDs
class MrdcCls[source]

Mrdc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class BandsStruct[source]

Structure for reading output parameters. Fields:

  • Rat: List[enums.CellType]: Type of the band: LTE band or NR band.

  • Fbi: List[int]: Frequency band indicator

get_bands() BandsStruct[source]
# SCPI: CATalog:SIGNaling:EPS:UECapability:MRDC:BANDs
value: BandsStruct = driver.catalog.signaling.eps.ueCapability.mrdc.get_bands()

Queries the list of requested frequency bands configured for the container type ‘UE-MRDC-Capability’, for EPS tracking areas. The bands are returned as pairs of values: {<Rat>, <Fbi>}1, {<Rat>, <Fbi>}2, … A returned pair of NAV indicates that there are no requested bands.

return:

structure: for return value, see the help for BandsStruct structure arguments.