Band<Band>

RepCap Settings

# Range: B1 .. B32
rc = driver.sense.ueCapability.rfParameter.band.repcap_band_get()
driver.sense.ueCapability.rfParameter.band.repcap_band_set(repcap.Band.B1)

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:UECapability:RFParameter:BAND<Band>
class Band[source]

Band commands group definition. 2 total commands, 1 Sub-groups, 1 group commands Repeated Capability: Band, default value after init: Band.B1

class GetStruct[source]

Response structure. Fields:

  • Supported: enums.YesNoStatus: NO | YES Support of non-contiguous multi-cell operation

  • Power_Class: int: The UE power class

  • Add_Sec_Cells: int: Number of additional secondary serving cells supported by the UE. The absence of this IE means that the UE does not support multi-cell operation on three or four cells.

  • Ul_Oltd: enums.YesNoStatus: NO | YES Support of uplink open loop transmit diversity

  • Nc_2_C: enums.YesNoStatus: NO | YES Support of non-contiguous multi-cell operation on two cells

  • Nc_3_C: enums.YesNoStatus: NO | YES Support of non-contiguous multi-cell operation on three cells

  • Nc_4_C: enums.YesNoStatus: NO | YES Support of non-contiguous multi-cell operation on four cells

  • Ul_Cltd: enums.YesNoStatus: NO | YES Support of uplink closed loop transmit diversity in CELL_DCH

  • Ul_Mimo: enums.YesNoStatus: NO | YES Support of uplink MIMO in CELL_DCH

  • Mimo_4_X_4_Mode: enums.YesNoStatus: NO | YES Support of MIMO mode with four transmit antennas in CELL_DCH

  • Freq_Spec_Cmn_Cop: enums.YesNoStatus: NO | YES Support of frequency-specific compressed mode for intra-band non-contiguous operation

get(band=<Band.Default: -1>)GetStruct[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UECapability:RFParameter:BAND<band>
value: GetStruct = driver.sense.ueCapability.rfParameter.band.get(band = repcap.Band.Default)

Queries the UE capabilities for the selected band related to non-contiguous multi-cell operation.

param band

optional repeated capability selector. Default value: B1 (settable in the interface ‘Band’)

return

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.ueCapability.rfParameter.band.clone()

Subgroups