RpInterval

SCPI Commands

CONFigure:CDMA:MEASurement<Instance>:OLTR:RPINterval:TIME
CONFigure:CDMA:MEASurement<Instance>:OLTR:RPINterval
class RpInterval[source]

RpInterval commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_time()float[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:OLTR:RPINterval:TIME
value: float = driver.configure.oltr.rpInterval.get_time()

Gets the duration of the reference power interval, i.e. the interval that is used to calculate the MS reference power for the subsequent power step.

return

ref_pow_interval: float Range: 5 ms to 40 ms , Unit: ms

get_value()int[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:OLTR:RPINterval
value: int = driver.configure.oltr.rpInterval.get_value()

Gets the duration of the reference power interval, i.e. the interval that is used to calculate the MS reference power for the subsequent power step.

return

ref_pow_interval: integer The time as the number of power control groups: from 4 (= 5 ms) to 32 (=40 ms) Range: 4 to 32

set_value(ref_pow_interval: int)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:OLTR:RPINterval
driver.configure.oltr.rpInterval.set_value(ref_pow_interval = 1)

Gets the duration of the reference power interval, i.e. the interval that is used to calculate the MS reference power for the subsequent power step.

param ref_pow_interval

integer The time as the number of power control groups: from 4 (= 5 ms) to 32 (=40 ms) Range: 4 to 32