Current

SCPI Commands

FETCh:WCDMa:MEASurement<Instance>:TPC:CARRier<Carrier>:TRACe:PSTeps:CURRent
READ:WCDMa:MEASurement<Instance>:TPC:CARRier<Carrier>:TRACe:PSTeps:CURRent
CALCulate:WCDMa:MEASurement<Instance>:TPC:CARRier<Carrier>:TRACe:PSTeps:CURRent
class Current[source]

Current commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

calculate(carrier=<Carrier.Default: -1>)List[float][source]
# SCPI: CALCulate:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:TRACe:PSTeps:CURRent
value: List[float] = driver.tpc.carrier.trace.psteps.current.calculate(carrier = repcap.Carrier.Default)

Return the values of the power steps trace per carrier. Each power step is calculated as the difference between the UE power of a slot and the UE power of the preceding slot. For the first measured slot, a 0 is returned. You can query the number of measured slots using the CONFigure:WCDMa:MEAS:TPC:…:MLENgth? command of the used measurement mode. 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 carrier

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

return

power_steps: float N power step results, one per measured slot Power step result number m indicates the difference between the UE power results number m and number m-1. The first power step result equals NCAP. Range: -50 dB to 50 dB, Unit: dB

fetch(carrier=<Carrier.Default: -1>)List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:TRACe:PSTeps:CURRent
value: List[float] = driver.tpc.carrier.trace.psteps.current.fetch(carrier = repcap.Carrier.Default)

Return the values of the power steps trace per carrier. Each power step is calculated as the difference between the UE power of a slot and the UE power of the preceding slot. For the first measured slot, a 0 is returned. You can query the number of measured slots using the CONFigure:WCDMa:MEAS:TPC:…:MLENgth? command of the used measurement mode. 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 carrier

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

return

power_steps: float N power step results, one per measured slot Power step result number m indicates the difference between the UE power results number m and number m-1. The first power step result equals NCAP. Range: -50 dB to 50 dB, Unit: dB

read(carrier=<Carrier.Default: -1>)List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:TRACe:PSTeps:CURRent
value: List[float] = driver.tpc.carrier.trace.psteps.current.read(carrier = repcap.Carrier.Default)

Return the values of the power steps trace per carrier. Each power step is calculated as the difference between the UE power of a slot and the UE power of the preceding slot. For the first measured slot, a 0 is returned. You can query the number of measured slots using the CONFigure:WCDMa:MEAS:TPC:…:MLENgth? command of the used measurement mode. 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 carrier

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

return

power_steps: float N power step results, one per measured slot Power step result number m indicates the difference between the UE power results number m and number m-1. The first power step result equals NCAP. Range: -50 dB to 50 dB, Unit: dB