Rup<RampUpCarrier>

RepCap Settings

# Range: Nr1 .. Nr32
rc = driver.olpControl.carrier.uepPower.rup.repcap_rampUpCarrier_get()
driver.olpControl.carrier.uepPower.rup.repcap_rampUpCarrier_set(repcap.RampUpCarrier.Nr1)

SCPI Commands

READ:WCDMa:MEASurement<Instance>:OLPControl:CARRier<CARRierExt>:UEPPower:RUP<RampUpCarrier>
FETCh:WCDMa:MEASurement<Instance>:OLPControl:CARRier<CARRierExt>:UEPPower:RUP<RampUpCarrier>
class Rup[source]

Rup commands group definition. 2 total commands, 0 Sub-groups, 2 group commands Repeated Capability: RampUpCarrier, default value after init: RampUpCarrier.Nr1

fetch(cARRierExt=<CARRierExt.Default: -1>, rampUpCarrier=<RampUpCarrier.Default: -1>)List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:OLPControl:CARRier<carrier>:UEPPower:RUP<rupcarrier>
value: List[float] = driver.olpControl.carrier.uepPower.rup.fetch(cARRierExt = repcap.CARRierExt.Default, rampUpCarrier = repcap.RampUpCarrier.Default)

Return the traces of the UE power vs slot during the ramp up of selected carrier per uplink carrier measured in slots -15 to 45. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwWcdmaMeas.reliability.last_value to read the updated reliability indicator.

param cARRierExt

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

param rampUpCarrier

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

return

ue_power: float 60 UE power results, one per measured slot Range: -100 dBm to 100 dBm , Unit: dBm

read(cARRierExt=<CARRierExt.Default: -1>, rampUpCarrier=<RampUpCarrier.Default: -1>)List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:OLPControl:CARRier<carrier>:UEPPower:RUP<rupcarrier>
value: List[float] = driver.olpControl.carrier.uepPower.rup.read(cARRierExt = repcap.CARRierExt.Default, rampUpCarrier = repcap.RampUpCarrier.Default)

Return the traces of the UE power vs slot during the ramp up of selected carrier per uplink carrier measured in slots -15 to 45. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwWcdmaMeas.reliability.last_value to read the updated reliability indicator.

param cARRierExt

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

param rampUpCarrier

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

return

ue_power: float 60 UE power results, one per measured slot Range: -100 dBm to 100 dBm , Unit: dBm

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.olpControl.carrier.uepPower.rup.clone()