Wcdma

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:UECapability:MEASurement:CMODe:WCDMa
class Wcdma[source]

Wcdma commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

get(band: RsCmwWcdmaSig.enums.CompressedModeBand)List[RsCmwWcdmaSig.enums.CompressedMode][source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UECapability:MEASurement:CMODe:WCDMa
value: List[enums.CompressedMode] = driver.sense.ueCapability.measurement.cmode.wcdma.get(band = enums.CompressedModeBand.OB1)

Returns the UE capabilities for WCDMA and WCDMA multicarrier neighbor cell measurements-related compressed mode.

param band

OB1 | OB2 | OB3 | OB4 | OB5 | OB6 | OB7 | OB8 | OB9 | OB10 | OB11 | OB12 | OB13 | OB14 | OB15 | OB16 | OB17 | OB18 | OB19 | OB20 | OB21 | OB22 | OB25 | OB26 | OB32 OB1, …, OB22: WCDMA operating band I to XXII OB25, OB26, OB32: WCDMA operating band XXV, XXVI and XXXII

return

compressed_mode: NN | NY | YN | YY NN: compressed mode for the neighbor cell measurement not required (UL and DL) NY: compressed mode for the neighbor cell measurement required in DL only YN: compressed mode for the neighbor cell measurement required in UL only YY: compressed mode for the neighbor cell measurement required in UL and DL

Cloning the Group

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

Subgroups