OlpControl

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:OLPControl:TOUT
CONFigure:WCDMa:MEASurement<Instance>:OLPControl:MOEXception
CONFigure:WCDMa:MEASurement<Instance>:OLPControl:LIMit
class OlpControl[source]

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

get_limit()float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OLPControl:LIMit
value: float = driver.configure.olpControl.get_limit()

Sets the maximum deviation at any carrier regarding the expected nominal UE TX power.

return

olp_limit: numeric Upper limit for DPCCH preamble power Range: 0 dB to 15 dB, Unit: dB

get_mo_exception()bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OLPControl:MOEXception
value: bool = driver.configure.olpControl.get_mo_exception()

Specifies whether measurement results that the R&S CMW identifies as faulty or inaccurate are rejected.

return

meas_on_exception: OFF | ON OFF: faulty results are rejected ON: results are never rejected

get_timeout()float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OLPControl:TOUT
value: float = driver.configure.olpControl.get_timeout()

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

return

timeout: numeric Unit: s

set_limit(olp_limit: float)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OLPControl:LIMit
driver.configure.olpControl.set_limit(olp_limit = 1.0)

Sets the maximum deviation at any carrier regarding the expected nominal UE TX power.

param olp_limit

numeric Upper limit for DPCCH preamble power Range: 0 dB to 15 dB, Unit: dB

set_mo_exception(meas_on_exception: bool)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OLPControl:MOEXception
driver.configure.olpControl.set_mo_exception(meas_on_exception = False)

Specifies whether measurement results that the R&S CMW identifies as faulty or inaccurate are rejected.

param meas_on_exception

OFF | ON OFF: faulty results are rejected ON: results are never rejected

set_timeout(timeout: float)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OLPControl:TOUT
driver.configure.olpControl.set_timeout(timeout = 1.0)

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

param timeout

numeric Unit: s