RpInterval

SCPI Commands

CONFigure:EVDO:MEASurement<Instance>:OLTR:RPINterval:TIME
CONFigure:EVDO: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:EVDO: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 AT 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:EVDO: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 AT reference power for the subsequent power step.

return

ref_pow_interval: integer The time as the number of slots: from 3 (= 5 ms) to 24 (=40 ms) Range: 3 to 24

set_value(ref_pow_interval: int)None[source]
# SCPI: CONFigure:EVDO: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 AT reference power for the subsequent power step.

param ref_pow_interval

integer The time as the number of slots: from 3 (= 5 ms) to 24 (=40 ms) Range: 3 to 24